Skip to content
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

Remove progress action #25426

Merged
merged 1 commit into from
Jul 2, 2024
Merged

Remove progress action #25426

merged 1 commit into from
Jul 2, 2024

Conversation

NoriZC
Copy link
Contributor

@NoriZC NoriZC commented Jul 2, 2024

Description

Mandatory Checklist

  • SHOULD update ChangeLog.md file(s) appropriately
    • For SDK-based development mode, update 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.
    • For autorest-based development mode, include the changelog in the PR description.
    • Should not change ChangeLog.md if no new release is required, such as fixing test case only.
  • SHOULD regenerate markdown help files if there is cmdlet API change. Instruction
  • SHOULD have proper test coverage for changes in pull request.
  • SHOULD NOT adjust version of module manually in pull request

Copy link

azure-client-tools-bot-prd bot commented Jul 2, 2024

️✔️Az.AksArc
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Help Example Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Help File Existence Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.AppComplianceAutomation
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Help Example Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Help File Existence Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Az.Compute
️✔️Build
️✔️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).
⚠️ Invoke-AzVMRunCommand 3 12 Mismatched_Parameter_Value_Type Invoke-AzVMRunCommand -ScriptString $Script is not an expected parameter value type. -ScriptString Use correct parameter value type. Expected Type is string. Now the type is scriptblock.(Type).
⚠️ Invoke-AzVMRunCommand 3 6 Unassigned_Variable Set-TimeZone -Id $NewTimeZone is a null-valued parameter value. -Id Assign value for $NewTimeZone.
⚠️ 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).
⚠️ Invoke-AzVMRunCommand 3 12 Mismatched_Parameter_Value_Type Invoke-AzVMRunCommand -ScriptString $Script is not an expected parameter value type. -ScriptString Use correct parameter value type. Expected Type is string. Now the type is scriptblock.(Type).
⚠️ Invoke-AzVMRunCommand 3 6 Unassigned_Variable Set-TimeZone -Id $NewTimeZone is a null-valued parameter value. -Id Assign value for $NewTimeZone.
⚠️ 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
⚠️Az.ConnectedMachine
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Help Example Check
⚠️PowerShell Core - Windows
Type Cmdlet Example Line RuleName Description Extent Remediation
⚠️ Get-AzConnectedNetworkSecurityPerimeterConfiguration 1 1 Unassigned_Variable Get-AzConnectedNetworkSecurityPerimeterConfiguration -ResourceGroupName $env.ResourceGroupNameNSP is a null-valued parameter value. -ResourceGroupName Assign value for $env.ResourceGroupNameNSP.
⚠️ Get-AzConnectedNetworkSecurityPerimeterConfiguration 1 1 Unassigned_Variable Get-AzConnectedNetworkSecurityPerimeterConfiguration -ScopeName $env.PrivateLinkScopeNameNSP is a null-valued parameter value. -ScopeName Assign value for $env.PrivateLinkScopeNameNSP.
⚠️ New-AzConnectedPrivateLinkScope 1 1 Unassigned_Variable New-AzConnectedPrivateLinkScope -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ New-AzConnectedPrivateLinkScope 1 1 Unassigned_Variable New-AzConnectedPrivateLinkScope -ScopeName $scopeName is a null-valued parameter value. -ScopeName Assign value for $scopeName.
⚠️ New-AzConnectedPrivateLinkScope 1 1 Unassigned_Variable New-AzConnectedPrivateLinkScope -Location $location is a null-valued parameter value. -Location Assign value for $location.
⚠️ Remove-AzConnectedPrivateLinkScope 1 1 Unassigned_Variable Remove-AzConnectedPrivateLinkScope -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Remove-AzConnectedPrivateLinkScope 1 1 Unassigned_Variable Remove-AzConnectedPrivateLinkScope -ScopeName $scopeName is a null-valued parameter value. -ScopeName Assign value for $scopeName.
⚠️ Set-AzConnectedPrivateLinkScope 1 1 Unassigned_Variable Set-AzConnectedPrivateLinkScope -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Set-AzConnectedPrivateLinkScope 1 1 Unassigned_Variable Set-AzConnectedPrivateLinkScope -ScopeName $scopeName is a null-valued parameter value. -ScopeName Assign value for $scopeName.
⚠️ Set-AzConnectedPrivateLinkScope 1 1 Unassigned_Variable Set-AzConnectedPrivateLinkScope -Tag $tags is a null-valued parameter value. -Tag Assign value for $tags.
⚠️ Set-AzConnectedPrivateLinkScope 1 1 Unassigned_Variable Set-AzConnectedPrivateLinkScope -Location $location is a null-valued parameter value. -Location Assign value for $location.
⚠️ Update-AzConnectedExtension 1 2 Unassigned_Variable Update-AzConnectedExtension -ResourceGroupName $env.ResourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $env.ResourceGroupName.
⚠️ Update-AzConnectedExtension 1 2 Unassigned_Variable Update-AzConnectedExtension -MachineName $machineName is a null-valued parameter value. -MachineName Assign value for $machineName.
⚠️ Update-AzConnectedMachineExtension 4 4 Mismatched_Parameter_Value_Type Update-AzConnectedMachineExtension -ExtensionParameter $extToUpdate is not an expected parameter value type. -ExtensionParameter Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionUpdate. Now the type is Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtension.(Command).
⚠️Windows PowerShell - Windows
Type Cmdlet Example Line RuleName Description Extent Remediation
⚠️ Get-AzConnectedNetworkSecurityPerimeterConfiguration 1 1 Unassigned_Variable Get-AzConnectedNetworkSecurityPerimeterConfiguration -ResourceGroupName $env.ResourceGroupNameNSP is a null-valued parameter value. -ResourceGroupName Assign value for $env.ResourceGroupNameNSP.
⚠️ Get-AzConnectedNetworkSecurityPerimeterConfiguration 1 1 Unassigned_Variable Get-AzConnectedNetworkSecurityPerimeterConfiguration -ScopeName $env.PrivateLinkScopeNameNSP is a null-valued parameter value. -ScopeName Assign value for $env.PrivateLinkScopeNameNSP.
⚠️ New-AzConnectedPrivateLinkScope 1 1 Unassigned_Variable New-AzConnectedPrivateLinkScope -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ New-AzConnectedPrivateLinkScope 1 1 Unassigned_Variable New-AzConnectedPrivateLinkScope -ScopeName $scopeName is a null-valued parameter value. -ScopeName Assign value for $scopeName.
⚠️ New-AzConnectedPrivateLinkScope 1 1 Unassigned_Variable New-AzConnectedPrivateLinkScope -Location $location is a null-valued parameter value. -Location Assign value for $location.
⚠️ Remove-AzConnectedPrivateLinkScope 1 1 Unassigned_Variable Remove-AzConnectedPrivateLinkScope -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Remove-AzConnectedPrivateLinkScope 1 1 Unassigned_Variable Remove-AzConnectedPrivateLinkScope -ScopeName $scopeName is a null-valued parameter value. -ScopeName Assign value for $scopeName.
⚠️ Set-AzConnectedPrivateLinkScope 1 1 Unassigned_Variable Set-AzConnectedPrivateLinkScope -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Set-AzConnectedPrivateLinkScope 1 1 Unassigned_Variable Set-AzConnectedPrivateLinkScope -ScopeName $scopeName is a null-valued parameter value. -ScopeName Assign value for $scopeName.
⚠️ Set-AzConnectedPrivateLinkScope 1 1 Unassigned_Variable Set-AzConnectedPrivateLinkScope -Tag $tags is a null-valued parameter value. -Tag Assign value for $tags.
⚠️ Set-AzConnectedPrivateLinkScope 1 1 Unassigned_Variable Set-AzConnectedPrivateLinkScope -Location $location is a null-valued parameter value. -Location Assign value for $location.
⚠️ Update-AzConnectedExtension 1 2 Unassigned_Variable Update-AzConnectedExtension -ResourceGroupName $env.ResourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $env.ResourceGroupName.
⚠️ Update-AzConnectedExtension 1 2 Unassigned_Variable Update-AzConnectedExtension -MachineName $machineName is a null-valued parameter value. -MachineName Assign value for $machineName.
⚠️ Update-AzConnectedMachineExtension 4 4 Mismatched_Parameter_Value_Type Update-AzConnectedMachineExtension -ExtensionParameter $extToUpdate is not an expected parameter value type. -ExtensionParameter Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionUpdate. Now the type is Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtension.(Command).
️✔️Help File Existence Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.Databricks
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Help Example Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Help File Existence Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Az.FrontDoor
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Help Example Check
⚠️PowerShell Core - Windows
Type Cmdlet Example Line RuleName Description Extent Remediation
⚠️ New-AzFrontDoorWafPolicy 1 1 Unassigned_Variable New-AzFrontDoorWafPolicy -Name $policyName is a null-valued parameter value. -Name Assign value for $policyName.
⚠️ New-AzFrontDoorWafPolicy 1 1 Unassigned_Variable New-AzFrontDoorWafPolicy -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ New-AzFrontDoorWafPolicy 1 1 Unassigned_Variable New-AzFrontDoorWafPolicy -Customrule $customRule1,$customRule2 is a null-valued parameter value. -Customrule Assign value for $customRule1,$customRule2.
⚠️ New-AzFrontDoorWafPolicy 1 1 Unassigned_Variable New-AzFrontDoorWafPolicy -ManagedRule $managedRule1 is a null-valued parameter value. -ManagedRule Assign value for $managedRule1.
⚠️ Update-AzFrontDoorWafPolicy 1 1 Unassigned_Variable Update-AzFrontDoorWafPolicy -Name $policyName is a null-valued parameter value. -Name Assign value for $policyName.
⚠️ Update-AzFrontDoorWafPolicy 1 1 Unassigned_Variable Update-AzFrontDoorWafPolicy -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Update-AzFrontDoorWafPolicy 2 1 Unassigned_Variable Update-AzFrontDoorWafPolicy -Name $policyName is a null-valued parameter value. -Name Assign value for $policyName.
⚠️ Update-AzFrontDoorWafPolicy 2 1 Unassigned_Variable Update-AzFrontDoorWafPolicy -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Update-AzFrontDoorWafPolicy 3 1 Unassigned_Variable Update-AzFrontDoorWafPolicy -Name $policyName is a null-valued parameter value. -Name Assign value for $policyName.
⚠️ Update-AzFrontDoorWafPolicy 3 1 Unassigned_Variable Update-AzFrontDoorWafPolicy -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Update-AzFrontDoorWafPolicy 4 1 Unassigned_Variable Get-AzFrontDoorWafPolicy -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️Windows PowerShell - Windows
Type Cmdlet Example Line RuleName Description Extent Remediation
⚠️ New-AzFrontDoorWafPolicy 1 1 Unassigned_Variable New-AzFrontDoorWafPolicy -Name $policyName is a null-valued parameter value. -Name Assign value for $policyName.
⚠️ New-AzFrontDoorWafPolicy 1 1 Unassigned_Variable New-AzFrontDoorWafPolicy -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ New-AzFrontDoorWafPolicy 1 1 Unassigned_Variable New-AzFrontDoorWafPolicy -Customrule $customRule1,$customRule2 is a null-valued parameter value. -Customrule Assign value for $customRule1,$customRule2.
⚠️ New-AzFrontDoorWafPolicy 1 1 Unassigned_Variable New-AzFrontDoorWafPolicy -ManagedRule $managedRule1 is a null-valued parameter value. -ManagedRule Assign value for $managedRule1.
⚠️ Update-AzFrontDoorWafPolicy 1 1 Unassigned_Variable Update-AzFrontDoorWafPolicy -Name $policyName is a null-valued parameter value. -Name Assign value for $policyName.
⚠️ Update-AzFrontDoorWafPolicy 1 1 Unassigned_Variable Update-AzFrontDoorWafPolicy -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Update-AzFrontDoorWafPolicy 2 1 Unassigned_Variable Update-AzFrontDoorWafPolicy -Name $policyName is a null-valued parameter value. -Name Assign value for $policyName.
⚠️ Update-AzFrontDoorWafPolicy 2 1 Unassigned_Variable Update-AzFrontDoorWafPolicy -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Update-AzFrontDoorWafPolicy 3 1 Unassigned_Variable Update-AzFrontDoorWafPolicy -Name $policyName is a null-valued parameter value. -Name Assign value for $policyName.
⚠️ Update-AzFrontDoorWafPolicy 3 1 Unassigned_Variable Update-AzFrontDoorWafPolicy -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Update-AzFrontDoorWafPolicy 4 1 Unassigned_Variable Get-AzFrontDoorWafPolicy -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
️✔️Help File Existence Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.Functions
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Help Example Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Help File Existence Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Az.Migrate
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Help Example Check
⚠️PowerShell Core - Windows
Type Cmdlet Example Line RuleName Description Extent Remediation
⚠️ Get-AzMigrateHCIJob 3 3 Mismatched_Parameter_Value_Type Get-AzMigrateHCIJob -InputObject $InputObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IMigrateIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IWorkflowModel.(Command).
⚠️ Get-AzMigrateHCIReplicationFabric 2 3 Mismatched_Parameter_Value_Type Get-AzMigrateHCIReplicationFabric -InputObject $InputObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IMigrateIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IFabricModel.(Command).
⚠️ New-AzMigrateReplicationPolicy 1 6 Mismatched_Parameter_Value_Type New-AzMigrateReplicationPolicy -ProviderSpecificInput $providerSpecificPolicy is not an expected parameter value type. -ProviderSpecificInput Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IPolicyProviderSpecificInput. Now the type is .(Type).
⚠️ New-AzMigrateReplicationProtectionContainerMapping 1 10 Mismatched_Parameter_Value_Type New-AzMigrateReplicationProtectionContainerMapping -ProviderSpecificInput $providerSpecificInput is not an expected parameter value type. -ProviderSpecificInput Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IReplicationProviderSpecificContainerMappingInput. Now the type is .(Type).
⚠️ Remove-AzMigrateHCIServerReplication 2 3 Mismatched_Parameter_Value_Type Remove-AzMigrateHCIServerReplication -InputObject $InputObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IMigrateIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IProtectedItemModel.(Command).
⚠️ Set-AzMigrateHCIServerReplication 2 7 Mismatched_Parameter_Value_Type Set-AzMigrateHCIServerReplication -DynamicMemoryConfig $memoryConfig is not an expected parameter value type. -DynamicMemoryConfig Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.ProtectedItemDynamicMemoryConfig. Now the type is psobject.(Type).
⚠️ Start-AzMigrateHCIServerMigration 2 3 Mismatched_Parameter_Value_Type Start-AzMigrateHCIServerMigration -InputObject $InputObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IMigrateIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IProtectedItemModel.(Command).
⚠️ Start-AzMigrateTestMigration 2 1 Unassigned_Variable Get-AzMigrateServerReplication -TargetObjectID $env.srsMachineId is a null-valued parameter value. -TargetObjectID Assign value for $env.srsMachineId.
⚠️ Start-AzMigrateTestMigration 2 1 Unassigned_Variable Get-AzMigrateServerReplication -SubscriptionId $env.srsSubscriptionId is a null-valued parameter value. -SubscriptionId Assign value for $env.srsSubscriptionId.
⚠️ Start-AzMigrateTestMigrationCleanup 2 1 Unassigned_Variable Get-AzMigrateServerReplication -TargetObjectID $env.srsMachineId is a null-valued parameter value. -TargetObjectID Assign value for $env.srsMachineId.
⚠️ Start-AzMigrateTestMigrationCleanup 2 1 Unassigned_Variable Get-AzMigrateServerReplication -SubscriptionId $env.srsSubscriptionId is a null-valued parameter value. -SubscriptionId Assign value for $env.srsSubscriptionId.
⚠️ Start-AzMigrateTestMigrationCleanup 2 2 Unassigned_Variable Start-AzMigrateTestMigrationCleanup -InputObject $ob is a null-valued parameter value. -InputObject Assign value for $ob.
⚠️Windows PowerShell - Windows
Type Cmdlet Example Line RuleName Description Extent Remediation
⚠️ Get-AzMigrateHCIJob 3 3 Mismatched_Parameter_Value_Type Get-AzMigrateHCIJob -InputObject $InputObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IMigrateIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IWorkflowModel.(Command).
⚠️ Get-AzMigrateHCIReplicationFabric 2 3 Mismatched_Parameter_Value_Type Get-AzMigrateHCIReplicationFabric -InputObject $InputObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IMigrateIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IFabricModel.(Command).
⚠️ New-AzMigrateReplicationPolicy 1 6 Mismatched_Parameter_Value_Type New-AzMigrateReplicationPolicy -ProviderSpecificInput $providerSpecificPolicy is not an expected parameter value type. -ProviderSpecificInput Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IPolicyProviderSpecificInput. Now the type is .(Type).
⚠️ New-AzMigrateReplicationProtectionContainerMapping 1 10 Mismatched_Parameter_Value_Type New-AzMigrateReplicationProtectionContainerMapping -ProviderSpecificInput $providerSpecificInput is not an expected parameter value type. -ProviderSpecificInput Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IReplicationProviderSpecificContainerMappingInput. Now the type is .(Type).
⚠️ Remove-AzMigrateHCIServerReplication 2 3 Mismatched_Parameter_Value_Type Remove-AzMigrateHCIServerReplication -InputObject $InputObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IMigrateIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IProtectedItemModel.(Command).
⚠️ Set-AzMigrateHCIServerReplication 2 7 Mismatched_Parameter_Value_Type Set-AzMigrateHCIServerReplication -DynamicMemoryConfig $memoryConfig is not an expected parameter value type. -DynamicMemoryConfig Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.ProtectedItemDynamicMemoryConfig. Now the type is psobject.(Type).
⚠️ Start-AzMigrateHCIServerMigration 2 3 Mismatched_Parameter_Value_Type Start-AzMigrateHCIServerMigration -InputObject $InputObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IMigrateIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IProtectedItemModel.(Command).
⚠️ Start-AzMigrateTestMigration 2 1 Unassigned_Variable Get-AzMigrateServerReplication -TargetObjectID $env.srsMachineId is a null-valued parameter value. -TargetObjectID Assign value for $env.srsMachineId.
⚠️ Start-AzMigrateTestMigration 2 1 Unassigned_Variable Get-AzMigrateServerReplication -SubscriptionId $env.srsSubscriptionId is a null-valued parameter value. -SubscriptionId Assign value for $env.srsSubscriptionId.
⚠️ Start-AzMigrateTestMigrationCleanup 2 1 Unassigned_Variable Get-AzMigrateServerReplication -TargetObjectID $env.srsMachineId is a null-valued parameter value. -TargetObjectID Assign value for $env.srsMachineId.
⚠️ Start-AzMigrateTestMigrationCleanup 2 1 Unassigned_Variable Get-AzMigrateServerReplication -SubscriptionId $env.srsSubscriptionId is a null-valued parameter value. -SubscriptionId Assign value for $env.srsSubscriptionId.
⚠️ Start-AzMigrateTestMigrationCleanup 2 2 Unassigned_Variable Start-AzMigrateTestMigrationCleanup -InputObject $ob is a null-valued parameter value. -InputObject Assign value for $ob.
️✔️Help File Existence Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Az.MySql
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Help Example Check
⚠️PowerShell Core - Windows
Type Cmdlet Example Line RuleName Description Extent Remediation
⚠️ Test-AzMySqlFlexibleServerConnect 4 1 Unassigned_Variable Test-AzMySqlFlexibleServerConnect -AdministratorLoginPassword $password is a null-valued parameter value. -AdministratorLoginPassword Assign value for $password.
⚠️ Update-AzMySqlVirtualNetworkRule 1 2 Unassigned_Variable Update-AzMySqlVirtualNetworkRule -Name $env.VNetName is a null-valued parameter value. -Name Assign value for $env.VNetName.
⚠️ Update-AzMySqlVirtualNetworkRule 1 2 Unassigned_Variable Update-AzMySqlVirtualNetworkRule -ResourceGroupName $env.resourceGroup is a null-valued parameter value. -ResourceGroupName Assign value for $env.resourceGroup.
⚠️ Update-AzMySqlVirtualNetworkRule 1 2 Unassigned_Variable Update-AzMySqlVirtualNetworkRule -ServerName $env.serverName is a null-valued parameter value. -ServerName Assign value for $env.serverName.
⚠️Windows PowerShell - Windows
Type Cmdlet Example Line RuleName Description Extent Remediation
⚠️ Test-AzMySqlFlexibleServerConnect 4 1 Unassigned_Variable Test-AzMySqlFlexibleServerConnect -AdministratorLoginPassword $password is a null-valued parameter value. -AdministratorLoginPassword Assign value for $password.
⚠️ Update-AzMySqlVirtualNetworkRule 1 2 Unassigned_Variable Update-AzMySqlVirtualNetworkRule -Name $env.VNetName is a null-valued parameter value. -Name Assign value for $env.VNetName.
⚠️ Update-AzMySqlVirtualNetworkRule 1 2 Unassigned_Variable Update-AzMySqlVirtualNetworkRule -ResourceGroupName $env.resourceGroup is a null-valued parameter value. -ResourceGroupName Assign value for $env.resourceGroup.
⚠️ Update-AzMySqlVirtualNetworkRule 1 2 Unassigned_Variable Update-AzMySqlVirtualNetworkRule -ServerName $env.serverName is a null-valued parameter value. -ServerName Assign value for $env.serverName.
️✔️Help File Existence Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Az.NetAppFiles
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Help Example Check
⚠️PowerShell Core - Windows
Type Cmdlet Example Line RuleName Description Extent Remediation
⚠️ Update-AzNetAppFilesNetworkSiblingSet 1 2 Mismatched_Parameter_Value_Type Update-AzNetAppFilesNetworkSiblingSet -NetworkSiblingSetStateId $retrievedVolume.NetworkSiblingSetStateId is not an expected parameter value type. -NetworkSiblingSetStateId Use correct parameter value type. Expected Type is string. Now the type is .(Command).
⚠️Windows PowerShell - Windows
Type Cmdlet Example Line RuleName Description Extent Remediation
⚠️ Update-AzNetAppFilesNetworkSiblingSet 1 2 Mismatched_Parameter_Value_Type Update-AzNetAppFilesNetworkSiblingSet -NetworkSiblingSetStateId $retrievedVolume.NetworkSiblingSetStateId is not an expected parameter value type. -NetworkSiblingSetStateId Use correct parameter value type. Expected Type is string. Now the type is .(Command).
️✔️Help File Existence Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Az.Network
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Help Example Check
⚠️PowerShell Core - Windows
Type Cmdlet Example Line RuleName Description Extent Remediation
⚠️ Set-AzBastion 1 1 Unassigned_Variable Set-AzBastion -InputObject $bastionObj is a null-valued parameter value. -InputObject Assign value for $bastionObj.
⚠️Windows PowerShell - Windows
Type Cmdlet Example Line RuleName Description Extent Remediation
⚠️ Set-AzBastion 1 1 Unassigned_Variable Set-AzBastion -InputObject $bastionObj is a null-valued parameter value. -InputObject Assign value for $bastionObj.
️✔️Help File Existence Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.NewRelic
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Help Example Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Help File Existence Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.PaloAltoNetworks
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Help Example Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Help File Existence Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Az.Resources
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Help Example Check
⚠️PowerShell Core - Windows
Type Cmdlet Example Line RuleName Description Extent Remediation
⚠️ New-AzPolicyExemption 3 3 Mismatched_Parameter_Value_Type New-AzPolicyExemption -PolicyAssignment $Assignment is not an expected parameter value type. -PolicyAssignment Use correct parameter value type. Expected Type is psobject. Now the type is Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.IPolicyAssignment.(Command).
⚠️ New-AzPolicyExemption 4 3 Mismatched_Parameter_Value_Type New-AzPolicyExemption -PolicyAssignment $Assignment is not an expected parameter value type. -PolicyAssignment Use correct parameter value type. Expected Type is psobject. Now the type is Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.IPolicyAssignment.(Command).
⚠️ New-AzPolicyExemption 4 3 Unassigned_Variable New-AzPolicyExemption -Scope $SpecialVM.Id is a null-valued parameter value. -Scope Assign value for $SpecialVM.Id.
⚠️Windows PowerShell - Windows
Type Cmdlet Example Line RuleName Description Extent Remediation
⚠️ New-AzPolicyExemption 3 3 Mismatched_Parameter_Value_Type New-AzPolicyExemption -PolicyAssignment $Assignment is not an expected parameter value type. -PolicyAssignment Use correct parameter value type. Expected Type is psobject. Now the type is Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.IPolicyAssignment.(Command).
⚠️ New-AzPolicyExemption 4 3 Mismatched_Parameter_Value_Type New-AzPolicyExemption -PolicyAssignment $Assignment is not an expected parameter value type. -PolicyAssignment Use correct parameter value type. Expected Type is psobject. Now the type is Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.IPolicyAssignment.(Command).
⚠️ New-AzPolicyExemption 4 3 Unassigned_Variable New-AzPolicyExemption -Scope $SpecialVM.Id is a null-valued parameter value. -Scope Assign value for $SpecialVM.Id.
️✔️Help File Existence Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.Sql
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Help Example Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Help File Existence Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Az.SqlVirtualMachine
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Help Example Check
⚠️PowerShell Core - Windows
Type Cmdlet Example Line RuleName Description Extent Remediation
⚠️ New-AzAvailabilityGroupListener 1 1 Unassigned_Variable New-AzAvailabilityGroupListener -LoadBalancerResourceId $LoadBalancerResourceId is a null-valued parameter value. -LoadBalancerResourceId Assign value for $LoadBalancerResourceId.
⚠️ New-AzAvailabilityGroupListener 1 1 Unassigned_Variable New-AzAvailabilityGroupListener -SubnetId $SubnetResourceId is a null-valued parameter value. -SubnetId Assign value for $SubnetResourceId.
⚠️ New-AzAvailabilityGroupListener 1 1 Unassigned_Variable New-AzAvailabilityGroupListener -SqlVirtualMachineId $sqlvmResourceId1,$sqlvmResourceId2 is a null-valued parameter value. -SqlVirtualMachineId Assign value for $sqlvmResourceId1,$sqlvmResourceId2.
⚠️ New-AzAvailabilityGroupListener 2 1 Unassigned_Variable New-AzSqlVirtualMachineMultiSubnetIPConfigurationObject -PrivateIPAddressSubnetResourceId $SubnetResourceId1 is a null-valued parameter value. -PrivateIPAddressSubnetResourceId Assign value for $SubnetResourceId1.
⚠️ New-AzAvailabilityGroupListener 2 1 Unassigned_Variable New-AzSqlVirtualMachineMultiSubnetIPConfigurationObject -SqlVirtualMachineInstance $sqlvmResourceId1 is a null-valued parameter value. -SqlVirtualMachineInstance Assign value for $sqlvmResourceId1.
⚠️ New-AzAvailabilityGroupListener 2 2 Unassigned_Variable New-AzSqlVirtualMachineMultiSubnetIPConfigurationObject -PrivateIPAddressSubnetResourceId $SubnetResourceId2 is a null-valued parameter value. -PrivateIPAddressSubnetResourceId Assign value for $SubnetResourceId2.
⚠️ New-AzAvailabilityGroupListener 2 2 Unassigned_Variable New-AzSqlVirtualMachineMultiSubnetIPConfigurationObject -SqlVirtualMachineInstance $sqlvmResourceId2 is a null-valued parameter value. -SqlVirtualMachineInstance Assign value for $sqlvmResourceId2.
⚠️ New-AzSqlVMGroup 1 2 Unassigned_Variable ConvertTo-SecureString -String $accessKey is a null-valued parameter value. -String Assign value for $accessKey.
⚠️ New-AzSqlVirtualMachineAgReplicaObject 1 1 Unassigned_Variable New-AzSqlVirtualMachineAgReplicaObject -SqlVirtualMachineInstanceId $sqlvmResourceId1 is a null-valued parameter value. -SqlVirtualMachineInstanceId Assign value for $sqlvmResourceId1.
⚠️ New-AzSqlVirtualMachineMultiSubnetIPConfigurationObject 1 1 Unassigned_Variable New-AzSqlVirtualMachineMultiSubnetIPConfigurationObject -PrivateIPAddressSubnetResourceId $SubnetId is a null-valued parameter value. -PrivateIPAddressSubnetResourceId Assign value for $SubnetId.
⚠️ New-AzSqlVirtualMachineMultiSubnetIPConfigurationObject 1 1 Unassigned_Variable New-AzSqlVirtualMachineMultiSubnetIPConfigurationObject -PrivateIPAddressIpaddress $IPAddress is a null-valued parameter value. -PrivateIPAddressIpaddress Assign value for $IPAddress.
⚠️ New-AzSqlVirtualMachineMultiSubnetIPConfigurationObject 1 1 Unassigned_Variable New-AzSqlVirtualMachineMultiSubnetIPConfigurationObject -SqlVirtualMachineInstance $SqlVMResourceId is a null-valued parameter value. -SqlVirtualMachineInstance Assign value for $SqlVMResourceId.
⚠️Windows PowerShell - Windows
Type Cmdlet Example Line RuleName Description Extent Remediation
⚠️ New-AzAvailabilityGroupListener 1 1 Unassigned_Variable New-AzAvailabilityGroupListener -LoadBalancerResourceId $LoadBalancerResourceId is a null-valued parameter value. -LoadBalancerResourceId Assign value for $LoadBalancerResourceId.
⚠️ New-AzAvailabilityGroupListener 1 1 Unassigned_Variable New-AzAvailabilityGroupListener -SubnetId $SubnetResourceId is a null-valued parameter value. -SubnetId Assign value for $SubnetResourceId.
⚠️ New-AzAvailabilityGroupListener 1 1 Unassigned_Variable New-AzAvailabilityGroupListener -SqlVirtualMachineId $sqlvmResourceId1,$sqlvmResourceId2 is a null-valued parameter value. -SqlVirtualMachineId Assign value for $sqlvmResourceId1,$sqlvmResourceId2.
⚠️ New-AzAvailabilityGroupListener 2 1 Unassigned_Variable New-AzSqlVirtualMachineMultiSubnetIPConfigurationObject -PrivateIPAddressSubnetResourceId $SubnetResourceId1 is a null-valued parameter value. -PrivateIPAddressSubnetResourceId Assign value for $SubnetResourceId1.
⚠️ New-AzAvailabilityGroupListener 2 1 Unassigned_Variable New-AzSqlVirtualMachineMultiSubnetIPConfigurationObject -SqlVirtualMachineInstance $sqlvmResourceId1 is a null-valued parameter value. -SqlVirtualMachineInstance Assign value for $sqlvmResourceId1.
⚠️ New-AzAvailabilityGroupListener 2 2 Unassigned_Variable New-AzSqlVirtualMachineMultiSubnetIPConfigurationObject -PrivateIPAddressSubnetResourceId $SubnetResourceId2 is a null-valued parameter value. -PrivateIPAddressSubnetResourceId Assign value for $SubnetResourceId2.
⚠️ New-AzAvailabilityGroupListener 2 2 Unassigned_Variable New-AzSqlVirtualMachineMultiSubnetIPConfigurationObject -SqlVirtualMachineInstance $sqlvmResourceId2 is a null-valued parameter value. -SqlVirtualMachineInstance Assign value for $sqlvmResourceId2.
⚠️ New-AzSqlVMGroup 1 2 Unassigned_Variable ConvertTo-SecureString -String $accessKey is a null-valued parameter value. -String Assign value for $accessKey.
⚠️ New-AzSqlVirtualMachineAgReplicaObject 1 1 Unassigned_Variable New-AzSqlVirtualMachineAgReplicaObject -SqlVirtualMachineInstanceId $sqlvmResourceId1 is a null-valued parameter value. -SqlVirtualMachineInstanceId Assign value for $sqlvmResourceId1.
⚠️ New-AzSqlVirtualMachineMultiSubnetIPConfigurationObject 1 1 Unassigned_Variable New-AzSqlVirtualMachineMultiSubnetIPConfigurationObject -PrivateIPAddressSubnetResourceId $SubnetId is a null-valued parameter value. -PrivateIPAddressSubnetResourceId Assign value for $SubnetId.
⚠️ New-AzSqlVirtualMachineMultiSubnetIPConfigurationObject 1 1 Unassigned_Variable New-AzSqlVirtualMachineMultiSubnetIPConfigurationObject -PrivateIPAddressIpaddress $IPAddress is a null-valued parameter value. -PrivateIPAddressIpaddress Assign value for $IPAddress.
⚠️ New-AzSqlVirtualMachineMultiSubnetIPConfigurationObject 1 1 Unassigned_Variable New-AzSqlVirtualMachineMultiSubnetIPConfigurationObject -SqlVirtualMachineInstance $SqlVMResourceId is a null-valued parameter value. -SqlVirtualMachineInstance Assign value for $SqlVMResourceId.
️✔️Help File Existence Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Az.StorageMover
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Help Example Check
⚠️PowerShell Core - Windows
Type Cmdlet Example Line RuleName Description Extent Remediation
⚠️ New-AzStorageMoverAzSmbFileShareEndpoint 1 1 Unassigned_Variable New-AzStorageMoverAzSmbFileShareEndpoint -StorageAccountResourceId $accountresourceid is a null-valued parameter value. -StorageAccountResourceId Assign value for $accountresourceid.
⚠️Windows PowerShell - Windows
Type Cmdlet Example Line RuleName Description Extent Remediation
⚠️ New-AzStorageMoverAzSmbFileShareEndpoint 1 1 Unassigned_Variable New-AzStorageMoverAzSmbFileShareEndpoint -StorageAccountResourceId $accountresourceid is a null-valued parameter value. -StorageAccountResourceId Assign value for $accountresourceid.
️✔️Help File Existence Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.VMware
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Help Example Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Help File Existence Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Az.Workloads
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Help Example Check
⚠️PowerShell Core - Windows
Type Cmdlet Example Line RuleName Description Extent Remediation
⚠️ New-AzWorkloadsProviderInstance 2 1 Mismatched_Parameter_Value_Type New-AzWorkloadsProviderInstance -ProviderSetting '{'sslPreference':'Disabled','providerType':'MsSqlServer','hostname':'10.1.14.5','sapSid':'X00','dbPort':'1433','dbUsername':'','dbPassword':''}' is not an expected parameter value type. -ProviderSetting Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.IProviderSpecificProperties. Now the type is string.(Static).
⚠️ New-AzWorkloadsSapLandscapeMonitor 1 1 Mismatched_Parameter_Value_Type New-AzWorkloadsSapLandscapeMonitor -GroupingLandscape '{'name':'Prod','topSid':['SID1','SID2']}' is not an expected parameter value type. -GroupingLandscape Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.ISapLandscapeMonitorSidMapping. Now the type is string.(Static).
⚠️ New-AzWorkloadsSapLandscapeMonitor 1 1 Mismatched_Parameter_Value_Type New-AzWorkloadsSapLandscapeMonitor -GroupingSapApplication '{'name':'ERP1','topSid':['SID1','SID2']}' is not an expected parameter value type. -GroupingSapApplication Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.ISapLandscapeMonitorSidMapping. Now the type is string.(Static).
⚠️ New-AzWorkloadsSapLandscapeMonitor 1 1 Mismatched_Parameter_Value_Type New-AzWorkloadsSapLandscapeMonitor -TopMetricsThreshold '{'name':'Instance Availability','green':90,'yellow':75,'red':50}' is not an expected parameter value type. -TopMetricsThreshold Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.ISapLandscapeMonitorMetricThresholds. Now the type is string.(Static).
⚠️ Update-AzWorkloadsSapLandscapeMonitor 1 1 Mismatched_Parameter_Value_Type New-AzWorkloadsSapLandscapeMonitor -GroupingLandscape '{'name':'Prod','topSid':['SID1','SID2']}' is not an expected parameter value type. -GroupingLandscape Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.ISapLandscapeMonitorSidMapping. Now the type is string.(Static).
⚠️ Update-AzWorkloadsSapLandscapeMonitor 1 1 Mismatched_Parameter_Value_Type New-AzWorkloadsSapLandscapeMonitor -GroupingSapApplication '{'name':'ERP1','topSid':['SID1','SID2']}' is not an expected parameter value type. -GroupingSapApplication Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.ISapLandscapeMonitorSidMapping. Now the type is string.(Static).
⚠️ Update-AzWorkloadsSapLandscapeMonitor 1 1 Mismatched_Parameter_Value_Type New-AzWorkloadsSapLandscapeMonitor -TopMetricsThreshold '{'name':'Instance Availability','green':90,'yellow':75,'red':50}' is not an expected parameter value type. -TopMetricsThreshold Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.ISapLandscapeMonitorMetricThresholds. Now the type is string.(Static).
⚠️Windows PowerShell - Windows
Type Cmdlet Example Line RuleName Description Extent Remediation
⚠️ New-AzWorkloadsProviderInstance 2 1 Mismatched_Parameter_Value_Type New-AzWorkloadsProviderInstance -ProviderSetting '{'sslPreference':'Disabled','providerType':'MsSqlServer','hostname':'10.1.14.5','sapSid':'X00','dbPort':'1433','dbUsername':'','dbPassword':''}' is not an expected parameter value type. -ProviderSetting Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.IProviderSpecificProperties. Now the type is string.(Static).
⚠️ New-AzWorkloadsSapLandscapeMonitor 1 1 Mismatched_Parameter_Value_Type New-AzWorkloadsSapLandscapeMonitor -GroupingLandscape '{'name':'Prod','topSid':['SID1','SID2']}' is not an expected parameter value type. -GroupingLandscape Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.ISapLandscapeMonitorSidMapping. Now the type is string.(Static).
⚠️ New-AzWorkloadsSapLandscapeMonitor 1 1 Mismatched_Parameter_Value_Type New-AzWorkloadsSapLandscapeMonitor -GroupingSapApplication '{'name':'ERP1','topSid':['SID1','SID2']}' is not an expected parameter value type. -GroupingSapApplication Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.ISapLandscapeMonitorSidMapping. Now the type is string.(Static).
⚠️ New-AzWorkloadsSapLandscapeMonitor 1 1 Mismatched_Parameter_Value_Type New-AzWorkloadsSapLandscapeMonitor -TopMetricsThreshold '{'name':'Instance Availability','green':90,'yellow':75,'red':50}' is not an expected parameter value type. -TopMetricsThreshold Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.ISapLandscapeMonitorMetricThresholds. Now the type is string.(Static).
⚠️ Update-AzWorkloadsSapLandscapeMonitor 1 1 Mismatched_Parameter_Value_Type New-AzWorkloadsSapLandscapeMonitor -GroupingLandscape '{'name':'Prod','topSid':['SID1','SID2']}' is not an expected parameter value type. -GroupingLandscape Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.ISapLandscapeMonitorSidMapping. Now the type is string.(Static).
⚠️ Update-AzWorkloadsSapLandscapeMonitor 1 1 Mismatched_Parameter_Value_Type New-AzWorkloadsSapLandscapeMonitor -GroupingSapApplication '{'name':'ERP1','topSid':['SID1','SID2']}' is not an expected parameter value type. -GroupingSapApplication Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.ISapLandscapeMonitorSidMapping. Now the type is string.(Static).
⚠️ Update-AzWorkloadsSapLandscapeMonitor 1 1 Mismatched_Parameter_Value_Type New-AzWorkloadsSapLandscapeMonitor -TopMetricsThreshold '{'name':'Instance Availability','green':90,'yellow':75,'red':50}' is not an expected parameter value type. -TopMetricsThreshold Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.ISapLandscapeMonitorMetricThresholds. Now the type is string.(Static).
️✔️Help File Existence Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows

@isra-fel isra-fel merged commit ca7ca1c into release-2024-07-09 Jul 2, 2024
1 of 6 checks passed
@isra-fel isra-fel deleted the remove-progress-action branch July 2, 2024 04:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants