AVDBlueprint
AVDBlueprint copied to clipboard
New-AzBlueprintAssignment : Required properties must be provided: reference.
Receiving the following error when running AssignAVDBlueprint.ps1 in Deploy with Single Script directory.
New-AzBlueprintAssignment : Required properties must be provided: reference. At C:\Users\shane\azure\AVDBlueprint\Examples & Samples\Deploy with Single Script\AssignAVDBlueprint.ps1:754 char:24
- $BlueprintAssignment = New-AzBlueprintAssignment @BlueprintParams
-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~- CategoryInfo : CloseError: (:) [New-AzBlueprintAssignment], CloudException
- FullyQualifiedErrorId : Microsoft.Azure.Commands.Blueprint.Cmdlets.NewAzureRmBlueprintAssignment
All parameters seem to be properly populated prior to the call.
Thanks