Skip to content

Migrate Compute from generation to main #24631

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Apr 20, 2024
Merged

Migrate Compute from generation to main #24631

merged 4 commits into from
Apr 20, 2024

Conversation

azure-powershell-bot
Copy link
Collaborator

Description

Migrate Compute from generation to main
The last commit of src/Compute in generation is:
commit a71c1b2 Author: Elina Liu wenxliu@microsoft.com Date: Tue Apr 16 00:46:12 2024 -0700 Adding SpotPlacementRecommender API cmdlets - version 2024-03-01-preview (#24352) * Initial commit * Update files after setting directives to add remove cmdlets * Add initial tests for Invoke-SpotPlacementRecommender cmdlet and some examples in the doc * Add examples to Invoke-Spot examples md file * Remove unnecessary test.ps1 files * Readding some removed files that should not be deleted (1) * Readding some removed files that should not be deleted (2) * Readding some removed files that should not be deleted (3) * Adding older deleted cmds to FunctionsToExport * Removing Get SpotPlacementRecommender files * Remove Get-AzSpotPlacementRecommender.Tests.ps1, update failing test and doc * Rever changes to docs/Az.Compute.md * Only remove new functions from diagnostic.json * Reverting changes to docs of other cmdlets * Update README.md to point to remote swagger * Readd removed Get-AzGalleryApplication Get-AzGalleryApplicationVersion descriptions from Az.Compute.md * Update README.md commit to the commit version that includes Spot Placement Recommender merge * Update Az.Compute.psd1 to remove Get-AzSpotPlacementRecommender function to export, add additional examples for SpotPlacementRecommenderInput parameter, update test to include SpotPlacementRecommenderInput example * Update test cases, response should not be null or empty, update env.json, localEnv.json values * Add recording file and fix invalid input desired size

Checklist

  • SHOULD select appropriate branch. Cmdlets from Autorest.PowerShell should go to generation branch.
  • SHOULD make the title of PR clear and informative, and in the present imperative tense.
  • SHOULD update ChangeLog.md file(s) appropriately
    • For any service, the ChangeLog.md file can be found at src/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
    • A snippet outlining the change(s) made in the PR should be written under the ## Upcoming Release header in the past tense. Add changelog in description section if PR goes into generation branch.
    • Should not change ChangeLog.md if no new release is required, such as fixing test case only.
  • SHOULD have approved design review for the changes in this repository (Microsoft internal only) with following situations
    • Create new module from scratch
    • Create new resource types which are not easy to conform to Azure PowerShell Design Guidelines
    • Create new resource type which name doesn't use module name as prefix
    • Have design question before implementation
  • SHOULD regenerate markdown help files if there is cmdlet API change. Instruction
  • SHOULD have proper test coverage for changes in pull request.
  • SHOULD NOT introduce breaking changes in Az minor release except preview version.
  • SHOULD NOT adjust version of module manually in pull request

Copy link

azure-client-tools-bot-prd bot commented Apr 16, 2024

️✔️Az.Accounts
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Az.Compute
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Breaking Change Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Signature Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Help Example Check
⚠️PowerShell Core - Windows
Type Cmdlet Example Line RuleName Description Extent Remediation
⚠️ Add-AzVMSecret 1 1 Unassigned_Variable New-AzVMConfig -AvailabilitySetID $AvailabilitySet.Id is a null-valued parameter value. -AvailabilitySetID Assign value for $AvailabilitySet.Id.
⚠️ Add-AzVmGalleryApplication 1 1 Unassigned_Variable Get-AzVM -ResourceGroupName $rgName is a null-valued parameter value. -ResourceGroupName Assign value for $rgName.
⚠️ Add-AzVmGalleryApplication 1 1 Unassigned_Variable Get-AzVM -Name $vmName is a null-valued parameter value. -Name Assign value for $vmName.
⚠️ Add-AzVmGalleryApplication 1 2 Unassigned_Variable New-AzVmGalleryApplication -PackageReferenceId $packageRefId is a null-valued parameter value. -PackageReferenceId Assign value for $packageRefId.
⚠️ Add-AzVmGalleryApplication 1 2 Unassigned_Variable New-AzVmGalleryApplication -ConfigReferenceId $configRefId is a null-valued parameter value. -ConfigReferenceId Assign value for $configRefId.
⚠️ Add-AzVmssAdditionalUnattendContent 1 1 Unassigned_Variable Add-AzVmssAdditionalUnattendContent -VirtualMachineScaleSet $VMSS is a null-valued parameter value. -VirtualMachineScaleSet Assign value for $VMSS.
⚠️ Add-AzVmssAdditionalUnattendContent 1 1 Unassigned_Variable Add-AzVmssAdditionalUnattendContent -ComponentName $AUCComponentName is a null-valued parameter value. -ComponentName Assign value for $AUCComponentName.
⚠️ Add-AzVmssAdditionalUnattendContent 1 1 Unassigned_Variable Add-AzVmssAdditionalUnattendContent -Content $AUCContent is a null-valued parameter value. -Content Assign value for $AUCContent.
⚠️ Add-AzVmssAdditionalUnattendContent 1 1 Unassigned_Variable Add-AzVmssAdditionalUnattendContent -PassName $AUCPassName is a null-valued parameter value. -PassName Assign value for $AUCPassName.
⚠️ Add-AzVmssAdditionalUnattendContent 1 1 Unassigned_Variable Add-AzVmssAdditionalUnattendContent -SettingName $AUCSetting is a null-valued parameter value. -SettingName Assign value for $AUCSetting.
⚠️ Add-AzVmssDataDisk 1 1 Unassigned_Variable New-AzVmssConfig -Location $Loc is a null-valued parameter value. -Location Assign value for $Loc.
⚠️ Add-AzVmssDiagnosticsExtension 1 1 Unassigned_Variable Add-AzVmssDiagnosticsExtension -VirtualMachineScaleSet $VMSS is a null-valued parameter value. -VirtualMachineScaleSet Assign value for $VMSS.
⚠️ Add-AzVmssDiagnosticsExtension 1 1 Unassigned_Variable Add-AzVmssDiagnosticsExtension -SettingFilePath $publicConfigPath is a null-valued parameter value. -SettingFilePath Assign value for $publicConfigPath.
⚠️ Add-AzVmssDiagnosticsExtension 1 1 Unassigned_Variable Add-AzVmssDiagnosticsExtension -ProtectedSettingFilePath $privateConfigPath is a null-valued parameter value. -ProtectedSettingFilePath Assign value for $privateConfigPath.
⚠️ Add-AzVmssDiagnosticsExtension 1 1 Unassigned_Variable Add-AzVmssDiagnosticsExtension -Name $extName is a null-valued parameter value. -Name Assign value for $extName.
⚠️ Add-AzVmssDiagnosticsExtension 1 1 Unassigned_Variable Add-AzVmssDiagnosticsExtension -TypeHandlerVersion $typeVersion is a null-valued parameter value. -TypeHandlerVersion Assign value for $typeVersion.
⚠️ Add-AzVmssExtension 1 1 Unassigned_Variable Add-AzVmssExtension -VirtualMachineScaleSet $VMSS is a null-valued parameter value. -VirtualMachineScaleSet Assign value for $VMSS.
⚠️ Add-AzVmssExtension 1 1 Unassigned_Variable Add-AzVmssExtension -Name $ExtName is a null-valued parameter value. -Name Assign value for $ExtName.
⚠️ Add-AzVmssExtension 1 1 Unassigned_Variable Add-AzVmssExtension -Publisher $Publisher is a null-valued parameter value. -Publisher Assign value for $Publisher.
⚠️ Add-AzVmssExtension 1 1 Unassigned_Variable Add-AzVmssExtension -Type $ExtType is a null-valued parameter value. -Type Assign value for $ExtType.
⚠️ Add-AzVmssExtension 1 1 Unassigned_Variable Add-AzVmssExtension -TypeHandlerVersion $ExtVer is a null-valued parameter value. -TypeHandlerVersion Assign value for $ExtVer.
⚠️ Add-AzVmssExtension 2 4 Unassigned_Variable Add-AzVmssExtension -VirtualMachineScaleSet $vmss is a null-valued parameter value. -VirtualMachineScaleSet Assign value for $vmss.
⚠️ Add-AzVmssExtension 2 4 Unassigned_Variable Add-AzVmssExtension -Name $vmssExtensionName is a null-valued parameter value. -Name Assign value for $vmssExtensionName.
⚠️ Add-AzVmssExtension 2 4 Unassigned_Variable Add-AzVmssExtension -Publisher $vmssPublisher is a null-valued parameter value. -Publisher Assign value for $vmssPublisher.
⚠️ Add-AzVmssExtension 2 5 Unassigned_Variable Add-AzVmssExtension -Type $vmssExtensionType is a null-valued parameter value. -Type Assign value for $vmssExtensionType.
⚠️ Add-AzVmssExtension 2 5 Unassigned_Variable Add-AzVmssExtension -TypeHandlerVersion $ExtVer is a null-valued parameter value. -TypeHandlerVersion Assign value for $ExtVer.
⚠️ Add-AzVmssGalleryApplication 1 1 Unassigned_Variable Get-AzVmss -ResourceGroupName $rgName is a null-valued parameter value. -ResourceGroupName Assign value for $rgName.
⚠️ Add-AzVmssGalleryApplication 1 1 Unassigned_Variable Get-AzVmss -Name $vmssName is a null-valued parameter value. -Name Assign value for $vmssName.
⚠️ Add-AzVmssGalleryApplication 1 2 Unassigned_Variable New-AzVmssGalleryApplication -PackageReferenceId $packageRefId is a null-valued parameter value. -PackageReferenceId Assign value for $packageRefId.
⚠️ Add-AzVmssGalleryApplication 1 2 Unassigned_Variable New-AzVmssGalleryApplication -ConfigReferenceId $configRefId is a null-valued parameter value. -ConfigReferenceId Assign value for $configRefId.
⚠️ Add-AzVmssNetworkInterfaceConfiguration 1 1 Unassigned_Variable Add-AzVmssNetworkInterfaceConfiguration -VirtualMachineScaleSet $VMSS is a null-valued parameter value. -VirtualMachineScaleSet Assign value for $VMSS.
⚠️ Add-AzVmssNetworkInterfaceConfiguration 1 1 Unassigned_Variable Add-AzVmssNetworkInterfaceConfiguration -IPConfiguration $IPCfg is a null-valued parameter value. -IPConfiguration Assign value for $IPCfg.
⚠️ Add-AzVmssRunCommand 1 1 Unassigned_Variable Add-AzVmssRunCommand -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Add-AzVmssRunCommand 1 1 Unassigned_Variable Add-AzVmssRunCommand -VMScaleSetName $vmssname is a null-valued parameter value. -VMScaleSetName Assign value for $vmssname.
⚠️ Add-AzVmssVMDataDisk 1 1 Unassigned_Variable Get-AzDisk -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Add-AzVmssVMDataDisk 1 1 Unassigned_Variable Get-AzDisk -DiskName $diskname0 is a null-valued parameter value. -DiskName Assign value for $diskname0.
⚠️ Get-AzCapacityReservation 1 1 Unassigned_Variable Get-AzCapacityReservation -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Get-AzCapacityReservation 2 1 Unassigned_Variable Get-AzCapacityReservation -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Get-AzCapacityReservationGroup 1 1 Unassigned_Variable Get-AzCapacityReservationGroup -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Get-AzCapacityReservationGroup 2 1 Unassigned_Variable Get-AzCapacityReservationGroup -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Get-AzDiskEncryptionSetAssociatedResource 1 1 Unassigned_Variable Get-AzDiskEncryptionSetAssociatedResource -ResourceGroupName $RGname is a null-valued parameter value. -ResourceGroupName Assign value for $RGname.
⚠️ Get-AzDiskEncryptionSetAssociatedResource 1 1 Unassigned_Variable Get-AzDiskEncryptionSetAssociatedResource -DiskEncryptionSetName $diskEncryptionSetName is a null-valued parameter value. -DiskEncryptionSetName Assign value for $diskEncryptionSetName.
⚠️ Get-AzGalleryApplication 1 1 Unassigned_Variable Get-AzGalleryApplication -ResourceGroupName $rgName is a null-valued parameter value. -ResourceGroupName Assign value for $rgName.
⚠️ Get-AzGalleryApplication 1 1 Unassigned_Variable Get-AzGalleryApplication -GalleryName $galleryName is a null-valued parameter value. -GalleryName Assign value for $galleryName.
⚠️ Get-AzGalleryApplication 1 1 Unassigned_Variable Get-AzGalleryApplication -name $galleryAppName is a null-valued parameter value. -name Assign value for $galleryAppName.
⚠️ Get-AzGalleryApplication 2 1 Unassigned_Variable Get-AzGalleryApplication -GalleryName $GalleryName is a null-valued parameter value. -GalleryName Assign value for $GalleryName.
⚠️ Get-AzGalleryApplication 2 1 Unassigned_Variable Get-AzGalleryApplication -ResourceGroupName $rgName is a null-valued parameter value. -ResourceGroupName Assign value for $rgName.
⚠️ Get-AzGalleryApplicationVersion 1 1 Unassigned_Variable Get-AzGalleryApplicationVersion -ResourceGroupName $rgName is a null-valued parameter value. -ResourceGroupName Assign value for $rgName.
⚠️ Get-AzGalleryApplicationVersion 1 1 Unassigned_Variable Get-AzGalleryApplicationVersion -GalleryName $galleryName is a null-valued parameter value. -GalleryName Assign value for $galleryName.
⚠️ Get-AzGalleryApplicationVersion 1 1 Unassigned_Variable Get-AzGalleryApplicationVersion -GalleryApplicationName $galleryAppName is a null-valued parameter value. -GalleryApplicationName Assign value for $galleryAppName.
⚠️ Get-AzGalleryApplicationVersion 1 1 Unassigned_Variable Get-AzGalleryApplicationVersion -Name $versionName is a null-valued parameter value. -Name Assign value for $versionName.
⚠️ Get-AzGalleryApplicationVersion 2 1 Unassigned_Variable Get-AzGalleryApplicationVersion -GalleryName $GalleryName is a null-valued parameter value. -GalleryName Assign value for $GalleryName.
⚠️ Get-AzGalleryApplicationVersion 2 1 Unassigned_Variable Get-AzGalleryApplicationVersion -ResourceGroupName $rgName is a null-valued parameter value. -ResourceGroupName Assign value for $rgName.
⚠️ Get-AzGalleryApplicationVersion 2 1 Unassigned_Variable Get-AzGalleryApplicationVersion -GalleryApplicationName $galleryAppName is a null-valued parameter value. -GalleryApplicationName Assign value for $galleryAppName.
⚠️ Get-AzHost 1 1 Unassigned_Variable Get-AzHost -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Get-AzHost 1 1 Unassigned_Variable Get-AzHost -HostGroupName $hostGroupName is a null-valued parameter value. -HostGroupName Assign value for $hostGroupName.
⚠️ Get-AzHost 1 1 Unassigned_Variable Get-AzHost -Name $hostName is a null-valued parameter value. -Name Assign value for $hostName.
⚠️ Get-AzHost 2 1 Unassigned_Variable Get-AzHost -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Get-AzHost 2 1 Unassigned_Variable Get-AzHost -HostGroupName $hostGroupName is a null-valued parameter value. -HostGroupName Assign value for $hostGroupName.
⚠️ Get-AzHost 2 1 Unassigned_Variable Get-AzHost -Name $hostName is a null-valued parameter value. -Name Assign value for $hostName.
⚠️ Get-AzHost 3 1 Unassigned_Variable Get-AzHost -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Get-AzHost 3 1 Unassigned_Variable Get-AzHost -HostGroupName $hostGroupName is a null-valued parameter value. -HostGroupName Assign value for $hostGroupName.
⚠️ Get-AzHostGroup 1 1 Unassigned_Variable Get-AzHostGroup -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Get-AzHostGroup 1 1 Unassigned_Variable Get-AzHostGroup -HostGroupName $hostGroupName is a null-valued parameter value. -HostGroupName Assign value for $hostGroupName.
⚠️ Get-AzHostGroup 2 1 Unassigned_Variable Get-AzHostGroup -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Get-AzHostSize 1 1 Unassigned_Variable Get-AzHostSize -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Get-AzHostSize 1 1 Unassigned_Variable Get-AzHostSize -HostGroupName $hostGroupName is a null-valued parameter value. -HostGroupName Assign value for $hostGroupName.
⚠️ Get-AzHostSize 1 1 Unassigned_Variable Get-AzHostSize -HostName $hostName is a null-valued parameter value. -HostName Assign value for $hostName.
⚠️ Get-AzProximityPlacementGroup 1 1 Unassigned_Variable Get-AzProximityPlacementGroup -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Get-AzProximityPlacementGroup 1 1 Unassigned_Variable Get-AzProximityPlacementGroup -Name $proximityPlacementGroupName is a null-valued parameter value. -Name Assign value for $proximityPlacementGroupName.
⚠️ Get-AzProximityPlacementGroup 2 1 Unassigned_Variable Get-AzProximityPlacementGroup -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Get-AzVmssVM 2 1 Unassigned_Variable Get-AzVmssVM -InstanceId $ID is a null-valued parameter value. -InstanceId Assign value for $ID.
⚠️ Get-AzVmssVM 3 1 Unassigned_Variable Get-AzVmssVM -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Get-AzVmssVM 3 1 Unassigned_Variable Get-AzVmssVM -VMScaleSetName $vmssName is a null-valued parameter value. -VMScaleSetName Assign value for $vmssName.
⚠️ Get-AzVmssVM 3 1 Unassigned_Variable Get-AzVmssVM -InstanceId $ID is a null-valued parameter value. -InstanceId Assign value for $ID.
⚠️ Invoke-AzVMReimage 2 2 Unassigned_Variable Invoke-AzVMReimage -CustomData $CustomData is a null-valued parameter value. -CustomData Assign value for $CustomData.
⚠️ Invoke-AzVMReimage 2 2 Mismatched_Parameter_Value_Type Invoke-AzVMReimage -AdminPassword $SecurePassword is not an expected parameter value type. -AdminPassword Use correct parameter value type. Expected Type is string. Now the type is securestring.(Command).
⚠️ New-AzGallery 1 1 Unassigned_Variable New-AzGallery -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ New-AzGallery 1 1 Unassigned_Variable New-AzGallery -Name $galleryName is a null-valued parameter value. -Name Assign value for $galleryName.
⚠️ New-AzGallery 1 1 Unassigned_Variable New-AzGallery -Location $location is a null-valued parameter value. -Location Assign value for $location.
⚠️ New-AzGallery 1 1 Unassigned_Variable New-AzGallery -Description $galleryDescription is a null-valued parameter value. -Description Assign value for $galleryDescription.
⚠️ New-AzGallery 2 1 Unassigned_Variable New-AzGallery -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ New-AzGallery 2 1 Unassigned_Variable New-AzGallery -Name $galleryName is a null-valued parameter value. -Name Assign value for $galleryName.
⚠️ New-AzGallery 2 1 Unassigned_Variable New-AzGallery -Location $location is a null-valued parameter value. -Location Assign value for $location.
⚠️ New-AzGallery 2 1 Unassigned_Variable New-AzGallery -Description $galleryDescription is a null-valued parameter value. -Description Assign value for $galleryDescription.
⚠️ New-AzGalleryApplication 1 1 Unassigned_Variable New-AzGalleryApplication -ResourceGroupName $rgName is a null-valued parameter value. -ResourceGroupName Assign value for $rgName.
⚠️ New-AzGalleryApplication 1 1 Unassigned_Variable New-AzGalleryApplication -GalleryName $galleryName is a null-valued parameter value. -GalleryName Assign value for $galleryName.
⚠️ New-AzGalleryApplication 1 1 Unassigned_Variable New-AzGalleryApplication -Name $name is a null-valued parameter value. -Name Assign value for $name.
⚠️ New-AzGalleryApplicationVersion 1 1 Unassigned_Variable New-AzStorageContext -StorageAccountName $storAccName is a null-valued parameter value. -StorageAccountName Assign value for $storAccName.
⚠️ New-AzGalleryApplicationVersion 1 2 Unassigned_Variable New-AzStorageBlobSASToken -Container $containerName is a null-valued parameter value. -Container Assign value for $containerName.
⚠️ New-AzGalleryApplicationVersion 1 2 Unassigned_Variable New-AzStorageBlobSASToken -blob $blobName is a null-valued parameter value. -blob Assign value for $blobName.
⚠️ New-AzGalleryApplicationVersion 1 3 Unassigned_Variable Get-AzStorageAccount -ResourceGroupName $rgName is a null-valued parameter value. -ResourceGroupName Assign value for $rgName.
⚠️ New-AzGalleryApplicationVersion 1 3 Unassigned_Variable Get-AzStorageAccount -Name $storAccName is a null-valued parameter value. -Name Assign value for $storAccName.
⚠️ New-AzGalleryApplicationVersion 1 4 Unassigned_Variable Get-AzStorageBlob -Container $containerName is a null-valued parameter value. -Container Assign value for $containerName.
⚠️ New-AzGalleryApplicationVersion 1 4 Unassigned_Variable Get-AzStorageBlob -Blob $blobName is a null-valued parameter value. -Blob Assign value for $blobName.
⚠️ New-AzGalleryApplicationVersion 1 5 Unassigned_Variable New-AzStorageBlobSASToken -Container $containerName is a null-valued parameter value. -Container Assign value for $containerName.
⚠️ New-AzGalleryApplicationVersion 1 5 Unassigned_Variable New-AzStorageBlobSASToken -Blob $blobName is a null-valued parameter value. -Blob Assign value for $blobName.
⚠️ New-AzGalleryApplicationVersion 1 7 Unassigned_Variable New-AzGalleryApplicationVersion -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ New-AzGalleryApplicationVersion 1 7 Unassigned_Variable New-AzGalleryApplicationVersion -GalleryName $galleryName is a null-valued parameter value. -GalleryName Assign value for $galleryName.
⚠️ New-AzGalleryApplicationVersion 1 7 Unassigned_Variable New-AzGalleryApplicationVersion -GalleryApplicationName $galleryApplicationName is a null-valued parameter value. -GalleryApplicationName Assign value for $galleryApplicationName.
⚠️ New-AzGalleryImageVersion 11 6 Unassigned_Variable New-AzGalleryImageVersion -SourceImageId $sourceImageId is a null-valued parameter value. -SourceImageId Assign value for $sourceImageId.
⚠️ New-AzGalleryImageVersion 12 7 Unassigned_Variable New-AzGalleryImageVersion -SourceImageId $sourceImageId is a null-valued parameter value. -SourceImageId Assign value for $sourceImageId.
⚠️ New-AzHost 1 1 Unassigned_Variable New-AzHost -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ New-AzHost 1 1 Unassigned_Variable New-AzHost -HostGroupName $hostGroupName is a null-valued parameter value. -HostGroupName Assign value for $hostGroupName.
⚠️ New-AzHost 1 1 Unassigned_Variable New-AzHost -Name $hostName is a null-valued parameter value. -Name Assign value for $hostName.
⚠️ New-AzHost 1 1 Unassigned_Variable New-AzHost -Location $location is a null-valued parameter value. -Location Assign value for $location.
⚠️ New-AzHost 1 1 Unassigned_Variable New-AzHost -Sku $skuName is a null-valued parameter value. -Sku Assign value for $skuName.
⚠️ New-AzHostGroup 1 1 Unassigned_Variable New-AzHostGroup -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ New-AzHostGroup 1 1 Unassigned_Variable New-AzHostGroup -Name $hostGroupName is a null-valued parameter value. -Name Assign value for $hostGroupName.
⚠️ New-AzHostGroup 1 1 Unassigned_Variable New-AzHostGroup -Location $location is a null-valued parameter value. -Location Assign value for $location.
⚠️ New-AzHostGroup 1 1 Unassigned_Variable New-AzHostGroup -Zone $zone is a null-valued parameter value. -Zone Assign value for $zone.
⚠️ New-AzProximityPlacementGroup 1 1 Unassigned_Variable New-AzProximityPlacementGroup -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ New-AzProximityPlacementGroup 1 1 Unassigned_Variable New-AzProximityPlacementGroup -Name $proximityPlacementGroupName is a null-valued parameter value. -Name Assign value for $proximityPlacementGroupName.
⚠️ New-AzProximityPlacementGroup 1 1 Unassigned_Variable New-AzProximityPlacementGroup -Location $location is a null-valued parameter value. -Location Assign value for $location.
⚠️ New-AzSshKey 1 1 Unassigned_Variable New-AzSshKey -PublicKey $publicKey is a null-valued parameter value. -PublicKey Assign value for $publicKey.
⚠️ New-AzVMDataDisk 1 1 Unassigned_Variable Get-AzDisk -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ New-AzVMDataDisk 1 1 Unassigned_Variable Get-AzDisk -DiskName $diskname0 is a null-valued parameter value. -DiskName Assign value for $diskname0.
⚠️ New-AzVMSqlServerAutoBackupConfig 1 1 Mismatched_Parameter_Value_Type New-AzVMSqlServerAutoBackupConfig -StorageKey '< Storage Key for ContosoGeneral >' is not an expected parameter value type. -StorageKey Use correct parameter value type. Expected Type is securestring. Now the type is string.(Static).
⚠️ New-AzVMSqlServerAutoBackupConfig 3 1 Mismatched_Parameter_Value_Type New-AzVMSqlServerAutoBackupConfig -StorageContext $StorageContext is not an expected parameter value type. -StorageContext Use correct parameter value type. Expected Type is Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext. Now the type is Microsoft.Azure.Commands.Compute.AutoBackupSettings.(Command).
⚠️ New-AzVMSqlServerAutoBackupConfig 3 1 Unassigned_Variable New-AzVMSqlServerAutoBackupConfig -CertificatePassword $CertificatePassword is a null-valued parameter value. -CertificatePassword Assign value for $CertificatePassword.
⚠️ New-AzVmGalleryApplication 1 1 Unassigned_Variable Get-AzVM -ResourceGroupName $rgName is a null-valued parameter value. -ResourceGroupName Assign value for $rgName.
⚠️ New-AzVmGalleryApplication 1 1 Unassigned_Variable Get-AzVM -Name $vmName is a null-valued parameter value. -Name Assign value for $vmName.
⚠️ New-AzVmGalleryApplication 1 2 Unassigned_Variable New-AzVmGalleryApplication -PackageReferenceId $packageRefId is a null-valued parameter value. -PackageReferenceId Assign value for $packageRefId.
⚠️ New-AzVmGalleryApplication 1 2 Unassigned_Variable New-AzVmGalleryApplication -ConfigReferenceId $configRefId is a null-valued parameter value. -ConfigReferenceId Assign value for $configRefId.
⚠️ New-AzVmssConfig 1 1 Unassigned_Variable New-AzVmssConfig -Location $Loc is a null-valued parameter value. -Location Assign value for $Loc.
⚠️ New-AzVmssConfig 1 1 Unassigned_Variable New-AzVmssConfig -NetworkInterfaceConfiguration $NetCfg is a null-valued parameter value. -NetworkInterfaceConfiguration Assign value for $NetCfg.
⚠️ New-AzVmssConfig 1 2 Unassigned_Variable Add-AzVmssNetworkInterfaceConfiguration -IPConfiguration $IPCfg is a null-valued parameter value. -IPConfiguration Assign value for $IPCfg.
⚠️ New-AzVmssConfig 1 3 Unassigned_Variable Set-AzVmssOsProfile -AdminUsername $adminUsername is a null-valued parameter value. -AdminUsername Assign value for $adminUsername.
⚠️ New-AzVmssConfig 1 3 Unassigned_Variable Set-AzVmssOsProfile -AdminPassword $AdminPassword is a null-valued parameter value. -AdminPassword Assign value for $AdminPassword.
⚠️ New-AzVmssConfig 1 5 Unassigned_Variable Set-AzVmssStorageProfile -ImageReferenceOffer $ImgRef.Offer is a null-valued parameter value. -ImageReferenceOffer Assign value for $ImgRef.Offer.
⚠️ New-AzVmssConfig 1 5 Unassigned_Variable Set-AzVmssStorageProfile -ImageReferenceSku $ImgRef.Skus is a null-valued parameter value. -ImageReferenceSku Assign value for $ImgRef.Skus.
⚠️ New-AzVmssConfig 1 5 Unassigned_Variable Set-AzVmssStorageProfile -ImageReferenceVersion $ImgRef.Version is a null-valued parameter value. -ImageReferenceVersion Assign value for $ImgRef.Version.
⚠️ New-AzVmssConfig 1 6 Unassigned_Variable Set-AzVmssStorageProfile -ImageReferencePublisher $ImgRef.PublisherName is a null-valued parameter value. -ImageReferencePublisher Assign value for $ImgRef.PublisherName.
⚠️ New-AzVmssConfig 1 6 Unassigned_Variable Set-AzVmssStorageProfile -VhdContainer $VHDContainer is a null-valued parameter value. -VhdContainer Assign value for $VHDContainer.
⚠️ New-AzVmssConfig 1 7 Unassigned_Variable Add-AzVmssAdditionalUnattendContent -ComponentName $AUCComponentName is a null-valued parameter value. -ComponentName Assign value for $AUCComponentName.
⚠️ New-AzVmssConfig 1 7 Unassigned_Variable Add-AzVmssAdditionalUnattendContent -Content $AUCContent is a null-valued parameter value. -Content Assign value for $AUCContent.
⚠️ New-AzVmssConfig 1 7 Unassigned_Variable Add-AzVmssAdditionalUnattendContent -PassName $AUCPassName is a null-valued parameter value. -PassName Assign value for $AUCPassName.
⚠️ New-AzVmssConfig 1 7 Unassigned_Variable Add-AzVmssAdditionalUnattendContent -SettingName $AUCSetting is a null-valued parameter value. -SettingName Assign value for $AUCSetting.
⚠️ New-AzVmssConfig 1 9 Unassigned_Variable New-AzVmss -ResourceGroupName $RGName is a null-valued parameter value. -ResourceGroupName Assign value for $RGName.
⚠️ New-AzVmssConfig 1 9 Unassigned_Variable New-AzVmss -Name $VMSSName is a null-valued parameter value. -Name Assign value for $VMSSName.
⚠️ New-AzVmssConfig 4 19 Unassigned_Variable New-AzStorageAccount -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ New-AzVmssConfig 4 19 Unassigned_Variable New-AzStorageAccount -Location $loc is a null-valued parameter value. -Location Assign value for $loc.
⚠️ New-AzVmssConfig 4 20 Unassigned_Variable Get-AzStorageAccount -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ New-AzVmssConfig 4 24 Unassigned_Variable New-AzVirtualNetwork -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ New-AzVmssConfig 4 24 Unassigned_Variable New-AzVirtualNetwork -Location $loc is a null-valued parameter value. -Location Assign value for $loc.
⚠️ New-AzVmssConfig 4 25 Unassigned_Variable Get-AzVirtualNetwork -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ New-AzVmssConfig 4 31 Unassigned_Variable New-AzVmssConfig -Location $loc is a null-valued parameter value. -Location Assign value for $loc.
⚠️ New-AzVmssConfig 4 38 Unassigned_Variable New-AzVmss -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ New-AzVmssConfig 4 40 Unassigned_Variable Get-AzVmss -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ New-AzVmssConfig 5 36 Mismatched_Parameter_Value_Type Set-AzVmssOsProfile -AdminPassword $adminPassword is not an expected parameter value type. -AdminPassword Use correct parameter value type. Expected Type is string. Now the type is securestring.(Command).
⚠️ New-AzVmssGalleryApplication 1 1 Unassigned_Variable Get-AzVmss -ResourceGroupName $rgName is a null-valued parameter value. -ResourceGroupName Assign value for $rgName.
⚠️ New-AzVmssGalleryApplication 1 1 Unassigned_Variable Get-AzVmss -Name $vmssName is a null-valued parameter value. -Name Assign value for $vmssName.
⚠️ New-AzVmssGalleryApplication 1 2 Unassigned_Variable New-AzVmssGalleryApplication -PackageReferenceId $packageRefId is a null-valued parameter value. -PackageReferenceId Assign value for $packageRefId.
⚠️ New-AzVmssGalleryApplication 1 2 Unassigned_Variable New-AzVmssGalleryApplication -ConfigReferenceId $configRefId is a null-valued parameter value. -ConfigReferenceId Assign value for $configRefId.
⚠️ New-AzVmssIpConfig 1 1 Unassigned_Variable New-AzVmssIPConfig -SubnetId $SubnetId is a null-valued parameter value. -SubnetId Assign value for $SubnetId.
⚠️ New-AzVmssIpConfig 2 1 Unassigned_Variable New-AzVmssIPConfig -LoadBalancerInboundNatPoolsId $expectedLb.InboundNatPools[0].Id is a null-valued parameter value. -LoadBalancerInboundNatPoolsId Assign value for $expectedLb.InboundNatPools[0].Id.
⚠️ New-AzVmssIpConfig 2 1 Unassigned_Variable New-AzVmssIPConfig -LoadBalancerBackendAddressPoolsId $expectedLb.BackendAddressPools[0].Id is a null-valued parameter value. -LoadBalancerBackendAddressPoolsId Assign value for $expectedLb.BackendAddressPools[0].Id.
⚠️ New-AzVmssIpConfig 2 1 Unassigned_Variable New-AzVmssIPConfig -SubnetId $SubnetId is a null-valued parameter value. -SubnetId Assign value for $SubnetId.
⚠️ New-AzVmssIpTagConfig 1 2 Unassigned_Variable New-AzVmssIPConfig -SubnetId $subnetId is a null-valued parameter value. -SubnetId Assign value for $subnetId.
⚠️ Remove-AzGallery 1 1 Unassigned_Variable Remove-AzGallery -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Remove-AzGallery 1 1 Unassigned_Variable Remove-AzGallery -GalleryName $galleryName is a null-valued parameter value. -GalleryName Assign value for $galleryName.
⚠️ Remove-AzGalleryApplication 1 1 Unassigned_Variable Remove-AzGalleryApplication -ResourceGroupName $rgNmae is a null-valued parameter value. -ResourceGroupName Assign value for $rgNmae.
⚠️ Remove-AzGalleryApplication 1 1 Unassigned_Variable Remove-AzGalleryApplication -GalleryName $galleryName is a null-valued parameter value. -GalleryName Assign value for $galleryName.
⚠️ Remove-AzGalleryApplication 1 1 Unassigned_Variable Remove-AzGalleryApplication -Name $name is a null-valued parameter value. -Name Assign value for $name.
⚠️ Remove-AzGalleryApplicationVersion 1 1 Unassigned_Variable Remove-AzGalleryApplicationVersion -ResourceGroupName $rgNmae is a null-valued parameter value. -ResourceGroupName Assign value for $rgNmae.
⚠️ Remove-AzGalleryApplicationVersion 1 1 Unassigned_Variable Remove-AzGalleryApplicationVersion -GalleryName $galleryName is a null-valued parameter value. -GalleryName Assign value for $galleryName.
⚠️ Remove-AzGalleryApplicationVersion 1 1 Unassigned_Variable Remove-AzGalleryApplicationVersion -GalleryApplicationName $galleryApplicationName is a null-valued parameter value. -GalleryApplicationName Assign value for $galleryApplicationName.
⚠️ Remove-AzGalleryApplicationVersion 1 1 Unassigned_Variable Remove-AzGalleryApplicationVersion -Name $name is a null-valued parameter value. -Name Assign value for $name.
⚠️ Remove-AzGalleryImageDefinition 1 1 Unassigned_Variable Remove-AzGalleryImageDefinition -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Remove-AzGalleryImageDefinition 1 1 Unassigned_Variable Remove-AzGalleryImageDefinition -GalleryName $gallery is a null-valued parameter value. -GalleryName Assign value for $gallery.
⚠️ Remove-AzGalleryImageDefinition 1 1 Unassigned_Variable Remove-AzGalleryImageDefinition -GalleryImageDefinitionName $galleryImage is a null-valued parameter value. -GalleryImageDefinitionName Assign value for $galleryImage.
⚠️ Remove-AzGalleryImageVersion 1 1 Unassigned_Variable Remove-AzGalleryImageVersion -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Remove-AzGalleryImageVersion 1 1 Unassigned_Variable Remove-AzGalleryImageVersion -GalleryName $gallery is a null-valued parameter value. -GalleryName Assign value for $gallery.
⚠️ Remove-AzGalleryImageVersion 1 1 Unassigned_Variable Remove-AzGalleryImageVersion -GalleryImageDefinitionName $image is a null-valued parameter value. -GalleryImageDefinitionName Assign value for $image.
⚠️ Remove-AzGalleryImageVersion 1 1 Unassigned_Variable Remove-AzGalleryImageVersion -Name $version is a null-valued parameter value. -Name Assign value for $version.
⚠️ Remove-AzHost 1 1 Unassigned_Variable Get-AzHost -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Remove-AzHost 1 1 Unassigned_Variable Get-AzHost -HostGroupName $hostGroupName is a null-valued parameter value. -HostGroupName Assign value for $hostGroupName.
⚠️ Remove-AzHost 1 1 Unassigned_Variable Get-AzHost -Name $hostName is a null-valued parameter value. -Name Assign value for $hostName.
⚠️ Remove-AzHost 2 1 Unassigned_Variable Remove-AzHost -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Remove-AzHost 2 1 Unassigned_Variable Remove-AzHost -HostGroupName $hostGroupName is a null-valued parameter value. -HostGroupName Assign value for $hostGroupName.
⚠️ Remove-AzHost 2 1 Unassigned_Variable Remove-AzHost -Name $hostName is a null-valued parameter value. -Name Assign value for $hostName.
⚠️ Remove-AzHostGroup 1 1 Unassigned_Variable Get-AzHostGroup -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Remove-AzHostGroup 1 1 Unassigned_Variable Get-AzHostGroup -HostGroupName $hostGroupName is a null-valued parameter value. -HostGroupName Assign value for $hostGroupName.
⚠️ Remove-AzHostGroup 2 1 Unassigned_Variable Remove-AzHostGroup -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Remove-AzHostGroup 2 1 Unassigned_Variable Remove-AzHostGroup -HostGroupName $hostGroupName is a null-valued parameter value. -HostGroupName Assign value for $hostGroupName.
⚠️ Remove-AzProximityPlacementGroup 1 1 Unassigned_Variable Get-AzProximityPlacementGroup -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Remove-AzProximityPlacementGroup 1 1 Unassigned_Variable Get-AzProximityPlacementGroup -Name $proximityPlacementGroupName is a null-valued parameter value. -Name Assign value for $proximityPlacementGroupName.
⚠️ Remove-AzVMBackup 1 1 Unassigned_Variable Remove-AzVMBackup -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Remove-AzVMBackup 1 1 Unassigned_Variable Remove-AzVMBackup -VMName $vmName is a null-valued parameter value. -VMName Assign value for $vmName.
⚠️ Remove-AzVMNetworkInterface 1 1 Unassigned_Variable Remove-AzVMNetworkInterface -VM $vmConfig is a null-valued parameter value. -VM Assign value for $vmConfig.
⚠️ Remove-AzVMRunCommand 1 1 Unassigned_Variable Remove-AzVMRunCommand -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Remove-AzVMRunCommand 1 1 Unassigned_Variable Remove-AzVMRunCommand -VMName $vmname is a null-valued parameter value. -VMName Assign value for $vmname.
⚠️ Remove-AzVmGalleryApplication 1 1 Unassigned_Variable Get-AzVM -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Remove-AzVmGalleryApplication 1 1 Unassigned_Variable Get-AzVM -Name $vmName is a null-valued parameter value. -Name Assign value for $vmName.
⚠️ Remove-AzVmGalleryApplication 1 2 Unassigned_Variable Remove-AzVmGalleryApplication -GalleryApplicationsReferenceId $refId is a null-valued parameter value. -GalleryApplicationsReferenceId Assign value for $refId.
⚠️ Remove-AzVmssDataDisk 1 1 Unassigned_Variable Remove-AzVmssDataDisk -VirtualMachineScaleSet $vmss is a null-valued parameter value. -VirtualMachineScaleSet Assign value for $vmss.
⚠️ Remove-AzVmssDataDisk 2 1 Unassigned_Variable Remove-AzVmssDataDisk -VirtualMachineScaleSet $vmss is a null-valued parameter value. -VirtualMachineScaleSet Assign value for $vmss.
⚠️ Remove-AzVmssDiagnosticsExtension 1 1 Unassigned_Variable Remove-AzVmssDiagnosticsExtension -VirtualMachineScaleSet $VMSS is a null-valued parameter value. -VirtualMachineScaleSet Assign value for $VMSS.
⚠️ Remove-AzVmssDiagnosticsExtension 1 1 Unassigned_Variable Remove-AzVmssDiagnosticsExtension -Name $extName is a null-valued parameter value. -Name Assign value for $extName.
⚠️ Remove-AzVmssExtension 1 1 Unassigned_Variable Get-AzVmss -ResourceGroupName $RGName is a null-valued parameter value. -ResourceGroupName Assign value for $RGName.
⚠️ Remove-AzVmssExtension 1 1 Unassigned_Variable Get-AzVmss -VMScaleSetName $vmssName is a null-valued parameter value. -VMScaleSetName Assign value for $vmssName.
⚠️ Remove-AzVmssExtension 1 2 Unassigned_Variable Remove-AzVmssExtension -Name $vmssExtensionName is a null-valued parameter value. -Name Assign value for $vmssExtensionName.
⚠️ Remove-AzVmssExtension 1 3 Unassigned_Variable Update-AzVmss -ResourceGroupName $RGName is a null-valued parameter value. -ResourceGroupName Assign value for $RGName.
⚠️ Remove-AzVmssExtension 1 3 Unassigned_Variable Update-AzVmss -Name $vmssName is a null-valued parameter value. -Name Assign value for $vmssName.
⚠️ Remove-AzVmssExtension 2 1 Unassigned_Variable Get-AzVmss -ResourceGroupName $RGName is a null-valued parameter value. -ResourceGroupName Assign value for $RGName.
⚠️ Remove-AzVmssExtension 2 1 Unassigned_Variable Get-AzVmss -VMScaleSetName $vmssName is a null-valued parameter value. -VMScaleSetName Assign value for $vmssName.
⚠️ Remove-AzVmssExtension 2 2 Unassigned_Variable Remove-AzVmssExtension -Id $extensionId is a null-valued parameter value. -Id Assign value for $extensionId.
⚠️ Remove-AzVmssGalleryApplication 1 1 Unassigned_Variable Get-AzVmss -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Remove-AzVmssGalleryApplication 1 1 Unassigned_Variable Get-AzVmss -Name $vmssName is a null-valued parameter value. -Name Assign value for $vmssName.
⚠️ Remove-AzVmssGalleryApplication 1 2 Unassigned_Variable Remove-AzVmssGalleryApplication -GalleryApplicationsReferenceId $refId is a null-valued parameter value. -GalleryApplicationsReferenceId Assign value for $refId.
⚠️ Remove-AzVmssRunCommand 1 1 Unassigned_Variable Remove-AzVmssRunCommand -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Remove-AzVmssRunCommand 1 1 Unassigned_Variable Remove-AzVmssRunCommand -VMScaleSetName $vmssname is a null-valued parameter value. -VMScaleSetName Assign value for $vmssname.
⚠️ Remove-AzVmssVMDataDisk 1 2 Unassigned_Variable Remove-AzVmssVMDataDisk -VirtualMachineScaleSetVM $VirtualMachine is a null-valued parameter value. -VirtualMachineScaleSetVM Assign value for $VirtualMachine.
⚠️ Remove-AzVmssVMRunCommand 1 1 Unassigned_Variable Remove-AzVmssVMRunCommand -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Remove-AzVmssVMRunCommand 1 1 Unassigned_Variable Remove-AzVmssVMRunCommand -VMScaleSetName $vmssname is a null-valued parameter value. -VMScaleSetName Assign value for $vmssname.
⚠️ Repair-AzVmssServiceFabricUpdateDomain 1 1 Unassigned_Variable Repair-AzVmssServiceFabricUpdateDomain -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Repair-AzVmssServiceFabricUpdateDomain 1 1 Unassigned_Variable Repair-AzVmssServiceFabricUpdateDomain -VMScaleSetName $vmssName is a null-valued parameter value. -VMScaleSetName Assign value for $vmssName.
⚠️ Repair-AzVmssServiceFabricUpdateDomain 2 1 Unassigned_Variable Get-AzVmss -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Repair-AzVmssServiceFabricUpdateDomain 2 1 Unassigned_Variable Get-AzVmss -VMScaleSetName $vmssName is a null-valued parameter value. -VMScaleSetName Assign value for $vmssName.
⚠️ Repair-AzVmssServiceFabricUpdateDomain 3 1 Unassigned_Variable Repair-AzVmssServiceFabricUpdateDomain -ResourceId $resourceId is a null-valued parameter value. -ResourceId Assign value for $resourceId.
⚠️ Restart-AzHost 1 2 Unassigned_Variable New-AzResourceGroup -Name $rgname is a null-valued parameter value. -Name Assign value for $rgname.
⚠️ Restart-AzHost 1 5 Mismatched_Parameter_Value_Type New-AzHostGroup -ResourceGroupName $ResourceGroupName is not an expected parameter value type. -ResourceGroupName Use correct parameter value type. Expected Type is string. Now the type is Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup.(Command).
⚠️ Restart-AzHost 1 5 Mismatched_Parameter_Value_Type New-AzHostGroup -Name $hostGroupName is not an expected parameter value type. -Name Use correct parameter value type. Expected Type is string. Now the type is Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup.(Command).
⚠️ Restart-AzHost 1 7 Mismatched_Parameter_Value_Type Get-AzHostGroup -ResourceGroupName $ResourceGroupName is not an expected parameter value type. -ResourceGroupName Use correct parameter value type. Expected Type is string. Now the type is Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup.(Command).
⚠️ Restart-AzHost 1 7 Mismatched_Parameter_Value_Type Get-AzHostGroup -Name $hostGroupName is not an expected parameter value type. -Name Use correct parameter value type. Expected Type is string. Now the type is Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup.(Command).
⚠️ Restart-AzHost 1 9 Mismatched_Parameter_Value_Type New-AzHost -ResourceGroupName $ResourceGroupName is not an expected parameter value type. -ResourceGroupName Use correct parameter value type. Expected Type is string. Now the type is Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup.(Command).
⚠️ Restart-AzHost 1 9 Mismatched_Parameter_Value_Type New-AzHost -HostGroupName $hostGroupName is not an expected parameter value type. -HostGroupName Use correct parameter value type. Expected Type is string. Now the type is Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup.(Command).
⚠️ Restart-AzHost 1 9 Mismatched_Parameter_Value_Type New-AzHost -Name $hostName is not an expected parameter value type. -Name Use correct parameter value type. Expected Type is string. Now the type is Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup.(Command).
⚠️ Restart-AzHost 1 11 Mismatched_Parameter_Value_Type Get-AzHost -ResourceGroupName $ResourceGroupName is not an expected parameter value type. -ResourceGroupName Use correct parameter value type. Expected Type is string. Now the type is Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup.(Command).
⚠️ Restart-AzHost 1 11 Mismatched_Parameter_Value_Type Get-AzHost -HostGroupName $hostGroupName is not an expected parameter value type. -HostGroupName Use correct parameter value type. Expected Type is string. Now the type is Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup.(Command).
⚠️ Restart-AzHost 1 11 Mismatched_Parameter_Value_Type Get-AzHost -Name $hostName is not an expected parameter value type. -Name Use correct parameter value type. Expected Type is string. Now the type is Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup.(Command).
⚠️ Restart-AzHost 1 12 Mismatched_Parameter_Value_Type Restart-AzHost -ResourceGroupName $ResourceGroupName is not an expected parameter value type. -ResourceGroupName Use correct parameter value type. Expected Type is string. Now the type is Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup.(Command).
⚠️ Restart-AzHost 1 12 Mismatched_Parameter_Value_Type Restart-AzHost -HostGroupName $hostGroupName is not an expected parameter value type. -HostGroupName Use correct parameter value type. Expected Type is string. Now the type is Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup.(Command).
⚠️ Restart-AzHost 1 12 Mismatched_Parameter_Value_Type Restart-AzHost -Name $hostName is not an expected parameter value type. -Name Use correct parameter value type. Expected Type is string. Now the type is Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup.(Command).
⚠️ Restart-AzHost 1 15 Unassigned_Variable Get-AzHost -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Restart-AzHost 1 15 Mismatched_Parameter_Value_Type Get-AzHost -HostGroupName $hostGroupName is not an expected parameter value type. -HostGroupName Use correct parameter value type. Expected Type is string. Now the type is Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup.(Command).
⚠️ Restart-AzHost 1 15 Mismatched_Parameter_Value_Type Get-AzHost -Name $hostName is not an expected parameter value type. -Name Use correct parameter value type. Expected Type is string. Now the type is Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup.(Command).
⚠️ Set-AzDiskSecurityProfile 2 11 Unassigned_Variable New-AzKeyVault -ResourceGroupName $ResourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $ResourceGroupName.
⚠️ Set-AzDiskSecurityProfile 2 17 Unassigned_Variable Get-AzKeyVault -ResourceGroupName $ResourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $ResourceGroupName.
⚠️ Set-AzDiskSecurityProfile 2 23 Unassigned_Variable New-AzDiskEncryptionSet -ResourceGroupName $ResourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $ResourceGroupName.
⚠️ Set-AzDiskSecurityProfile 2 24 Unassigned_Variable Get-AzDiskEncryptionSet -ResourceGroupName $ResourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $ResourceGroupName.
⚠️ Set-AzDiskSecurityProfile 2 27 Unassigned_Variable Get-AzDiskEncryptionSet -ResourceGroupName $ResourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $ResourceGroupName.
⚠️ Set-AzDiskSecurityProfile 2 28 Unassigned_Variable Set-AzKeyVaultAccessPolicy -ResourceGroupName $ResourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $ResourceGroupName.
⚠️ Set-AzDiskSecurityProfile 2 35 Unassigned_Variable New-AzDisk -ResourceGroupName $ResourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $ResourceGroupName.
⚠️ Set-AzDiskSecurityProfile 2 36 Unassigned_Variable Get-AzDisk -ResourceGroupName $ResourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $ResourceGroupName.
⚠️ Set-AzVMDiagnosticsExtension 3 1 Unassigned_Variable Set-AzVMDiagnosticsExtension -StorageAccountKey $storage_key is a null-valued parameter value. -StorageAccountKey Assign value for $storage_key.
⚠️ Set-AzVMDiskEncryptionExtension 4 16 Mismatched_Parameter_Value_Type New-AzADServicePrincipal -ApplicationId $AzureAdApplication.ApplicationId is not an expected parameter value type. -ApplicationId Use correct parameter value type. Expected Type is guid. Now the type is .(Command).
⚠️ Set-AzVMDiskEncryptionExtension 4 23 Mismatched_Parameter_Value_Type Get-Content -Encoding Byte is not an expected parameter value type. -Encoding Use correct parameter value type. Expected Type is System.Text.Encoding. Now the type is string.(Static).
⚠️ Set-AzVMDiskEncryptionExtension 4 47 Mismatched_Parameter_Value_Type Set-AzVMDiskEncryptionExtension -AadClientID $AADClientID is not an expected parameter value type. -AadClientID Use correct parameter value type. Expected Type is string. Now the type is .(Command).
⚠️ Set-AzVMDiskEncryptionExtension 6 19 Mismatched_Parameter_Value_Type New-AzADServicePrincipal -ApplicationId $AzureAdApplication.ApplicationId is not an expected parameter value type. -ApplicationId Use correct parameter value type. Expected Type is guid. Now the type is .(Command).
⚠️ Set-AzVMDiskEncryptionExtension 6 26 Mismatched_Parameter_Value_Type Get-Content -Encoding Byte is not an expected parameter value type. -Encoding Use correct parameter value type. Expected Type is System.Text.Encoding. Now the type is string.(Static).
⚠️ Set-AzVMDiskEncryptionExtension 6 49 Mismatched_Parameter_Value_Type Set-AzVMDiskEncryptionExtension -AadClientID $AADClientID is not an expected parameter value type. -AadClientID Use correct parameter value type. Expected Type is string. Now the type is .(Command).
⚠️ Set-AzVMDscExtension 2 1 Mismatched_Parameter_Value_Type Set-AzVMDscExtension -ConfigurationArgument '@{arg=' is not an expected parameter value type. -ConfigurationArgument Use correct parameter value type. Expected Type is hashtable. Now the type is string.(Static).
⚠️ Set-AzVMDscExtension 3 1 Mismatched_Parameter_Value_Type Set-AzVMDscExtension -ConfigurationArgument '@{arg=' is not an expected parameter value type. -ConfigurationArgument Use correct parameter value type. Expected Type is hashtable. Now the type is string.(Static).
⚠️ Set-AzVMOSDisk 5 3 Unassigned_Variable New-AzResourceGroup -Name $ResourceGroupName is a null-valued parameter value. -Name Assign value for $ResourceGroupName.
⚠️ Set-AzVMOSDisk 5 10 Unassigned_Variable New-Object -[-ArgumentList] ($user, $securePassword) is a null-valued parameter value. ($user, $securePassword) Assign value for ($user, $securePassword).
⚠️ Set-AzVMOSDisk 5 13 Unassigned_Variable New-AzKeyVault -Name $keyVaultName is a null-valued parameter value. -Name Assign value for $keyVaultName.
⚠️ Set-AzVMOSDisk 5 13 Unassigned_Variable New-AzKeyVault -ResourceGroupName $ResourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $ResourceGroupName.
⚠️ Set-AzVMOSDisk 5 16 Unassigned_Variable Set-AzKeyVaultAccessPolicy -VaultName $keyVaultName is a null-valued parameter value. -VaultName Assign value for $keyVaultName.
⚠️ Set-AzVMOSDisk 5 16 Unassigned_Variable Set-AzKeyVaultAccessPolicy -ResourceGroupName $ResourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $ResourceGroupName.
⚠️ Set-AzVMOSDisk 5 22 Unassigned_Variable Add-AzKeyVaultKey -VaultName $kvname is a null-valued parameter value. -VaultName Assign value for $kvname.
⚠️ Set-AzVMOSDisk 5 25 Unassigned_Variable Get-AzKeyVault -VaultName $keyVaultName is a null-valued parameter value. -VaultName Assign value for $keyVaultName.
⚠️ Set-AzVMOSDisk 5 25 Unassigned_Variable Get-AzKeyVault -ResourceGroupName $ResourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $ResourceGroupName.
⚠️ Set-AzVMOSDisk 5 26 Unassigned_Variable Get-AzKeyVaultKey -VaultName $keyVaultName is a null-valued parameter value. -VaultName Assign value for $keyVaultName.
⚠️ Set-AzVMOSDisk 5 30 Unassigned_Variable New-AzDiskEncryptionSetConfig -Location $loc is a null-valued parameter value. -Location Assign value for $loc.
⚠️ Set-AzVMOSDisk 5 31 Unassigned_Variable New-AzDiskEncryptionSet -ResourceGroupName $ResourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $ResourceGroupName.
⚠️ Set-AzVMOSDisk 5 31 Unassigned_Variable New-AzDiskEncryptionSet -Name $desName is a null-valued parameter value. -Name Assign value for $desName.
⚠️ Set-AzVMOSDisk 5 33 Unassigned_Variable Get-AzDiskEncryptionSet -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Set-AzVMOSDisk 5 33 Unassigned_Variable Get-AzDiskEncryptionSet -Name $desName is a null-valued parameter value. -Name Assign value for $desName.
⚠️ Set-AzVMOSDisk 5 36 Unassigned_Variable Get-AzDiskEncryptionSet -Name $desName is a null-valued parameter value. -Name Assign value for $desName.
⚠️ Set-AzVMOSDisk 5 36 Unassigned_Variable Get-AzDiskEncryptionSet -ResourceGroupName $ResourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $ResourceGroupName.
⚠️ Set-AzVMOSDisk 5 38 Unassigned_Variable Set-AzKeyVaultAccessPolicy -VaultName $keyVaultName is a null-valued parameter value. -VaultName Assign value for $keyVaultName.
⚠️ Set-AzVMOSDisk 5 38 Unassigned_Variable Set-AzKeyVaultAccessPolicy -ResourceGroupName $ResourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $ResourceGroupName.
⚠️ Set-AzVMOSDisk 5 40 Unassigned_Variable New-AzVMConfig -VMName $VMName is a null-valued parameter value. -VMName Assign value for $VMName.
⚠️ Set-AzVMOSDisk 5 41 Unassigned_Variable Set-AzVMOperatingSystem -ComputerName $computerName is a null-valued parameter value. -ComputerName Assign value for $computerName.
⚠️ Set-AzVMOSDisk 5 44 Unassigned_Variable New-AzVirtualNetworkSubnetConfig -Name ($subnetPrefix + $ResourceGroupName) is a null-valued parameter value. -Name Assign value for ($subnetPrefix + $ResourceGroupName).
⚠️ Set-AzVMOSDisk 5 45 Unassigned_Variable New-AzVirtualNetwork -Name ($vnetPrefix + $ResourceGroupName) is a null-valued parameter value. -Name Assign value for ($vnetPrefix + $ResourceGroupName).
⚠️ Set-AzVMOSDisk 5 45 Unassigned_Variable New-AzVirtualNetwork -ResourceGroupName $ResourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $ResourceGroupName.
⚠️ Set-AzVMOSDisk 5 45 Unassigned_Variable New-AzVirtualNetwork -Location $loc is a null-valued parameter value. -Location Assign value for $loc.
⚠️ Set-AzVMOSDisk 5 46 Unassigned_Variable Get-AzVirtualNetwork -Name ($vnetPrefix + $ResourceGroupName) is a null-valued parameter value. -Name Assign value for ($vnetPrefix + $ResourceGroupName).
⚠️ Set-AzVMOSDisk 5 46 Unassigned_Variable Get-AzVirtualNetwork -ResourceGroupName $ResourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $ResourceGroupName.
⚠️ Set-AzVMOSDisk 5 48 Unassigned_Variable New-AzPublicIpAddress -Name ($pubIpPrefix + $ResourceGroupName) is a null-valued parameter value. -Name Assign value for ($pubIpPrefix + $ResourceGroupName).
⚠️ Set-AzVMOSDisk 5 48 Unassigned_Variable New-AzPublicIpAddress -ResourceGroupName $ResourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $ResourceGroupName.
⚠️ Set-AzVMOSDisk 5 48 Unassigned_Variable New-AzPublicIpAddress -Location $loc is a null-valued parameter value. -Location Assign value for $loc.
⚠️ Set-AzVMOSDisk 5 48 Unassigned_Variable New-AzPublicIpAddress -DomainNameLabel $domainNameLabel2 is a null-valued parameter value. -DomainNameLabel Assign value for $domainNameLabel2.
⚠️ Set-AzVMOSDisk 5 49 Unassigned_Variable Get-AzPublicIpAddress -Name ($pubIpPrefix + $ResourceGroupName) is a null-valued parameter value. -Name Assign value for ($pubIpPrefix + $ResourceGroupName).
⚠️ Set-AzVMOSDisk 5 49 Unassigned_Variable Get-AzPublicIpAddress -ResourceGroupName $ResourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $ResourceGroupName.
⚠️ Set-AzVMOSDisk 5 51 Unassigned_Variable New-AzNetworkInterface -Name ($nicPrefix + $ResourceGroupName) is a null-valued parameter value. -Name Assign value for ($nicPrefix + $ResourceGroupName).
⚠️ Set-AzVMOSDisk 5 51 Unassigned_Variable New-AzNetworkInterface -ResourceGroupName $ResourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $ResourceGroupName.
⚠️ Set-AzVMOSDisk 5 51 Unassigned_Variable New-AzNetworkInterface -Location $loc is a null-valued parameter value. -Location Assign value for $loc.
⚠️ Set-AzVMOSDisk 5 52 Unassigned_Variable Get-AzNetworkInterface -Name ($nicPrefix + $ResourceGroupName) is a null-valued parameter value. -Name Assign value for ($nicPrefix + $ResourceGroupName).
⚠️ Set-AzVMOSDisk 5 52 Unassigned_Variable Get-AzNetworkInterface -ResourceGroupName $ResourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $ResourceGroupName.
⚠️ Set-AzVMOSDisk 5 62 Unassigned_Variable New-AzVM -ResourceGroupName $ResourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $ResourceGroupName.
⚠️ Set-AzVMOSDisk 5 62 Unassigned_Variable New-AzVM -Location $loc is a null-valued parameter value. -Location Assign value for $loc.
⚠️ Set-AzVMOSDisk 5 63 Unassigned_Variable Get-AzVm -ResourceGroupName $ResourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $ResourceGroupName.
⚠️ Set-AzVMOSDisk 5 63 Unassigned_Variable Get-AzVm -Name $vmname is a null-valued parameter value. -Name Assign value for $vmname.
⚠️ Set-AzVMSecurityProfile 2 8 Mismatched_Parameter_Value_Type ConvertTo-SecureString -[-String] $password is not an expected parameter value type. $password Use correct parameter value type. Expected Type is string. Now the type is securestring.(Command).
⚠️ Set-AzVMSecurityProfile 2 9 Unassigned_Variable New-Object -[-ArgumentList] ($user, $securePassword) is a null-valued parameter value. ($user, $securePassword) Assign value for ($user, $securePassword).
⚠️ Set-AzVMSecurityProfile 2 13 Unassigned_Variable New-AzVMConfig -VMName $VMName is a null-valued parameter value. -VMName Assign value for $VMName.
⚠️ Set-AzVMSecurityProfile 2 16 Unassigned_Variable New-AzVirtualNetworkSubnetConfig -Name $SubnetName is a null-valued parameter value. -Name Assign value for $SubnetName.
⚠️ Set-AzVMSecurityProfile 2 17 Unassigned_Variable New-AzVirtualNetwork -Name $NetworkName is a null-valued parameter value. -Name Assign value for $NetworkName.
⚠️ Set-AzVMSecurityProfile 2 17 Unassigned_Variable New-AzVirtualNetwork -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Set-AzVMSecurityProfile 2 17 Unassigned_Variable New-AzVirtualNetwork -Location $LocationName is a null-valued parameter value. -Location Assign value for $LocationName.
⚠️ Set-AzVMSecurityProfile 2 18 Unassigned_Variable New-AzPublicIpAddress -Name $PublicIPAddressName is a null-valued parameter value. -Name Assign value for $PublicIPAddressName.
⚠️ Set-AzVMSecurityProfile 2 18 Unassigned_Variable New-AzPublicIpAddress -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Set-AzVMSecurityProfile 2 18 Unassigned_Variable New-AzPublicIpAddress -Location $LocationName is a null-valued parameter value. -Location Assign value for $LocationName.
⚠️ Set-AzVMSecurityProfile 2 19 Unassigned_Variable New-AzNetworkInterface -Name $NICName is a null-valued parameter value. -Name Assign value for $NICName.
⚠️ Set-AzVMSecurityProfile 2 19 Unassigned_Variable New-AzNetworkInterface -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Set-AzVMSecurityProfile 2 19 Unassigned_Variable New-AzNetworkInterface -Location $LocationName is a null-valued parameter value. -Location Assign value for $LocationName.
⚠️ Set-AzVMSecurityProfile 2 20 Unassigned_Variable Set-AzVMOperatingSystem -ComputerName $ComputerName is a null-valued parameter value. -ComputerName Assign value for $ComputerName.
⚠️ Set-AzVMSecurityProfile 2 32 Unassigned_Variable New-AzVM -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Set-AzVMSecurityProfile 2 32 Unassigned_Variable New-AzVM -Location $LocationName is a null-valued parameter value. -Location Assign value for $LocationName.
⚠️ Set-AzVMSecurityProfile 2 33 Unassigned_Variable Get-AzVm -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Set-AzVMSecurityProfile 2 33 Unassigned_Variable Get-AzVm -Name $vmname is a null-valued parameter value. -Name Assign value for $vmname.
⚠️ Set-AzVMSqlServerExtension 2 1 Unassigned_Variable New-AzVMSqlServerAutoBackupConfig -StorageUri $StorageUrl is a null-valued parameter value. -StorageUri Assign value for $StorageUrl.
⚠️ Set-AzVMSqlServerExtension 2 1 Unassigned_Variable New-AzVMSqlServerAutoBackupConfig -StorageKey $StorageAccountKeySecure is a null-valued parameter value. -StorageKey Assign value for $StorageAccountKeySecure.
⚠️ Set-AzVmssBootDiagnostic 1 1 Unassigned_Variable New-AzVmssConfig -Location $loc is a null-valued parameter value. -Location Assign value for $loc.
⚠️ Set-AzVmssBootDiagnostic 1 2 Unassigned_Variable Set-AzVmssBootDiagnostic -StorageUri $storageUri is a null-valued parameter value. -StorageUri Assign value for $storageUri.
⚠️ Set-AzVmssBootDiagnostic 1 3 Unassigned_Variable New-AzVmss -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Set-AzVmssOsProfile 1 1 Unassigned_Variable New-AzVmssConfig -Location $Loc is a null-valued parameter value. -Location Assign value for $Loc.
⚠️ Set-AzVmssOsProfile 1 1 Unassigned_Variable New-AzVmssConfig -NetworkInterfaceConfiguration $NetCfg is a null-valued parameter value. -NetworkInterfaceConfiguration Assign value for $NetCfg.
⚠️ Set-AzVmssOsProfile 1 2 Unassigned_Variable Set-AzVmssOsProfile -AdminUsername $AdminUsername is a null-valued parameter value. -AdminUsername Assign value for $AdminUsername.
⚠️ Set-AzVmssOsProfile 1 2 Unassigned_Variable Set-AzVmssOsProfile -AdminPassword $AdminPassword is a null-valued parameter value. -AdminPassword Assign value for $AdminPassword.
⚠️ Set-AzVmssOsProfile 2 113 Mismatched_Parameter_Value_Type Set-AzVmssOsProfile -AdminPassword $cred.Password is not an expected parameter value type. -AdminPassword Use correct parameter value type. Expected Type is string. Now the type is securestring.(Command).
⚠️ Set-AzVmssRollingUpgradePolicy 1 1 Unassigned_Variable Set-AzVmssRollingUpgradePolicy -VirtualMachineScaleSet $vmss is a null-valued parameter value. -VirtualMachineScaleSet Assign value for $vmss.
⚠️ Set-AzVmssSecurityProfile 2 40 Mismatched_Parameter_Value_Type Set-AzVmssOsProfile -AdminPassword $adminPassword is not an expected parameter value type. -AdminPassword Use correct parameter value type. Expected Type is string. Now the type is securestring.(Command).
⚠️ Set-AzVmssStorageProfile 1 1 Mismatched_Parameter_Value_Type Set-AzVmssStorageProfile -VirtualMachineScaleSet 'ContosoVMSS' is not an expected parameter value type. -VirtualMachineScaleSet Use correct parameter value type. Expected Type is Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet. Now the type is string.(Static).
⚠️ Set-AzVmssStorageProfile 1 2 Unassigned_Variable Set-AzVmssStorageProfile -ImageReferenceOffer $ImgRef.Offer is a null-valued parameter value. -ImageReferenceOffer Assign value for $ImgRef.Offer.
⚠️ Set-AzVmssStorageProfile 1 2 Unassigned_Variable Set-AzVmssStorageProfile -ImageReferenceSku $ImgRef.Skus is a null-valued parameter value. -ImageReferenceSku Assign value for $ImgRef.Skus.
⚠️ Set-AzVmssStorageProfile 1 2 Unassigned_Variable Set-AzVmssStorageProfile -ImageReferenceVersion $ImgRef.Version is a null-valued parameter value. -ImageReferenceVersion Assign value for $ImgRef.Version.
⚠️ Set-AzVmssStorageProfile 1 3 Unassigned_Variable Set-AzVmssStorageProfile -ImageReferencePublisher $ImgRef.PublisherName is a null-valued parameter value. -ImageReferencePublisher Assign value for $ImgRef.PublisherName.
⚠️ Set-AzVmssStorageProfile 1 3 Unassigned_Variable Set-AzVmssStorageProfile -VhdContainer $VhdContainer is a null-valued parameter value. -VhdContainer Assign value for $VhdContainer.
⚠️ Update-AzCapacityReservation 1 1 Unassigned_Variable Update-AzCapacityReservation -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Update-AzCapacityReservation 1 1 Unassigned_Variable Update-AzCapacityReservation -ReservationGroupName $capResGroup is a null-valued parameter value. -ReservationGroupName Assign value for $capResGroup.
⚠️ Update-AzCapacityReservation 1 1 Unassigned_Variable Update-AzCapacityReservation -Name $capRes is a null-valued parameter value. -Name Assign value for $capRes.
⚠️ Update-AzCapacityReservation 2 1 Unassigned_Variable Get-AzCapacityReservation -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Update-AzCapacityReservation 2 1 Unassigned_Variable Get-AzCapacityReservation -ReservationGroupName $capResGroup is a null-valued parameter value. -ReservationGroupName Assign value for $capResGroup.
⚠️ Update-AzCapacityReservation 2 1 Unassigned_Variable Get-AzCapacityReservation -Name $capRes is a null-valued parameter value. -Name Assign value for $capRes.
⚠️ Update-AzCapacityReservationGroup 1 1 Unassigned_Variable Update-AzCapacityReservationGroup -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Update-AzCapacityReservationGroup 1 1 Unassigned_Variable Update-AzCapacityReservationGroup -Name $capResGroup is a null-valued parameter value. -Name Assign value for $capResGroup.
⚠️ Update-AzCapacityReservationGroup 2 1 Unassigned_Variable Get-AzCapacityReservationGroup -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Update-AzCapacityReservationGroup 2 1 Unassigned_Variable Get-AzCapacityReservationGroup -Name $capResGroup is a null-valued parameter value. -Name Assign value for $capResGroup.
⚠️ Update-AzGallery 1 1 Unassigned_Variable Update-AzGallery -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Update-AzGallery 1 1 Unassigned_Variable Update-AzGallery -Name $galleryName is a null-valued parameter value. -Name Assign value for $galleryName.
⚠️ Update-AzGallery 1 1 Unassigned_Variable Update-AzGallery -Description $galleryDescription is a null-valued parameter value. -Description Assign value for $galleryDescription.
⚠️ Update-AzGallery 2 1 Unassigned_Variable Update-AzGallery -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Update-AzGallery 2 1 Unassigned_Variable Update-AzGallery -Name $galleryName is a null-valued parameter value. -Name Assign value for $galleryName.
⚠️ Update-AzGalleryApplication 1 1 Unassigned_Variable Update-AzGalleryApplication -ResourceGroupName $rgName is a null-valued parameter value. -ResourceGroupName Assign value for $rgName.
⚠️ Update-AzGalleryApplication 1 1 Unassigned_Variable Update-AzGalleryApplication -GalleryName $galleryName is a null-valued parameter value. -GalleryName Assign value for $galleryName.
⚠️ Update-AzGalleryApplication 1 1 Unassigned_Variable Update-AzGalleryApplication -Name $name is a null-valued parameter value. -Name Assign value for $name.
⚠️ Update-AzGalleryApplicationVersion 1 1 Unassigned_Variable New-AzStorageContext -StorageAccountName $storAccName is a null-valued parameter value. -StorageAccountName Assign value for $storAccName.
⚠️ Update-AzGalleryApplicationVersion 1 2 Unassigned_Variable New-AzStorageBlobSASToken -Container $containerName is a null-valued parameter value. -Container Assign value for $containerName.
⚠️ Update-AzGalleryApplicationVersion 1 2 Unassigned_Variable New-AzStorageBlobSASToken -blob $blobName is a null-valued parameter value. -blob Assign value for $blobName.
⚠️ Update-AzGalleryApplicationVersion 1 3 Unassigned_Variable Get-AzStorageAccount -ResourceGroupName $rgName is a null-valued parameter value. -ResourceGroupName Assign value for $rgName.
⚠️ Update-AzGalleryApplicationVersion 1 3 Unassigned_Variable Get-AzStorageAccount -Name $storAccName is a null-valued parameter value. -Name Assign value for $storAccName.
⚠️ Update-AzGalleryApplicationVersion 1 4 Unassigned_Variable Get-AzStorageBlob -Container $containerName is a null-valued parameter value. -Container Assign value for $containerName.
⚠️ Update-AzGalleryApplicationVersion 1 4 Unassigned_Variable Get-AzStorageBlob -Blob $blobName is a null-valued parameter value. -Blob Assign value for $blobName.
⚠️ Update-AzGalleryApplicationVersion 1 5 Unassigned_Variable New-AzStorageBlobSASToken -Container $containerName is a null-valued parameter value. -Container Assign value for $containerName.
⚠️ Update-AzGalleryApplicationVersion 1 5 Unassigned_Variable New-AzStorageBlobSASToken -Blob $blobName is a null-valued parameter value. -Blob Assign value for $blobName.
⚠️ Update-AzGalleryApplicationVersion 1 7 Unassigned_Variable Update-AzGalleryApplicationVersion -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Update-AzGalleryApplicationVersion 1 7 Unassigned_Variable Update-AzGalleryApplicationVersion -GalleryName $galleryName is a null-valued parameter value. -GalleryName Assign value for $galleryName.
⚠️ Update-AzGalleryApplicationVersion 1 7 Unassigned_Variable Update-AzGalleryApplicationVersion -GalleryApplicationName $galleryApplicationName is a null-valued parameter value. -GalleryApplicationName Assign value for $galleryApplicationName.
⚠️ Update-AzGalleryImageDefinition 1 11 Unassigned_Variable Update-AzGalleryImageDefinition -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Update-AzGalleryImageDefinition 1 11 Unassigned_Variable Update-AzGalleryImageDefinition -Name $galleryImageDefinitionName is a null-valued parameter value. -Name Assign value for $galleryImageDefinitionName.
⚠️ Update-AzHost 1 1 Unassigned_Variable Update-AzHost -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Update-AzHost 1 1 Unassigned_Variable Update-AzHost -HostGroupName $hostGroupName is a null-valued parameter value. -HostGroupName Assign value for $hostGroupName.
⚠️ Update-AzHost 1 1 Unassigned_Variable Update-AzHost -Name $hostName is a null-valued parameter value. -Name Assign value for $hostName.
⚠️ Update-AzHost 1 1 Unassigned_Variable Update-AzHost -Sku $skuName is a null-valued parameter value. -Sku Assign value for $skuName.
⚠️ Update-AzVM 1 1 Unassigned_Variable Update-AzVM -VM $VirtualMachine is a null-valued parameter value. -VM Assign value for $VirtualMachine.
⚠️ Update-AzVM 2 13 Unassigned_Variable New-AzVM -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Update-AzVM 2 16 Unassigned_Variable Update-AzVM -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Update-AzVmss 1 1 Unassigned_Variable Update-AzVmss -VirtualMachineScaleSet $LocalVMSS is a null-valued parameter value. -VirtualMachineScaleSet Assign value for $LocalVMSS.
⚠️ Update-AzVmssVM 1 1 Unassigned_Variable Get-AzDisk -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Update-AzVmssVM 1 1 Unassigned_Variable Get-AzDisk -DiskName $diskname0 is a null-valued parameter value. -DiskName Assign value for $diskname0.
⚠️ Update-AzVmssVM 2 1 Unassigned_Variable Get-AzDisk -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Update-AzVmssVM 2 1 Unassigned_Variable Get-AzDisk -DiskName $diskname0 is a null-valued parameter value. -DiskName Assign value for $diskname0.
⚠️Windows PowerShell - Windows
Type Cmdlet Example Line RuleName Description Extent Remediation
⚠️ Add-AzVMSecret 1 1 Unassigned_Variable New-AzVMConfig -AvailabilitySetID $AvailabilitySet.Id is a null-valued parameter value. -AvailabilitySetID Assign value for $AvailabilitySet.Id.
⚠️ Add-AzVmGalleryApplication 1 1 Unassigned_Variable Get-AzVM -ResourceGroupName $rgName is a null-valued parameter value. -ResourceGroupName Assign value for $rgName.
⚠️ Add-AzVmGalleryApplication 1 1 Unassigned_Variable Get-AzVM -Name $vmName is a null-valued parameter value. -Name Assign value for $vmName.
⚠️ Add-AzVmGalleryApplication 1 2 Unassigned_Variable New-AzVmGalleryApplication -PackageReferenceId $packageRefId is a null-valued parameter value. -PackageReferenceId Assign value for $packageRefId.
⚠️ Add-AzVmGalleryApplication 1 2 Unassigned_Variable New-AzVmGalleryApplication -ConfigReferenceId $configRefId is a null-valued parameter value. -ConfigReferenceId Assign value for $configRefId.
⚠️ Add-AzVmssAdditionalUnattendContent 1 1 Unassigned_Variable Add-AzVmssAdditionalUnattendContent -VirtualMachineScaleSet $VMSS is a null-valued parameter value. -VirtualMachineScaleSet Assign value for $VMSS.
⚠️ Add-AzVmssAdditionalUnattendContent 1 1 Unassigned_Variable Add-AzVmssAdditionalUnattendContent -ComponentName $AUCComponentName is a null-valued parameter value. -ComponentName Assign value for $AUCComponentName.
⚠️ Add-AzVmssAdditionalUnattendContent 1 1 Unassigned_Variable Add-AzVmssAdditionalUnattendContent -Content $AUCContent is a null-valued parameter value. -Content Assign value for $AUCContent.
⚠️ Add-AzVmssAdditionalUnattendContent 1 1 Unassigned_Variable Add-AzVmssAdditionalUnattendContent -PassName $AUCPassName is a null-valued parameter value. -PassName Assign value for $AUCPassName.
⚠️ Add-AzVmssAdditionalUnattendContent 1 1 Unassigned_Variable Add-AzVmssAdditionalUnattendContent -SettingName $AUCSetting is a null-valued parameter value. -SettingName Assign value for $AUCSetting.
⚠️ Add-AzVmssDataDisk 1 1 Unassigned_Variable New-AzVmssConfig -Location $Loc is a null-valued parameter value. -Location Assign value for $Loc.
⚠️ Add-AzVmssDiagnosticsExtension 1 1 Unassigned_Variable Add-AzVmssDiagnosticsExtension -VirtualMachineScaleSet $VMSS is a null-valued parameter value. -VirtualMachineScaleSet Assign value for $VMSS.
⚠️ Add-AzVmssDiagnosticsExtension 1 1 Unassigned_Variable Add-AzVmssDiagnosticsExtension -SettingFilePath $publicConfigPath is a null-valued parameter value. -SettingFilePath Assign value for $publicConfigPath.
⚠️ Add-AzVmssDiagnosticsExtension 1 1 Unassigned_Variable Add-AzVmssDiagnosticsExtension -ProtectedSettingFilePath $privateConfigPath is a null-valued parameter value. -ProtectedSettingFilePath Assign value for $privateConfigPath.
⚠️ Add-AzVmssDiagnosticsExtension 1 1 Unassigned_Variable Add-AzVmssDiagnosticsExtension -Name $extName is a null-valued parameter value. -Name Assign value for $extName.
⚠️ Add-AzVmssDiagnosticsExtension 1 1 Unassigned_Variable Add-AzVmssDiagnosticsExtension -TypeHandlerVersion $typeVersion is a null-valued parameter value. -TypeHandlerVersion Assign value for $typeVersion.
⚠️ Add-AzVmssExtension 1 1 Unassigned_Variable Add-AzVmssExtension -VirtualMachineScaleSet $VMSS is a null-valued parameter value. -VirtualMachineScaleSet Assign value for $VMSS.
⚠️ Add-AzVmssExtension 1 1 Unassigned_Variable Add-AzVmssExtension -Name $ExtName is a null-valued parameter value. -Name Assign value for $ExtName.
⚠️ Add-AzVmssExtension 1 1 Unassigned_Variable Add-AzVmssExtension -Publisher $Publisher is a null-valued parameter value. -Publisher Assign value for $Publisher.
⚠️ Add-AzVmssExtension 1 1 Unassigned_Variable Add-AzVmssExtension -Type $ExtType is a null-valued parameter value. -Type Assign value for $ExtType.
⚠️ Add-AzVmssExtension 1 1 Unassigned_Variable Add-AzVmssExtension -TypeHandlerVersion $ExtVer is a null-valued parameter value. -TypeHandlerVersion Assign value for $ExtVer.
⚠️ Add-AzVmssExtension 2 4 Unassigned_Variable Add-AzVmssExtension -VirtualMachineScaleSet $vmss is a null-valued parameter value. -VirtualMachineScaleSet Assign value for $vmss.
⚠️ Add-AzVmssExtension 2 4 Unassigned_Variable Add-AzVmssExtension -Name $vmssExtensionName is a null-valued parameter value. -Name Assign value for $vmssExtensionName.
⚠️ Add-AzVmssExtension 2 4 Unassigned_Variable Add-AzVmssExtension -Publisher $vmssPublisher is a null-valued parameter value. -Publisher Assign value for $vmssPublisher.
⚠️ Add-AzVmssExtension 2 5 Unassigned_Variable Add-AzVmssExtension -Type $vmssExtensionType is a null-valued parameter value. -Type Assign value for $vmssExtensionType.
⚠️ Add-AzVmssExtension 2 5 Unassigned_Variable Add-AzVmssExtension -TypeHandlerVersion $ExtVer is a null-valued parameter value. -TypeHandlerVersion Assign value for $ExtVer.
⚠️ Add-AzVmssGalleryApplication 1 1 Unassigned_Variable Get-AzVmss -ResourceGroupName $rgName is a null-valued parameter value. -ResourceGroupName Assign value for $rgName.
⚠️ Add-AzVmssGalleryApplication 1 1 Unassigned_Variable Get-AzVmss -Name $vmssName is a null-valued parameter value. -Name Assign value for $vmssName.
⚠️ Add-AzVmssGalleryApplication 1 2 Unassigned_Variable New-AzVmssGalleryApplication -PackageReferenceId $packageRefId is a null-valued parameter value. -PackageReferenceId Assign value for $packageRefId.
⚠️ Add-AzVmssGalleryApplication 1 2 Unassigned_Variable New-AzVmssGalleryApplication -ConfigReferenceId $configRefId is a null-valued parameter value. -ConfigReferenceId Assign value for $configRefId.
⚠️ Add-AzVmssNetworkInterfaceConfiguration 1 1 Unassigned_Variable Add-AzVmssNetworkInterfaceConfiguration -VirtualMachineScaleSet $VMSS is a null-valued parameter value. -VirtualMachineScaleSet Assign value for $VMSS.
⚠️ Add-AzVmssNetworkInterfaceConfiguration 1 1 Unassigned_Variable Add-AzVmssNetworkInterfaceConfiguration -IPConfiguration $IPCfg is a null-valued parameter value. -IPConfiguration Assign value for $IPCfg.
⚠️ Add-AzVmssRunCommand 1 1 Unassigned_Variable Add-AzVmssRunCommand -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Add-AzVmssRunCommand 1 1 Unassigned_Variable Add-AzVmssRunCommand -VMScaleSetName $vmssname is a null-valued parameter value. -VMScaleSetName Assign value for $vmssname.
⚠️ Add-AzVmssVMDataDisk 1 1 Unassigned_Variable Get-AzDisk -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Add-AzVmssVMDataDisk 1 1 Unassigned_Variable Get-AzDisk -DiskName $diskname0 is a null-valued parameter value. -DiskName Assign value for $diskname0.
⚠️ Get-AzCapacityReservation 1 1 Unassigned_Variable Get-AzCapacityReservation -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Get-AzCapacityReservation 2 1 Unassigned_Variable Get-AzCapacityReservation -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Get-AzCapacityReservationGroup 1 1 Unassigned_Variable Get-AzCapacityReservationGroup -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Get-AzCapacityReservationGroup 2 1 Unassigned_Variable Get-AzCapacityReservationGroup -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Get-AzDiskEncryptionSetAssociatedResource 1 1 Unassigned_Variable Get-AzDiskEncryptionSetAssociatedResource -ResourceGroupName $RGname is a null-valued parameter value. -ResourceGroupName Assign value for $RGname.
⚠️ Get-AzDiskEncryptionSetAssociatedResource 1 1 Unassigned_Variable Get-AzDiskEncryptionSetAssociatedResource -DiskEncryptionSetName $diskEncryptionSetName is a null-valued parameter value. -DiskEncryptionSetName Assign value for $diskEncryptionSetName.
⚠️ Get-AzGalleryApplication 1 1 Unassigned_Variable Get-AzGalleryApplication -ResourceGroupName $rgName is a null-valued parameter value. -ResourceGroupName Assign value for $rgName.
⚠️ Get-AzGalleryApplication 1 1 Unassigned_Variable Get-AzGalleryApplication -GalleryName $galleryName is a null-valued parameter value. -GalleryName Assign value for $galleryName.
⚠️ Get-AzGalleryApplication 1 1 Unassigned_Variable Get-AzGalleryApplication -name $galleryAppName is a null-valued parameter value. -name Assign value for $galleryAppName.
⚠️ Get-AzGalleryApplication 2 1 Unassigned_Variable Get-AzGalleryApplication -GalleryName $GalleryName is a null-valued parameter value. -GalleryName Assign value for $GalleryName.
⚠️ Get-AzGalleryApplication 2 1 Unassigned_Variable Get-AzGalleryApplication -ResourceGroupName $rgName is a null-valued parameter value. -ResourceGroupName Assign value for $rgName.
⚠️ Get-AzGalleryApplicationVersion 1 1 Unassigned_Variable Get-AzGalleryApplicationVersion -ResourceGroupName $rgName is a null-valued parameter value. -ResourceGroupName Assign value for $rgName.
⚠️ Get-AzGalleryApplicationVersion 1 1 Unassigned_Variable Get-AzGalleryApplicationVersion -GalleryName $galleryName is a null-valued parameter value. -GalleryName Assign value for $galleryName.
⚠️ Get-AzGalleryApplicationVersion 1 1 Unassigned_Variable Get-AzGalleryApplicationVersion -GalleryApplicationName $galleryAppName is a null-valued parameter value. -GalleryApplicationName Assign value for $galleryAppName.
⚠️ Get-AzGalleryApplicationVersion 1 1 Unassigned_Variable Get-AzGalleryApplicationVersion -Name $versionName is a null-valued parameter value. -Name Assign value for $versionName.
⚠️ Get-AzGalleryApplicationVersion 2 1 Unassigned_Variable Get-AzGalleryApplicationVersion -GalleryName $GalleryName is a null-valued parameter value. -GalleryName Assign value for $GalleryName.
⚠️ Get-AzGalleryApplicationVersion 2 1 Unassigned_Variable Get-AzGalleryApplicationVersion -ResourceGroupName $rgName is a null-valued parameter value. -ResourceGroupName Assign value for $rgName.
⚠️ Get-AzGalleryApplicationVersion 2 1 Unassigned_Variable Get-AzGalleryApplicationVersion -GalleryApplicationName $galleryAppName is a null-valued parameter value. -GalleryApplicationName Assign value for $galleryAppName.
⚠️ Get-AzHost 1 1 Unassigned_Variable Get-AzHost -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Get-AzHost 1 1 Unassigned_Variable Get-AzHost -HostGroupName $hostGroupName is a null-valued parameter value. -HostGroupName Assign value for $hostGroupName.
⚠️ Get-AzHost 1 1 Unassigned_Variable Get-AzHost -Name $hostName is a null-valued parameter value. -Name Assign value for $hostName.
⚠️ Get-AzHost 2 1 Unassigned_Variable Get-AzHost -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Get-AzHost 2 1 Unassigned_Variable Get-AzHost -HostGroupName $hostGroupName is a null-valued parameter value. -HostGroupName Assign value for $hostGroupName.
⚠️ Get-AzHost 2 1 Unassigned_Variable Get-AzHost -Name $hostName is a null-valued parameter value. -Name Assign value for $hostName.
⚠️ Get-AzHost 3 1 Unassigned_Variable Get-AzHost -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Get-AzHost 3 1 Unassigned_Variable Get-AzHost -HostGroupName $hostGroupName is a null-valued parameter value. -HostGroupName Assign value for $hostGroupName.
⚠️ Get-AzHostGroup 1 1 Unassigned_Variable Get-AzHostGroup -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Get-AzHostGroup 1 1 Unassigned_Variable Get-AzHostGroup -HostGroupName $hostGroupName is a null-valued parameter value. -HostGroupName Assign value for $hostGroupName.
⚠️ Get-AzHostGroup 2 1 Unassigned_Variable Get-AzHostGroup -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Get-AzHostSize 1 1 Unassigned_Variable Get-AzHostSize -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Get-AzHostSize 1 1 Unassigned_Variable Get-AzHostSize -HostGroupName $hostGroupName is a null-valued parameter value. -HostGroupName Assign value for $hostGroupName.
⚠️ Get-AzHostSize 1 1 Unassigned_Variable Get-AzHostSize -HostName $hostName is a null-valued parameter value. -HostName Assign value for $hostName.
⚠️ Get-AzProximityPlacementGroup 1 1 Unassigned_Variable Get-AzProximityPlacementGroup -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Get-AzProximityPlacementGroup 1 1 Unassigned_Variable Get-AzProximityPlacementGroup -Name $proximityPlacementGroupName is a null-valued parameter value. -Name Assign value for $proximityPlacementGroupName.
⚠️ Get-AzProximityPlacementGroup 2 1 Unassigned_Variable Get-AzProximityPlacementGroup -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Get-AzVmssVM 2 1 Unassigned_Variable Get-AzVmssVM -InstanceId $ID is a null-valued parameter value. -InstanceId Assign value for $ID.
⚠️ Get-AzVmssVM 3 1 Unassigned_Variable Get-AzVmssVM -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Get-AzVmssVM 3 1 Unassigned_Variable Get-AzVmssVM -VMScaleSetName $vmssName is a null-valued parameter value. -VMScaleSetName Assign value for $vmssName.
⚠️ Get-AzVmssVM 3 1 Unassigned_Variable Get-AzVmssVM -InstanceId $ID is a null-valued parameter value. -InstanceId Assign value for $ID.
⚠️ Invoke-AzVMReimage 2 2 Unassigned_Variable Invoke-AzVMReimage -CustomData $CustomData is a null-valued parameter value. -CustomData Assign value for $CustomData.
⚠️ Invoke-AzVMReimage 2 2 Mismatched_Parameter_Value_Type Invoke-AzVMReimage -AdminPassword $SecurePassword is not an expected parameter value type. -AdminPassword Use correct parameter value type. Expected Type is string. Now the type is securestring.(Command).
⚠️ New-AzGallery 1 1 Unassigned_Variable New-AzGallery -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ New-AzGallery 1 1 Unassigned_Variable New-AzGallery -Name $galleryName is a null-valued parameter value. -Name Assign value for $galleryName.
⚠️ New-AzGallery 1 1 Unassigned_Variable New-AzGallery -Location $location is a null-valued parameter value. -Location Assign value for $location.
⚠️ New-AzGallery 1 1 Unassigned_Variable New-AzGallery -Description $galleryDescription is a null-valued parameter value. -Description Assign value for $galleryDescription.
⚠️ New-AzGallery 2 1 Unassigned_Variable New-AzGallery -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ New-AzGallery 2 1 Unassigned_Variable New-AzGallery -Name $galleryName is a null-valued parameter value. -Name Assign value for $galleryName.
⚠️ New-AzGallery 2 1 Unassigned_Variable New-AzGallery -Location $location is a null-valued parameter value. -Location Assign value for $location.
⚠️ New-AzGallery 2 1 Unassigned_Variable New-AzGallery -Description $galleryDescription is a null-valued parameter value. -Description Assign value for $galleryDescription.
⚠️ New-AzGalleryApplication 1 1 Unassigned_Variable New-AzGalleryApplication -ResourceGroupName $rgName is a null-valued parameter value. -ResourceGroupName Assign value for $rgName.
⚠️ New-AzGalleryApplication 1 1 Unassigned_Variable New-AzGalleryApplication -GalleryName $galleryName is a null-valued parameter value. -GalleryName Assign value for $galleryName.
⚠️ New-AzGalleryApplication 1 1 Unassigned_Variable New-AzGalleryApplication -Name $name is a null-valued parameter value. -Name Assign value for $name.
⚠️ New-AzGalleryApplicationVersion 1 1 Unassigned_Variable New-AzStorageContext -StorageAccountName $storAccName is a null-valued parameter value. -StorageAccountName Assign value for $storAccName.
⚠️ New-AzGalleryApplicationVersion 1 2 Unassigned_Variable New-AzStorageBlobSASToken -Container $containerName is a null-valued parameter value. -Container Assign value for $containerName.
⚠️ New-AzGalleryApplicationVersion 1 2 Unassigned_Variable New-AzStorageBlobSASToken -blob $blobName is a null-valued parameter value. -blob Assign value for $blobName.
⚠️ New-AzGalleryApplicationVersion 1 3 Unassigned_Variable Get-AzStorageAccount -ResourceGroupName $rgName is a null-valued parameter value. -ResourceGroupName Assign value for $rgName.
⚠️ New-AzGalleryApplicationVersion 1 3 Unassigned_Variable Get-AzStorageAccount -Name $storAccName is a null-valued parameter value. -Name Assign value for $storAccName.
⚠️ New-AzGalleryApplicationVersion 1 4 Unassigned_Variable Get-AzStorageBlob -Container $containerName is a null-valued parameter value. -Container Assign value for $containerName.
⚠️ New-AzGalleryApplicationVersion 1 4 Unassigned_Variable Get-AzStorageBlob -Blob $blobName is a null-valued parameter value. -Blob Assign value for $blobName.
⚠️ New-AzGalleryApplicationVersion 1 5 Unassigned_Variable New-AzStorageBlobSASToken -Container $containerName is a null-valued parameter value. -Container Assign value for $containerName.
⚠️ New-AzGalleryApplicationVersion 1 5 Unassigned_Variable New-AzStorageBlobSASToken -Blob $blobName is a null-valued parameter value. -Blob Assign value for $blobName.
⚠️ New-AzGalleryApplicationVersion 1 7 Unassigned_Variable New-AzGalleryApplicationVersion -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ New-AzGalleryApplicationVersion 1 7 Unassigned_Variable New-AzGalleryApplicationVersion -GalleryName $galleryName is a null-valued parameter value. -GalleryName Assign value for $galleryName.
⚠️ New-AzGalleryApplicationVersion 1 7 Unassigned_Variable New-AzGalleryApplicationVersion -GalleryApplicationName $galleryApplicationName is a null-valued parameter value. -GalleryApplicationName Assign value for $galleryApplicationName.
⚠️ New-AzGalleryImageVersion 11 6 Unassigned_Variable New-AzGalleryImageVersion -SourceImageId $sourceImageId is a null-valued parameter value. -SourceImageId Assign value for $sourceImageId.
⚠️ New-AzGalleryImageVersion 12 7 Unassigned_Variable New-AzGalleryImageVersion -SourceImageId $sourceImageId is a null-valued parameter value. -SourceImageId Assign value for $sourceImageId.
⚠️ New-AzHost 1 1 Unassigned_Variable New-AzHost -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ New-AzHost 1 1 Unassigned_Variable New-AzHost -HostGroupName $hostGroupName is a null-valued parameter value. -HostGroupName Assign value for $hostGroupName.
⚠️ New-AzHost 1 1 Unassigned_Variable New-AzHost -Name $hostName is a null-valued parameter value. -Name Assign value for $hostName.
⚠️ New-AzHost 1 1 Unassigned_Variable New-AzHost -Location $location is a null-valued parameter value. -Location Assign value for $location.
⚠️ New-AzHost 1 1 Unassigned_Variable New-AzHost -Sku $skuName is a null-valued parameter value. -Sku Assign value for $skuName.
⚠️ New-AzHostGroup 1 1 Unassigned_Variable New-AzHostGroup -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ New-AzHostGroup 1 1 Unassigned_Variable New-AzHostGroup -Name $hostGroupName is a null-valued parameter value. -Name Assign value for $hostGroupName.
⚠️ New-AzHostGroup 1 1 Unassigned_Variable New-AzHostGroup -Location $location is a null-valued parameter value. -Location Assign value for $location.
⚠️ New-AzHostGroup 1 1 Unassigned_Variable New-AzHostGroup -Zone $zone is a null-valued parameter value. -Zone Assign value for $zone.
⚠️ New-AzProximityPlacementGroup 1 1 Unassigned_Variable New-AzProximityPlacementGroup -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ New-AzProximityPlacementGroup 1 1 Unassigned_Variable New-AzProximityPlacementGroup -Name $proximityPlacementGroupName is a null-valued parameter value. -Name Assign value for $proximityPlacementGroupName.
⚠️ New-AzProximityPlacementGroup 1 1 Unassigned_Variable New-AzProximityPlacementGroup -Location $location is a null-valued parameter value. -Location Assign value for $location.
⚠️ New-AzSshKey 1 1 Unassigned_Variable New-AzSshKey -PublicKey $publicKey is a null-valued parameter value. -PublicKey Assign value for $publicKey.
⚠️ New-AzVMDataDisk 1 1 Unassigned_Variable Get-AzDisk -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ New-AzVMDataDisk 1 1 Unassigned_Variable Get-AzDisk -DiskName $diskname0 is a null-valued parameter value. -DiskName Assign value for $diskname0.
⚠️ New-AzVMSqlServerAutoBackupConfig 1 1 Mismatched_Parameter_Value_Type New-AzVMSqlServerAutoBackupConfig -StorageKey '< Storage Key for ContosoGeneral >' is not an expected parameter value type. -StorageKey Use correct parameter value type. Expected Type is securestring. Now the type is string.(Static).
⚠️ New-AzVMSqlServerAutoBackupConfig 3 1 Mismatched_Parameter_Value_Type New-AzVMSqlServerAutoBackupConfig -StorageContext $StorageContext is not an expected parameter value type. -StorageContext Use correct parameter value type. Expected Type is Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext. Now the type is Microsoft.Azure.Commands.Compute.AutoBackupSettings.(Command).
⚠️ New-AzVMSqlServerAutoBackupConfig 3 1 Unassigned_Variable New-AzVMSqlServerAutoBackupConfig -CertificatePassword $CertificatePassword is a null-valued parameter value. -CertificatePassword Assign value for $CertificatePassword.
⚠️ New-AzVmGalleryApplication 1 1 Unassigned_Variable Get-AzVM -ResourceGroupName $rgName is a null-valued parameter value. -ResourceGroupName Assign value for $rgName.
⚠️ New-AzVmGalleryApplication 1 1 Unassigned_Variable Get-AzVM -Name $vmName is a null-valued parameter value. -Name Assign value for $vmName.
⚠️ New-AzVmGalleryApplication 1 2 Unassigned_Variable New-AzVmGalleryApplication -PackageReferenceId $packageRefId is a null-valued parameter value. -PackageReferenceId Assign value for $packageRefId.
⚠️ New-AzVmGalleryApplication 1 2 Unassigned_Variable New-AzVmGalleryApplication -ConfigReferenceId $configRefId is a null-valued parameter value. -ConfigReferenceId Assign value for $configRefId.
⚠️ New-AzVmssConfig 1 1 Unassigned_Variable New-AzVmssConfig -Location $Loc is a null-valued parameter value. -Location Assign value for $Loc.
⚠️ New-AzVmssConfig 1 1 Unassigned_Variable New-AzVmssConfig -NetworkInterfaceConfiguration $NetCfg is a null-valued parameter value. -NetworkInterfaceConfiguration Assign value for $NetCfg.
⚠️ New-AzVmssConfig 1 2 Unassigned_Variable Add-AzVmssNetworkInterfaceConfiguration -IPConfiguration $IPCfg is a null-valued parameter value. -IPConfiguration Assign value for $IPCfg.
⚠️ New-AzVmssConfig 1 3 Unassigned_Variable Set-AzVmssOsProfile -AdminUsername $adminUsername is a null-valued parameter value. -AdminUsername Assign value for $adminUsername.
⚠️ New-AzVmssConfig 1 3 Unassigned_Variable Set-AzVmssOsProfile -AdminPassword $AdminPassword is a null-valued parameter value. -AdminPassword Assign value for $AdminPassword.
⚠️ New-AzVmssConfig 1 5 Unassigned_Variable Set-AzVmssStorageProfile -ImageReferenceOffer $ImgRef.Offer is a null-valued parameter value. -ImageReferenceOffer Assign value for $ImgRef.Offer.
⚠️ New-AzVmssConfig 1 5 Unassigned_Variable Set-AzVmssStorageProfile -ImageReferenceSku $ImgRef.Skus is a null-valued parameter value. -ImageReferenceSku Assign value for $ImgRef.Skus.
⚠️ New-AzVmssConfig 1 5 Unassigned_Variable Set-AzVmssStorageProfile -ImageReferenceVersion $ImgRef.Version is a null-valued parameter value. -ImageReferenceVersion Assign value for $ImgRef.Version.
⚠️ New-AzVmssConfig 1 6 Unassigned_Variable Set-AzVmssStorageProfile -ImageReferencePublisher $ImgRef.PublisherName is a null-valued parameter value. -ImageReferencePublisher Assign value for $ImgRef.PublisherName.
⚠️ New-AzVmssConfig 1 6 Unassigned_Variable Set-AzVmssStorageProfile -VhdContainer $VHDContainer is a null-valued parameter value. -VhdContainer Assign value for $VHDContainer.
⚠️ New-AzVmssConfig 1 7 Unassigned_Variable Add-AzVmssAdditionalUnattendContent -ComponentName $AUCComponentName is a null-valued parameter value. -ComponentName Assign value for $AUCComponentName.
⚠️ New-AzVmssConfig 1 7 Unassigned_Variable Add-AzVmssAdditionalUnattendContent -Content $AUCContent is a null-valued parameter value. -Content Assign value for $AUCContent.
⚠️ New-AzVmssConfig 1 7 Unassigned_Variable Add-AzVmssAdditionalUnattendContent -PassName $AUCPassName is a null-valued parameter value. -PassName Assign value for $AUCPassName.
⚠️ New-AzVmssConfig 1 7 Unassigned_Variable Add-AzVmssAdditionalUnattendContent -SettingName $AUCSetting is a null-valued parameter value. -SettingName Assign value for $AUCSetting.
⚠️ New-AzVmssConfig 1 9 Unassigned_Variable New-AzVmss -ResourceGroupName $RGName is a null-valued parameter value. -ResourceGroupName Assign value for $RGName.
⚠️ New-AzVmssConfig 1 9 Unassigned_Variable New-AzVmss -Name $VMSSName is a null-valued parameter value. -Name Assign value for $VMSSName.
⚠️ New-AzVmssConfig 4 19 Unassigned_Variable New-AzStorageAccount -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ New-AzVmssConfig 4 19 Unassigned_Variable New-AzStorageAccount -Location $loc is a null-valued parameter value. -Location Assign value for $loc.
⚠️ New-AzVmssConfig 4 20 Unassigned_Variable Get-AzStorageAccount -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ New-AzVmssConfig 4 24 Unassigned_Variable New-AzVirtualNetwork -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ New-AzVmssConfig 4 24 Unassigned_Variable New-AzVirtualNetwork -Location $loc is a null-valued parameter value. -Location Assign value for $loc.
⚠️ New-AzVmssConfig 4 25 Unassigned_Variable Get-AzVirtualNetwork -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ New-AzVmssConfig 4 31 Unassigned_Variable New-AzVmssConfig -Location $loc is a null-valued parameter value. -Location Assign value for $loc.
⚠️ New-AzVmssConfig 4 38 Unassigned_Variable New-AzVmss -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ New-AzVmssConfig 4 40 Unassigned_Variable Get-AzVmss -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ New-AzVmssConfig 5 36 Mismatched_Parameter_Value_Type Set-AzVmssOsProfile -AdminPassword $adminPassword is not an expected parameter value type. -AdminPassword Use correct parameter value type. Expected Type is string. Now the type is securestring.(Command).
⚠️ New-AzVmssGalleryApplication 1 1 Unassigned_Variable Get-AzVmss -ResourceGroupName $rgName is a null-valued parameter value. -ResourceGroupName Assign value for $rgName.
⚠️ New-AzVmssGalleryApplication 1 1 Unassigned_Variable Get-AzVmss -Name $vmssName is a null-valued parameter value. -Name Assign value for $vmssName.
⚠️ New-AzVmssGalleryApplication 1 2 Unassigned_Variable New-AzVmssGalleryApplication -PackageReferenceId $packageRefId is a null-valued parameter value. -PackageReferenceId Assign value for $packageRefId.
⚠️ New-AzVmssGalleryApplication 1 2 Unassigned_Variable New-AzVmssGalleryApplication -ConfigReferenceId $configRefId is a null-valued parameter value. -ConfigReferenceId Assign value for $configRefId.
⚠️ New-AzVmssIpConfig 1 1 Unassigned_Variable New-AzVmssIPConfig -SubnetId $SubnetId is a null-valued parameter value. -SubnetId Assign value for $SubnetId.
⚠️ New-AzVmssIpConfig 2 1 Unassigned_Variable New-AzVmssIPConfig -LoadBalancerInboundNatPoolsId $expectedLb.InboundNatPools[0].Id is a null-valued parameter value. -LoadBalancerInboundNatPoolsId Assign value for $expectedLb.InboundNatPools[0].Id.
⚠️ New-AzVmssIpConfig 2 1 Unassigned_Variable New-AzVmssIPConfig -LoadBalancerBackendAddressPoolsId $expectedLb.BackendAddressPools[0].Id is a null-valued parameter value. -LoadBalancerBackendAddressPoolsId Assign value for $expectedLb.BackendAddressPools[0].Id.
⚠️ New-AzVmssIpConfig 2 1 Unassigned_Variable New-AzVmssIPConfig -SubnetId $SubnetId is a null-valued parameter value. -SubnetId Assign value for $SubnetId.
⚠️ New-AzVmssIpTagConfig 1 2 Unassigned_Variable New-AzVmssIPConfig -SubnetId $subnetId is a null-valued parameter value. -SubnetId Assign value for $subnetId.
⚠️ Remove-AzGallery 1 1 Unassigned_Variable Remove-AzGallery -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Remove-AzGallery 1 1 Unassigned_Variable Remove-AzGallery -GalleryName $galleryName is a null-valued parameter value. -GalleryName Assign value for $galleryName.
⚠️ Remove-AzGalleryApplication 1 1 Unassigned_Variable Remove-AzGalleryApplication -ResourceGroupName $rgNmae is a null-valued parameter value. -ResourceGroupName Assign value for $rgNmae.
⚠️ Remove-AzGalleryApplication 1 1 Unassigned_Variable Remove-AzGalleryApplication -GalleryName $galleryName is a null-valued parameter value. -GalleryName Assign value for $galleryName.
⚠️ Remove-AzGalleryApplication 1 1 Unassigned_Variable Remove-AzGalleryApplication -Name $name is a null-valued parameter value. -Name Assign value for $name.
⚠️ Remove-AzGalleryApplicationVersion 1 1 Unassigned_Variable Remove-AzGalleryApplicationVersion -ResourceGroupName $rgNmae is a null-valued parameter value. -ResourceGroupName Assign value for $rgNmae.
⚠️ Remove-AzGalleryApplicationVersion 1 1 Unassigned_Variable Remove-AzGalleryApplicationVersion -GalleryName $galleryName is a null-valued parameter value. -GalleryName Assign value for $galleryName.
⚠️ Remove-AzGalleryApplicationVersion 1 1 Unassigned_Variable Remove-AzGalleryApplicationVersion -GalleryApplicationName $galleryApplicationName is a null-valued parameter value. -GalleryApplicationName Assign value for $galleryApplicationName.
⚠️ Remove-AzGalleryApplicationVersion 1 1 Unassigned_Variable Remove-AzGalleryApplicationVersion -Name $name is a null-valued parameter value. -Name Assign value for $name.
⚠️ Remove-AzGalleryImageDefinition 1 1 Unassigned_Variable Remove-AzGalleryImageDefinition -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Remove-AzGalleryImageDefinition 1 1 Unassigned_Variable Remove-AzGalleryImageDefinition -GalleryName $gallery is a null-valued parameter value. -GalleryName Assign value for $gallery.
⚠️ Remove-AzGalleryImageDefinition 1 1 Unassigned_Variable Remove-AzGalleryImageDefinition -GalleryImageDefinitionName $galleryImage is a null-valued parameter value. -GalleryImageDefinitionName Assign value for $galleryImage.
⚠️ Remove-AzGalleryImageVersion 1 1 Unassigned_Variable Remove-AzGalleryImageVersion -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Remove-AzGalleryImageVersion 1 1 Unassigned_Variable Remove-AzGalleryImageVersion -GalleryName $gallery is a null-valued parameter value. -GalleryName Assign value for $gallery.
⚠️ Remove-AzGalleryImageVersion 1 1 Unassigned_Variable Remove-AzGalleryImageVersion -GalleryImageDefinitionName $image is a null-valued parameter value. -GalleryImageDefinitionName Assign value for $image.
⚠️ Remove-AzGalleryImageVersion 1 1 Unassigned_Variable Remove-AzGalleryImageVersion -Name $version is a null-valued parameter value. -Name Assign value for $version.
⚠️ Remove-AzHost 1 1 Unassigned_Variable Get-AzHost -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Remove-AzHost 1 1 Unassigned_Variable Get-AzHost -HostGroupName $hostGroupName is a null-valued parameter value. -HostGroupName Assign value for $hostGroupName.
⚠️ Remove-AzHost 1 1 Unassigned_Variable Get-AzHost -Name $hostName is a null-valued parameter value. -Name Assign value for $hostName.
⚠️ Remove-AzHost 2 1 Unassigned_Variable Remove-AzHost -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Remove-AzHost 2 1 Unassigned_Variable Remove-AzHost -HostGroupName $hostGroupName is a null-valued parameter value. -HostGroupName Assign value for $hostGroupName.
⚠️ Remove-AzHost 2 1 Unassigned_Variable Remove-AzHost -Name $hostName is a null-valued parameter value. -Name Assign value for $hostName.
⚠️ Remove-AzHostGroup 1 1 Unassigned_Variable Get-AzHostGroup -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Remove-AzHostGroup 1 1 Unassigned_Variable Get-AzHostGroup -HostGroupName $hostGroupName is a null-valued parameter value. -HostGroupName Assign value for $hostGroupName.
⚠️ Remove-AzHostGroup 2 1 Unassigned_Variable Remove-AzHostGroup -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Remove-AzHostGroup 2 1 Unassigned_Variable Remove-AzHostGroup -HostGroupName $hostGroupName is a null-valued parameter value. -HostGroupName Assign value for $hostGroupName.
⚠️ Remove-AzProximityPlacementGroup 1 1 Unassigned_Variable Get-AzProximityPlacementGroup -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Remove-AzProximityPlacementGroup 1 1 Unassigned_Variable Get-AzProximityPlacementGroup -Name $proximityPlacementGroupName is a null-valued parameter value. -Name Assign value for $proximityPlacementGroupName.
⚠️ Remove-AzVMBackup 1 1 Unassigned_Variable Remove-AzVMBackup -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Remove-AzVMBackup 1 1 Unassigned_Variable Remove-AzVMBackup -VMName $vmName is a null-valued parameter value. -VMName Assign value for $vmName.
⚠️ Remove-AzVMNetworkInterface 1 1 Unassigned_Variable Remove-AzVMNetworkInterface -VM $vmConfig is a null-valued parameter value. -VM Assign value for $vmConfig.
⚠️ Remove-AzVMRunCommand 1 1 Unassigned_Variable Remove-AzVMRunCommand -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Remove-AzVMRunCommand 1 1 Unassigned_Variable Remove-AzVMRunCommand -VMName $vmname is a null-valued parameter value. -VMName Assign value for $vmname.
⚠️ Remove-AzVmGalleryApplication 1 1 Unassigned_Variable Get-AzVM -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Remove-AzVmGalleryApplication 1 1 Unassigned_Variable Get-AzVM -Name $vmName is a null-valued parameter value. -Name Assign value for $vmName.
⚠️ Remove-AzVmGalleryApplication 1 2 Unassigned_Variable Remove-AzVmGalleryApplication -GalleryApplicationsReferenceId $refId is a null-valued parameter value. -GalleryApplicationsReferenceId Assign value for $refId.
⚠️ Remove-AzVmssDataDisk 1 1 Unassigned_Variable Remove-AzVmssDataDisk -VirtualMachineScaleSet $vmss is a null-valued parameter value. -VirtualMachineScaleSet Assign value for $vmss.
⚠️ Remove-AzVmssDataDisk 2 1 Unassigned_Variable Remove-AzVmssDataDisk -VirtualMachineScaleSet $vmss is a null-valued parameter value. -VirtualMachineScaleSet Assign value for $vmss.
⚠️ Remove-AzVmssDiagnosticsExtension 1 1 Unassigned_Variable Remove-AzVmssDiagnosticsExtension -VirtualMachineScaleSet $VMSS is a null-valued parameter value. -VirtualMachineScaleSet Assign value for $VMSS.
⚠️ Remove-AzVmssDiagnosticsExtension 1 1 Unassigned_Variable Remove-AzVmssDiagnosticsExtension -Name $extName is a null-valued parameter value. -Name Assign value for $extName.
⚠️ Remove-AzVmssExtension 1 1 Unassigned_Variable Get-AzVmss -ResourceGroupName $RGName is a null-valued parameter value. -ResourceGroupName Assign value for $RGName.
⚠️ Remove-AzVmssExtension 1 1 Unassigned_Variable Get-AzVmss -VMScaleSetName $vmssName is a null-valued parameter value. -VMScaleSetName Assign value for $vmssName.
⚠️ Remove-AzVmssExtension 1 2 Unassigned_Variable Remove-AzVmssExtension -Name $vmssExtensionName is a null-valued parameter value. -Name Assign value for $vmssExtensionName.
⚠️ Remove-AzVmssExtension 1 3 Unassigned_Variable Update-AzVmss -ResourceGroupName $RGName is a null-valued parameter value. -ResourceGroupName Assign value for $RGName.
⚠️ Remove-AzVmssExtension 1 3 Unassigned_Variable Update-AzVmss -Name $vmssName is a null-valued parameter value. -Name Assign value for $vmssName.
⚠️ Remove-AzVmssExtension 2 1 Unassigned_Variable Get-AzVmss -ResourceGroupName $RGName is a null-valued parameter value. -ResourceGroupName Assign value for $RGName.
⚠️ Remove-AzVmssExtension 2 1 Unassigned_Variable Get-AzVmss -VMScaleSetName $vmssName is a null-valued parameter value. -VMScaleSetName Assign value for $vmssName.
⚠️ Remove-AzVmssExtension 2 2 Unassigned_Variable Remove-AzVmssExtension -Id $extensionId is a null-valued parameter value. -Id Assign value for $extensionId.
⚠️ Remove-AzVmssGalleryApplication 1 1 Unassigned_Variable Get-AzVmss -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Remove-AzVmssGalleryApplication 1 1 Unassigned_Variable Get-AzVmss -Name $vmssName is a null-valued parameter value. -Name Assign value for $vmssName.
⚠️ Remove-AzVmssGalleryApplication 1 2 Unassigned_Variable Remove-AzVmssGalleryApplication -GalleryApplicationsReferenceId $refId is a null-valued parameter value. -GalleryApplicationsReferenceId Assign value for $refId.
⚠️ Remove-AzVmssRunCommand 1 1 Unassigned_Variable Remove-AzVmssRunCommand -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Remove-AzVmssRunCommand 1 1 Unassigned_Variable Remove-AzVmssRunCommand -VMScaleSetName $vmssname is a null-valued parameter value. -VMScaleSetName Assign value for $vmssname.
⚠️ Remove-AzVmssVMDataDisk 1 2 Unassigned_Variable Remove-AzVmssVMDataDisk -VirtualMachineScaleSetVM $VirtualMachine is a null-valued parameter value. -VirtualMachineScaleSetVM Assign value for $VirtualMachine.
⚠️ Remove-AzVmssVMRunCommand 1 1 Unassigned_Variable Remove-AzVmssVMRunCommand -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Remove-AzVmssVMRunCommand 1 1 Unassigned_Variable Remove-AzVmssVMRunCommand -VMScaleSetName $vmssname is a null-valued parameter value. -VMScaleSetName Assign value for $vmssname.
⚠️ Repair-AzVmssServiceFabricUpdateDomain 1 1 Unassigned_Variable Repair-AzVmssServiceFabricUpdateDomain -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Repair-AzVmssServiceFabricUpdateDomain 1 1 Unassigned_Variable Repair-AzVmssServiceFabricUpdateDomain -VMScaleSetName $vmssName is a null-valued parameter value. -VMScaleSetName Assign value for $vmssName.
⚠️ Repair-AzVmssServiceFabricUpdateDomain 2 1 Unassigned_Variable Get-AzVmss -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Repair-AzVmssServiceFabricUpdateDomain 2 1 Unassigned_Variable Get-AzVmss -VMScaleSetName $vmssName is a null-valued parameter value. -VMScaleSetName Assign value for $vmssName.
⚠️ Repair-AzVmssServiceFabricUpdateDomain 3 1 Unassigned_Variable Repair-AzVmssServiceFabricUpdateDomain -ResourceId $resourceId is a null-valued parameter value. -ResourceId Assign value for $resourceId.
⚠️ Restart-AzHost 1 2 Unassigned_Variable New-AzResourceGroup -Name $rgname is a null-valued parameter value. -Name Assign value for $rgname.
⚠️ Restart-AzHost 1 5 Mismatched_Parameter_Value_Type New-AzHostGroup -ResourceGroupName $ResourceGroupName is not an expected parameter value type. -ResourceGroupName Use correct parameter value type. Expected Type is string. Now the type is Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup.(Command).
⚠️ Restart-AzHost 1 5 Mismatched_Parameter_Value_Type New-AzHostGroup -Name $hostGroupName is not an expected parameter value type. -Name Use correct parameter value type. Expected Type is string. Now the type is Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup.(Command).
⚠️ Restart-AzHost 1 7 Mismatched_Parameter_Value_Type Get-AzHostGroup -ResourceGroupName $ResourceGroupName is not an expected parameter value type. -ResourceGroupName Use correct parameter value type. Expected Type is string. Now the type is Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup.(Command).
⚠️ Restart-AzHost 1 7 Mismatched_Parameter_Value_Type Get-AzHostGroup -Name $hostGroupName is not an expected parameter value type. -Name Use correct parameter value type. Expected Type is string. Now the type is Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup.(Command).
⚠️ Restart-AzHost 1 9 Mismatched_Parameter_Value_Type New-AzHost -ResourceGroupName $ResourceGroupName is not an expected parameter value type. -ResourceGroupName Use correct parameter value type. Expected Type is string. Now the type is Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup.(Command).
⚠️ Restart-AzHost 1 9 Mismatched_Parameter_Value_Type New-AzHost -HostGroupName $hostGroupName is not an expected parameter value type. -HostGroupName Use correct parameter value type. Expected Type is string. Now the type is Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup.(Command).
⚠️ Restart-AzHost 1 9 Mismatched_Parameter_Value_Type New-AzHost -Name $hostName is not an expected parameter value type. -Name Use correct parameter value type. Expected Type is string. Now the type is Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup.(Command).
⚠️ Restart-AzHost 1 11 Mismatched_Parameter_Value_Type Get-AzHost -ResourceGroupName $ResourceGroupName is not an expected parameter value type. -ResourceGroupName Use correct parameter value type. Expected Type is string. Now the type is Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup.(Command).
⚠️ Restart-AzHost 1 11 Mismatched_Parameter_Value_Type Get-AzHost -HostGroupName $hostGroupName is not an expected parameter value type. -HostGroupName Use correct parameter value type. Expected Type is string. Now the type is Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup.(Command).
⚠️ Restart-AzHost 1 11 Mismatched_Parameter_Value_Type Get-AzHost -Name $hostName is not an expected parameter value type. -Name Use correct parameter value type. Expected Type is string. Now the type is Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup.(Command).
⚠️ Restart-AzHost 1 12 Mismatched_Parameter_Value_Type Restart-AzHost -ResourceGroupName $ResourceGroupName is not an expected parameter value type. -ResourceGroupName Use correct parameter value type. Expected Type is string. Now the type is Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup.(Command).
⚠️ Restart-AzHost 1 12 Mismatched_Parameter_Value_Type Restart-AzHost -HostGroupName $hostGroupName is not an expected parameter value type. -HostGroupName Use correct parameter value type. Expected Type is string. Now the type is Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup.(Command).
⚠️ Restart-AzHost 1 12 Mismatched_Parameter_Value_Type Restart-AzHost -Name $hostName is not an expected parameter value type. -Name Use correct parameter value type. Expected Type is string. Now the type is Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup.(Command).
⚠️ Restart-AzHost 1 15 Unassigned_Variable Get-AzHost -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Restart-AzHost 1 15 Mismatched_Parameter_Value_Type Get-AzHost -HostGroupName $hostGroupName is not an expected parameter value type. -HostGroupName Use correct parameter value type. Expected Type is string. Now the type is Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup.(Command).
⚠️ Restart-AzHost 1 15 Mismatched_Parameter_Value_Type Get-AzHost -Name $hostName is not an expected parameter value type. -Name Use correct parameter value type. Expected Type is string. Now the type is Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup.(Command).
⚠️ Set-AzDiskSecurityProfile 2 11 Unassigned_Variable New-AzKeyVault -ResourceGroupName $ResourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $ResourceGroupName.
⚠️ Set-AzDiskSecurityProfile 2 17 Unassigned_Variable Get-AzKeyVault -ResourceGroupName $ResourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $ResourceGroupName.
⚠️ Set-AzDiskSecurityProfile 2 23 Unassigned_Variable New-AzDiskEncryptionSet -ResourceGroupName $ResourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $ResourceGroupName.
⚠️ Set-AzDiskSecurityProfile 2 24 Unassigned_Variable Get-AzDiskEncryptionSet -ResourceGroupName $ResourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $ResourceGroupName.
⚠️ Set-AzDiskSecurityProfile 2 27 Unassigned_Variable Get-AzDiskEncryptionSet -ResourceGroupName $ResourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $ResourceGroupName.
⚠️ Set-AzDiskSecurityProfile 2 28 Unassigned_Variable Set-AzKeyVaultAccessPolicy -ResourceGroupName $ResourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $ResourceGroupName.
⚠️ Set-AzDiskSecurityProfile 2 35 Unassigned_Variable New-AzDisk -ResourceGroupName $ResourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $ResourceGroupName.
⚠️ Set-AzDiskSecurityProfile 2 36 Unassigned_Variable Get-AzDisk -ResourceGroupName $ResourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $ResourceGroupName.
⚠️ Set-AzVMDiagnosticsExtension 3 1 Unassigned_Variable Set-AzVMDiagnosticsExtension -StorageAccountKey $storage_key is a null-valued parameter value. -StorageAccountKey Assign value for $storage_key.
⚠️ Set-AzVMDiskEncryptionExtension 4 16 Mismatched_Parameter_Value_Type New-AzADServicePrincipal -ApplicationId $AzureAdApplication.ApplicationId is not an expected parameter value type. -ApplicationId Use correct parameter value type. Expected Type is guid. Now the type is .(Command).
⚠️ Set-AzVMDiskEncryptionExtension 4 23 Mismatched_Parameter_Value_Type Get-Content -Encoding Byte is not an expected parameter value type. -Encoding Use correct parameter value type. Expected Type is System.Text.Encoding. Now the type is string.(Static).
⚠️ Set-AzVMDiskEncryptionExtension 4 47 Mismatched_Parameter_Value_Type Set-AzVMDiskEncryptionExtension -AadClientID $AADClientID is not an expected parameter value type. -AadClientID Use correct parameter value type. Expected Type is string. Now the type is .(Command).
⚠️ Set-AzVMDiskEncryptionExtension 6 19 Mismatched_Parameter_Value_Type New-AzADServicePrincipal -ApplicationId $AzureAdApplication.ApplicationId is not an expected parameter value type. -ApplicationId Use correct parameter value type. Expected Type is guid. Now the type is .(Command).
⚠️ Set-AzVMDiskEncryptionExtension 6 26 Mismatched_Parameter_Value_Type Get-Content -Encoding Byte is not an expected parameter value type. -Encoding Use correct parameter value type. Expected Type is System.Text.Encoding. Now the type is string.(Static).
⚠️ Set-AzVMDiskEncryptionExtension 6 49 Mismatched_Parameter_Value_Type Set-AzVMDiskEncryptionExtension -AadClientID $AADClientID is not an expected parameter value type. -AadClientID Use correct parameter value type. Expected Type is string. Now the type is .(Command).
⚠️ Set-AzVMDscExtension 2 1 Mismatched_Parameter_Value_Type Set-AzVMDscExtension -ConfigurationArgument '@{arg=' is not an expected parameter value type. -ConfigurationArgument Use correct parameter value type. Expected Type is hashtable. Now the type is string.(Static).
⚠️ Set-AzVMDscExtension 3 1 Mismatched_Parameter_Value_Type Set-AzVMDscExtension -ConfigurationArgument '@{arg=' is not an expected parameter value type. -ConfigurationArgument Use correct parameter value type. Expected Type is hashtable. Now the type is string.(Static).
⚠️ Set-AzVMOSDisk 5 3 Unassigned_Variable New-AzResourceGroup -Name $ResourceGroupName is a null-valued parameter value. -Name Assign value for $ResourceGroupName.
⚠️ Set-AzVMOSDisk 5 10 Unassigned_Variable New-Object -[-ArgumentList] ($user, $securePassword) is a null-valued parameter value. ($user, $securePassword) Assign value for ($user, $securePassword).
⚠️ Set-AzVMOSDisk 5 13 Unassigned_Variable New-AzKeyVault -Name $keyVaultName is a null-valued parameter value. -Name Assign value for $keyVaultName.
⚠️ Set-AzVMOSDisk 5 13 Unassigned_Variable New-AzKeyVault -ResourceGroupName $ResourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $ResourceGroupName.
⚠️ Set-AzVMOSDisk 5 16 Unassigned_Variable Set-AzKeyVaultAccessPolicy -VaultName $keyVaultName is a null-valued parameter value. -VaultName Assign value for $keyVaultName.
⚠️ Set-AzVMOSDisk 5 16 Unassigned_Variable Set-AzKeyVaultAccessPolicy -ResourceGroupName $ResourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $ResourceGroupName.
⚠️ Set-AzVMOSDisk 5 22 Unassigned_Variable Add-AzKeyVaultKey -VaultName $kvname is a null-valued parameter value. -VaultName Assign value for $kvname.
⚠️ Set-AzVMOSDisk 5 25 Unassigned_Variable Get-AzKeyVault -VaultName $keyVaultName is a null-valued parameter value. -VaultName Assign value for $keyVaultName.
⚠️ Set-AzVMOSDisk 5 25 Unassigned_Variable Get-AzKeyVault -ResourceGroupName $ResourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $ResourceGroupName.
⚠️ Set-AzVMOSDisk 5 26 Unassigned_Variable Get-AzKeyVaultKey -VaultName $keyVaultName is a null-valued parameter value. -VaultName Assign value for $keyVaultName.
⚠️ Set-AzVMOSDisk 5 30 Unassigned_Variable New-AzDiskEncryptionSetConfig -Location $loc is a null-valued parameter value. -Location Assign value for $loc.
⚠️ Set-AzVMOSDisk 5 31 Unassigned_Variable New-AzDiskEncryptionSet -ResourceGroupName $ResourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $ResourceGroupName.
⚠️ Set-AzVMOSDisk 5 31 Unassigned_Variable New-AzDiskEncryptionSet -Name $desName is a null-valued parameter value. -Name Assign value for $desName.
⚠️ Set-AzVMOSDisk 5 33 Unassigned_Variable Get-AzDiskEncryptionSet -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Set-AzVMOSDisk 5 33 Unassigned_Variable Get-AzDiskEncryptionSet -Name $desName is a null-valued parameter value. -Name Assign value for $desName.
⚠️ Set-AzVMOSDisk 5 36 Unassigned_Variable Get-AzDiskEncryptionSet -Name $desName is a null-valued parameter value. -Name Assign value for $desName.
⚠️ Set-AzVMOSDisk 5 36 Unassigned_Variable Get-AzDiskEncryptionSet -ResourceGroupName $ResourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $ResourceGroupName.
⚠️ Set-AzVMOSDisk 5 38 Unassigned_Variable Set-AzKeyVaultAccessPolicy -VaultName $keyVaultName is a null-valued parameter value. -VaultName Assign value for $keyVaultName.
⚠️ Set-AzVMOSDisk 5 38 Unassigned_Variable Set-AzKeyVaultAccessPolicy -ResourceGroupName $ResourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $ResourceGroupName.
⚠️ Set-AzVMOSDisk 5 40 Unassigned_Variable New-AzVMConfig -VMName $VMName is a null-valued parameter value. -VMName Assign value for $VMName.
⚠️ Set-AzVMOSDisk 5 41 Unassigned_Variable Set-AzVMOperatingSystem -ComputerName $computerName is a null-valued parameter value. -ComputerName Assign value for $computerName.
⚠️ Set-AzVMOSDisk 5 44 Unassigned_Variable New-AzVirtualNetworkSubnetConfig -Name ($subnetPrefix + $ResourceGroupName) is a null-valued parameter value. -Name Assign value for ($subnetPrefix + $ResourceGroupName).
⚠️ Set-AzVMOSDisk 5 45 Unassigned_Variable New-AzVirtualNetwork -Name ($vnetPrefix + $ResourceGroupName) is a null-valued parameter value. -Name Assign value for ($vnetPrefix + $ResourceGroupName).
⚠️ Set-AzVMOSDisk 5 45 Unassigned_Variable New-AzVirtualNetwork -ResourceGroupName $ResourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $ResourceGroupName.
⚠️ Set-AzVMOSDisk 5 45 Unassigned_Variable New-AzVirtualNetwork -Location $loc is a null-valued parameter value. -Location Assign value for $loc.
⚠️ Set-AzVMOSDisk 5 46 Unassigned_Variable Get-AzVirtualNetwork -Name ($vnetPrefix + $ResourceGroupName) is a null-valued parameter value. -Name Assign value for ($vnetPrefix + $ResourceGroupName).
⚠️ Set-AzVMOSDisk 5 46 Unassigned_Variable Get-AzVirtualNetwork -ResourceGroupName $ResourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $ResourceGroupName.
⚠️ Set-AzVMOSDisk 5 48 Unassigned_Variable New-AzPublicIpAddress -Name ($pubIpPrefix + $ResourceGroupName) is a null-valued parameter value. -Name Assign value for ($pubIpPrefix + $ResourceGroupName).
⚠️ Set-AzVMOSDisk 5 48 Unassigned_Variable New-AzPublicIpAddress -ResourceGroupName $ResourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $ResourceGroupName.
⚠️ Set-AzVMOSDisk 5 48 Unassigned_Variable New-AzPublicIpAddress -Location $loc is a null-valued parameter value. -Location Assign value for $loc.
⚠️ Set-AzVMOSDisk 5 48 Unassigned_Variable New-AzPublicIpAddress -DomainNameLabel $domainNameLabel2 is a null-valued parameter value. -DomainNameLabel Assign value for $domainNameLabel2.
⚠️ Set-AzVMOSDisk 5 49 Unassigned_Variable Get-AzPublicIpAddress -Name ($pubIpPrefix + $ResourceGroupName) is a null-valued parameter value. -Name Assign value for ($pubIpPrefix + $ResourceGroupName).
⚠️ Set-AzVMOSDisk 5 49 Unassigned_Variable Get-AzPublicIpAddress -ResourceGroupName $ResourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $ResourceGroupName.
⚠️ Set-AzVMOSDisk 5 51 Unassigned_Variable New-AzNetworkInterface -Name ($nicPrefix + $ResourceGroupName) is a null-valued parameter value. -Name Assign value for ($nicPrefix + $ResourceGroupName).
⚠️ Set-AzVMOSDisk 5 51 Unassigned_Variable New-AzNetworkInterface -ResourceGroupName $ResourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $ResourceGroupName.
⚠️ Set-AzVMOSDisk 5 51 Unassigned_Variable New-AzNetworkInterface -Location $loc is a null-valued parameter value. -Location Assign value for $loc.
⚠️ Set-AzVMOSDisk 5 52 Unassigned_Variable Get-AzNetworkInterface -Name ($nicPrefix + $ResourceGroupName) is a null-valued parameter value. -Name Assign value for ($nicPrefix + $ResourceGroupName).
⚠️ Set-AzVMOSDisk 5 52 Unassigned_Variable Get-AzNetworkInterface -ResourceGroupName $ResourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $ResourceGroupName.
⚠️ Set-AzVMOSDisk 5 62 Unassigned_Variable New-AzVM -ResourceGroupName $ResourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $ResourceGroupName.
⚠️ Set-AzVMOSDisk 5 62 Unassigned_Variable New-AzVM -Location $loc is a null-valued parameter value. -Location Assign value for $loc.
⚠️ Set-AzVMOSDisk 5 63 Unassigned_Variable Get-AzVm -ResourceGroupName $ResourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $ResourceGroupName.
⚠️ Set-AzVMOSDisk 5 63 Unassigned_Variable Get-AzVm -Name $vmname is a null-valued parameter value. -Name Assign value for $vmname.
⚠️ Set-AzVMSecurityProfile 2 8 Mismatched_Parameter_Value_Type ConvertTo-SecureString -[-String] $password is not an expected parameter value type. $password Use correct parameter value type. Expected Type is string. Now the type is securestring.(Command).
⚠️ Set-AzVMSecurityProfile 2 9 Unassigned_Variable New-Object -[-ArgumentList] ($user, $securePassword) is a null-valued parameter value. ($user, $securePassword) Assign value for ($user, $securePassword).
⚠️ Set-AzVMSecurityProfile 2 13 Unassigned_Variable New-AzVMConfig -VMName $VMName is a null-valued parameter value. -VMName Assign value for $VMName.
⚠️ Set-AzVMSecurityProfile 2 16 Unassigned_Variable New-AzVirtualNetworkSubnetConfig -Name $SubnetName is a null-valued parameter value. -Name Assign value for $SubnetName.
⚠️ Set-AzVMSecurityProfile 2 17 Unassigned_Variable New-AzVirtualNetwork -Name $NetworkName is a null-valued parameter value. -Name Assign value for $NetworkName.
⚠️ Set-AzVMSecurityProfile 2 17 Unassigned_Variable New-AzVirtualNetwork -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Set-AzVMSecurityProfile 2 17 Unassigned_Variable New-AzVirtualNetwork -Location $LocationName is a null-valued parameter value. -Location Assign value for $LocationName.
⚠️ Set-AzVMSecurityProfile 2 18 Unassigned_Variable New-AzPublicIpAddress -Name $PublicIPAddressName is a null-valued parameter value. -Name Assign value for $PublicIPAddressName.
⚠️ Set-AzVMSecurityProfile 2 18 Unassigned_Variable New-AzPublicIpAddress -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Set-AzVMSecurityProfile 2 18 Unassigned_Variable New-AzPublicIpAddress -Location $LocationName is a null-valued parameter value. -Location Assign value for $LocationName.
⚠️ Set-AzVMSecurityProfile 2 19 Unassigned_Variable New-AzNetworkInterface -Name $NICName is a null-valued parameter value. -Name Assign value for $NICName.
⚠️ Set-AzVMSecurityProfile 2 19 Unassigned_Variable New-AzNetworkInterface -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Set-AzVMSecurityProfile 2 19 Unassigned_Variable New-AzNetworkInterface -Location $LocationName is a null-valued parameter value. -Location Assign value for $LocationName.
⚠️ Set-AzVMSecurityProfile 2 20 Unassigned_Variable Set-AzVMOperatingSystem -ComputerName $ComputerName is a null-valued parameter value. -ComputerName Assign value for $ComputerName.
⚠️ Set-AzVMSecurityProfile 2 32 Unassigned_Variable New-AzVM -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Set-AzVMSecurityProfile 2 32 Unassigned_Variable New-AzVM -Location $LocationName is a null-valued parameter value. -Location Assign value for $LocationName.
⚠️ Set-AzVMSecurityProfile 2 33 Unassigned_Variable Get-AzVm -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Set-AzVMSecurityProfile 2 33 Unassigned_Variable Get-AzVm -Name $vmname is a null-valued parameter value. -Name Assign value for $vmname.
⚠️ Set-AzVMSqlServerExtension 2 1 Unassigned_Variable New-AzVMSqlServerAutoBackupConfig -StorageUri $StorageUrl is a null-valued parameter value. -StorageUri Assign value for $StorageUrl.
⚠️ Set-AzVMSqlServerExtension 2 1 Unassigned_Variable New-AzVMSqlServerAutoBackupConfig -StorageKey $StorageAccountKeySecure is a null-valued parameter value. -StorageKey Assign value for $StorageAccountKeySecure.
⚠️ Set-AzVmssBootDiagnostic 1 1 Unassigned_Variable New-AzVmssConfig -Location $loc is a null-valued parameter value. -Location Assign value for $loc.
⚠️ Set-AzVmssBootDiagnostic 1 2 Unassigned_Variable Set-AzVmssBootDiagnostic -StorageUri $storageUri is a null-valued parameter value. -StorageUri Assign value for $storageUri.
⚠️ Set-AzVmssBootDiagnostic 1 3 Unassigned_Variable New-AzVmss -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Set-AzVmssOsProfile 1 1 Unassigned_Variable New-AzVmssConfig -Location $Loc is a null-valued parameter value. -Location Assign value for $Loc.
⚠️ Set-AzVmssOsProfile 1 1 Unassigned_Variable New-AzVmssConfig -NetworkInterfaceConfiguration $NetCfg is a null-valued parameter value. -NetworkInterfaceConfiguration Assign value for $NetCfg.
⚠️ Set-AzVmssOsProfile 1 2 Unassigned_Variable Set-AzVmssOsProfile -AdminUsername $AdminUsername is a null-valued parameter value. -AdminUsername Assign value for $AdminUsername.
⚠️ Set-AzVmssOsProfile 1 2 Unassigned_Variable Set-AzVmssOsProfile -AdminPassword $AdminPassword is a null-valued parameter value. -AdminPassword Assign value for $AdminPassword.
⚠️ Set-AzVmssOsProfile 2 113 Mismatched_Parameter_Value_Type Set-AzVmssOsProfile -AdminPassword $cred.Password is not an expected parameter value type. -AdminPassword Use correct parameter value type. Expected Type is string. Now the type is securestring.(Command).
⚠️ Set-AzVmssRollingUpgradePolicy 1 1 Unassigned_Variable Set-AzVmssRollingUpgradePolicy -VirtualMachineScaleSet $vmss is a null-valued parameter value. -VirtualMachineScaleSet Assign value for $vmss.
⚠️ Set-AzVmssSecurityProfile 2 40 Mismatched_Parameter_Value_Type Set-AzVmssOsProfile -AdminPassword $adminPassword is not an expected parameter value type. -AdminPassword Use correct parameter value type. Expected Type is string. Now the type is securestring.(Command).
⚠️ Set-AzVmssStorageProfile 1 1 Mismatched_Parameter_Value_Type Set-AzVmssStorageProfile -VirtualMachineScaleSet 'ContosoVMSS' is not an expected parameter value type. -VirtualMachineScaleSet Use correct parameter value type. Expected Type is Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet. Now the type is string.(Static).
⚠️ Set-AzVmssStorageProfile 1 2 Unassigned_Variable Set-AzVmssStorageProfile -ImageReferenceOffer $ImgRef.Offer is a null-valued parameter value. -ImageReferenceOffer Assign value for $ImgRef.Offer.
⚠️ Set-AzVmssStorageProfile 1 2 Unassigned_Variable Set-AzVmssStorageProfile -ImageReferenceSku $ImgRef.Skus is a null-valued parameter value. -ImageReferenceSku Assign value for $ImgRef.Skus.
⚠️ Set-AzVmssStorageProfile 1 2 Unassigned_Variable Set-AzVmssStorageProfile -ImageReferenceVersion $ImgRef.Version is a null-valued parameter value. -ImageReferenceVersion Assign value for $ImgRef.Version.
⚠️ Set-AzVmssStorageProfile 1 3 Unassigned_Variable Set-AzVmssStorageProfile -ImageReferencePublisher $ImgRef.PublisherName is a null-valued parameter value. -ImageReferencePublisher Assign value for $ImgRef.PublisherName.
⚠️ Set-AzVmssStorageProfile 1 3 Unassigned_Variable Set-AzVmssStorageProfile -VhdContainer $VhdContainer is a null-valued parameter value. -VhdContainer Assign value for $VhdContainer.
⚠️ Update-AzCapacityReservation 1 1 Unassigned_Variable Update-AzCapacityReservation -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Update-AzCapacityReservation 1 1 Unassigned_Variable Update-AzCapacityReservation -ReservationGroupName $capResGroup is a null-valued parameter value. -ReservationGroupName Assign value for $capResGroup.
⚠️ Update-AzCapacityReservation 1 1 Unassigned_Variable Update-AzCapacityReservation -Name $capRes is a null-valued parameter value. -Name Assign value for $capRes.
⚠️ Update-AzCapacityReservation 2 1 Unassigned_Variable Get-AzCapacityReservation -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Update-AzCapacityReservation 2 1 Unassigned_Variable Get-AzCapacityReservation -ReservationGroupName $capResGroup is a null-valued parameter value. -ReservationGroupName Assign value for $capResGroup.
⚠️ Update-AzCapacityReservation 2 1 Unassigned_Variable Get-AzCapacityReservation -Name $capRes is a null-valued parameter value. -Name Assign value for $capRes.
⚠️ Update-AzCapacityReservationGroup 1 1 Unassigned_Variable Update-AzCapacityReservationGroup -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Update-AzCapacityReservationGroup 1 1 Unassigned_Variable Update-AzCapacityReservationGroup -Name $capResGroup is a null-valued parameter value. -Name Assign value for $capResGroup.
⚠️ Update-AzCapacityReservationGroup 2 1 Unassigned_Variable Get-AzCapacityReservationGroup -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Update-AzCapacityReservationGroup 2 1 Unassigned_Variable Get-AzCapacityReservationGroup -Name $capResGroup is a null-valued parameter value. -Name Assign value for $capResGroup.
⚠️ Update-AzGallery 1 1 Unassigned_Variable Update-AzGallery -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Update-AzGallery 1 1 Unassigned_Variable Update-AzGallery -Name $galleryName is a null-valued parameter value. -Name Assign value for $galleryName.
⚠️ Update-AzGallery 1 1 Unassigned_Variable Update-AzGallery -Description $galleryDescription is a null-valued parameter value. -Description Assign value for $galleryDescription.
⚠️ Update-AzGallery 2 1 Unassigned_Variable Update-AzGallery -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Update-AzGallery 2 1 Unassigned_Variable Update-AzGallery -Name $galleryName is a null-valued parameter value. -Name Assign value for $galleryName.
⚠️ Update-AzGalleryApplication 1 1 Unassigned_Variable Update-AzGalleryApplication -ResourceGroupName $rgName is a null-valued parameter value. -ResourceGroupName Assign value for $rgName.
⚠️ Update-AzGalleryApplication 1 1 Unassigned_Variable Update-AzGalleryApplication -GalleryName $galleryName is a null-valued parameter value. -GalleryName Assign value for $galleryName.
⚠️ Update-AzGalleryApplication 1 1 Unassigned_Variable Update-AzGalleryApplication -Name $name is a null-valued parameter value. -Name Assign value for $name.
⚠️ Update-AzGalleryApplicationVersion 1 1 Unassigned_Variable New-AzStorageContext -StorageAccountName $storAccName is a null-valued parameter value. -StorageAccountName Assign value for $storAccName.
⚠️ Update-AzGalleryApplicationVersion 1 2 Unassigned_Variable New-AzStorageBlobSASToken -Container $containerName is a null-valued parameter value. -Container Assign value for $containerName.
⚠️ Update-AzGalleryApplicationVersion 1 2 Unassigned_Variable New-AzStorageBlobSASToken -blob $blobName is a null-valued parameter value. -blob Assign value for $blobName.
⚠️ Update-AzGalleryApplicationVersion 1 3 Unassigned_Variable Get-AzStorageAccount -ResourceGroupName $rgName is a null-valued parameter value. -ResourceGroupName Assign value for $rgName.
⚠️ Update-AzGalleryApplicationVersion 1 3 Unassigned_Variable Get-AzStorageAccount -Name $storAccName is a null-valued parameter value. -Name Assign value for $storAccName.
⚠️ Update-AzGalleryApplicationVersion 1 4 Unassigned_Variable Get-AzStorageBlob -Container $containerName is a null-valued parameter value. -Container Assign value for $containerName.
⚠️ Update-AzGalleryApplicationVersion 1 4 Unassigned_Variable Get-AzStorageBlob -Blob $blobName is a null-valued parameter value. -Blob Assign value for $blobName.
⚠️ Update-AzGalleryApplicationVersion 1 5 Unassigned_Variable New-AzStorageBlobSASToken -Container $containerName is a null-valued parameter value. -Container Assign value for $containerName.
⚠️ Update-AzGalleryApplicationVersion 1 5 Unassigned_Variable New-AzStorageBlobSASToken -Blob $blobName is a null-valued parameter value. -Blob Assign value for $blobName.
⚠️ Update-AzGalleryApplicationVersion 1 7 Unassigned_Variable Update-AzGalleryApplicationVersion -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Update-AzGalleryApplicationVersion 1 7 Unassigned_Variable Update-AzGalleryApplicationVersion -GalleryName $galleryName is a null-valued parameter value. -GalleryName Assign value for $galleryName.
⚠️ Update-AzGalleryApplicationVersion 1 7 Unassigned_Variable Update-AzGalleryApplicationVersion -GalleryApplicationName $galleryApplicationName is a null-valued parameter value. -GalleryApplicationName Assign value for $galleryApplicationName.
⚠️ Update-AzGalleryImageDefinition 1 11 Unassigned_Variable Update-AzGalleryImageDefinition -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Update-AzGalleryImageDefinition 1 11 Unassigned_Variable Update-AzGalleryImageDefinition -Name $galleryImageDefinitionName is a null-valued parameter value. -Name Assign value for $galleryImageDefinitionName.
⚠️ Update-AzHost 1 1 Unassigned_Variable Update-AzHost -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Update-AzHost 1 1 Unassigned_Variable Update-AzHost -HostGroupName $hostGroupName is a null-valued parameter value. -HostGroupName Assign value for $hostGroupName.
⚠️ Update-AzHost 1 1 Unassigned_Variable Update-AzHost -Name $hostName is a null-valued parameter value. -Name Assign value for $hostName.
⚠️ Update-AzHost 1 1 Unassigned_Variable Update-AzHost -Sku $skuName is a null-valued parameter value. -Sku Assign value for $skuName.
⚠️ Update-AzVM 1 1 Unassigned_Variable Update-AzVM -VM $VirtualMachine is a null-valued parameter value. -VM Assign value for $VirtualMachine.
⚠️ Update-AzVM 2 13 Unassigned_Variable New-AzVM -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Update-AzVM 2 16 Unassigned_Variable Update-AzVM -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Update-AzVmss 1 1 Unassigned_Variable Update-AzVmss -VirtualMachineScaleSet $LocalVMSS is a null-valued parameter value. -VirtualMachineScaleSet Assign value for $LocalVMSS.
⚠️ Update-AzVmssVM 1 1 Unassigned_Variable Get-AzDisk -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Update-AzVmssVM 1 1 Unassigned_Variable Get-AzDisk -DiskName $diskname0 is a null-valued parameter value. -DiskName Assign value for $diskname0.
⚠️ Update-AzVmssVM 2 1 Unassigned_Variable Get-AzDisk -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Update-AzVmssVM 2 1 Unassigned_Variable Get-AzDisk -DiskName $diskname0 is a null-valued parameter value. -DiskName Assign value for $diskname0.
️✔️Help File Existence Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️File Change Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️UX Metadata Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Test
️✔️PowerShell Core - Linux
️✔️PowerShell Core - MacOS
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.KeyVault
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.ManagedServiceIdentity
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.Monitor
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.Network
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Test
️✔️PowerShell Core - Linux
️✔️PowerShell Core - MacOS
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.OperationalInsights
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.PrivateDns
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.RecoveryServices
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Test
️✔️PowerShell Core - Linux
️✔️PowerShell Core - MacOS
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.Security
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Test
️✔️PowerShell Core - Linux
️✔️PowerShell Core - MacOS
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.Sql
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.Ssh
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Test
️✔️PowerShell Core - Linux
️✔️PowerShell Core - MacOS
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.Storage
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows

@Nickcandy Nickcandy merged commit f62ad7c into main Apr 20, 2024
@wyunchi-ms wyunchi-ms deleted the codegen/Compute branch April 23, 2024 06:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants