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

Update Help Doc of Get-AzAccessToken Usage #26629

Draft
wants to merge 1 commit into
base: generation
Choose a base branch
from

Conversation

msJinLei
Copy link
Contributor

@msJinLei msJinLei commented Nov 7, 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 Nov 7, 2024

️✔️Az.Accounts
️✔️Build
️✔️PowerShell Core - Windows
⚠️Az.DataProtection
️✔️Build
️✔️PowerShell Core - Windows
️✔️Breaking Change Check
️✔️PowerShell Core - Windows
⚠️Signature Check
⚠️PowerShell Core - Windows
Type Cmdlet Description Remediation
⚠️ Edit-AzDataProtectionPolicyRetentionRuleClientObject Edit-AzDataProtectionPolicyRetentionRuleClientObject Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Edit-AzDataProtectionPolicyRetentionRuleClientObject Edit-AzDataProtectionPolicyRetentionRuleClientObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Edit-AzDataProtectionPolicyTagClientObject Edit-AzDataProtectionPolicyTagClientObject Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Edit-AzDataProtectionPolicyTagClientObject Edit-AzDataProtectionPolicyTagClientObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Edit-AzDataProtectionPolicyTriggerClientObject Edit-AzDataProtectionPolicyTriggerClientObject Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Edit-AzDataProtectionPolicyTriggerClientObject Edit-AzDataProtectionPolicyTriggerClientObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzDataProtectionBackupInstance Get-AzDataProtectionBackupInstance Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzDataProtectionBackupInstance Get-AzDataProtectionBackupInstance changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzDataProtectionBackupInstancesExtensionRouting Get-AzDataProtectionBackupInstancesExtensionRouting Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzDataProtectionBackupInstancesExtensionRouting Get-AzDataProtectionBackupInstancesExtensionRouting changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzDataProtectionBackupPolicy Get-AzDataProtectionBackupPolicy Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzDataProtectionBackupPolicy Get-AzDataProtectionBackupPolicy changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzDataProtectionBackupVault Get-AzDataProtectionBackupVault Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzDataProtectionBackupVault Get-AzDataProtectionBackupVault changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzDataProtectionJob Get-AzDataProtectionJob Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzDataProtectionJob Get-AzDataProtectionJob changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzDataProtectionOperation Get-AzDataProtectionOperation Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzDataProtectionOperation Get-AzDataProtectionOperation changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzDataProtectionOperationStatus Get-AzDataProtectionOperationStatus Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzDataProtectionOperationStatus Get-AzDataProtectionOperationStatus changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzDataProtectionPolicyTemplate Get-AzDataProtectionPolicyTemplate Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzDataProtectionPolicyTemplate Get-AzDataProtectionPolicyTemplate changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzDataProtectionRecoveryPoint Get-AzDataProtectionRecoveryPoint Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzDataProtectionRecoveryPoint Get-AzDataProtectionRecoveryPoint changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzDataProtectionResourceGuard Get-AzDataProtectionResourceGuard Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzDataProtectionResourceGuard Get-AzDataProtectionResourceGuard changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzDataProtectionResourceGuardMapping Get-AzDataProtectionResourceGuardMapping Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzDataProtectionResourceGuardMapping Get-AzDataProtectionResourceGuardMapping changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzDataProtectionSoftDeletedBackupInstance Get-AzDataProtectionSoftDeletedBackupInstance Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzDataProtectionSoftDeletedBackupInstance Get-AzDataProtectionSoftDeletedBackupInstance changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Initialize-AzDataProtectionBackupInstance Initialize-AzDataProtectionBackupInstance Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Initialize-AzDataProtectionBackupInstance Initialize-AzDataProtectionBackupInstance changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Initialize-AzDataProtectionRestoreRequest Initialize-AzDataProtectionRestoreRequest Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Initialize-AzDataProtectionRestoreRequest Initialize-AzDataProtectionRestoreRequest changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzDataProtectionBackupConfigurationClientObject New-AzDataProtectionBackupConfigurationClientObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzDataProtectionBackupVaultStorageSettingObject New-AzDataProtectionBackupVaultStorageSettingObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzDataProtectionPolicyTagCriteriaClientObject New-AzDataProtectionPolicyTagCriteriaClientObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzDataProtectionPolicyTriggerScheduleClientObject New-AzDataProtectionPolicyTriggerScheduleClientObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzDataProtectionRestoreConfigurationClientObject New-AzDataProtectionRestoreConfigurationClientObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzDataProtectionRetentionLifeCycleClientObject New-AzDataProtectionRetentionLifeCycleClientObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Search-AzDataProtectionBackupInstanceInAzGraph Search-AzDataProtectionBackupInstanceInAzGraph Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Search-AzDataProtectionBackupInstanceInAzGraph Search-AzDataProtectionBackupInstanceInAzGraph changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Search-AzDataProtectionBackupVaultInAzGraph Search-AzDataProtectionBackupVaultInAzGraph Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Search-AzDataProtectionBackupVaultInAzGraph Search-AzDataProtectionBackupVaultInAzGraph changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Search-AzDataProtectionJobInAzGraph Search-AzDataProtectionJobInAzGraph Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Search-AzDataProtectionJobInAzGraph Search-AzDataProtectionJobInAzGraph changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️Help Example Check
⚠️PowerShell Core - Windows
Type Cmdlet Example Line RuleName Description Extent Remediation
⚠️ Remove-AzDataProtectionResourceGuardMapping 1 2 Unassigned_Variable Get-AzDataProtectionResourceGuardMapping -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Remove-AzDataProtectionResourceGuardMapping 1 2 Unassigned_Variable Get-AzDataProtectionResourceGuardMapping -VaultName $vaultName is a null-valued parameter value. -VaultName Assign value for $vaultName.
⚠️ Remove-AzDataProtectionResourceGuardMapping 1 2 Unassigned_Variable Get-AzDataProtectionResourceGuardMapping -SubscriptionId $subscriptionId is a null-valued parameter value. -SubscriptionId Assign value for $subscriptionId.
⚠️ Remove-AzDataProtectionResourceGuardMapping 1 3 Unassigned_Variable Unlock-AzDataProtectionResourceGuardOperation -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Remove-AzDataProtectionResourceGuardMapping 1 3 Unassigned_Variable Unlock-AzDataProtectionResourceGuardOperation -SubscriptionId $subscriptionId is a null-valued parameter value. -SubscriptionId Assign value for $subscriptionId.
⚠️ Remove-AzDataProtectionResourceGuardMapping 1 3 Unassigned_Variable Unlock-AzDataProtectionResourceGuardOperation -VaultName $vaultName is a null-valued parameter value. -VaultName Assign value for $vaultName.
⚠️ Remove-AzDataProtectionResourceGuardMapping 1 4 Unassigned_Variable Remove-AzDataProtectionResourceGuardMapping -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Remove-AzDataProtectionResourceGuardMapping 1 4 Unassigned_Variable Remove-AzDataProtectionResourceGuardMapping -SubscriptionId $subscriptionId is a null-valued parameter value. -SubscriptionId Assign value for $subscriptionId.
⚠️ Remove-AzDataProtectionResourceGuardMapping 1 4 Unassigned_Variable Remove-AzDataProtectionResourceGuardMapping -VaultName $vaultName is a null-valued parameter value. -VaultName Assign value for $vaultName.
⚠️ Start-AzDataProtectionBackupInstanceRestore 1 4 Mismatched_Parameter_Value_Type Start-AzDataProtectionBackupInstanceRestore -BackupInstanceName $instance.BackupInstanceName is not an expected parameter value type. -BackupInstanceName Use correct parameter value type. Expected Type is string. Now the type is .(Command).
⚠️ Start-AzDataProtectionBackupInstanceRestore 2 5 Mismatched_Parameter_Value_Type Initialize-AzDataProtectionRestoreRequest -RecoveryPoint $rp[0].Property.RecoveryPointId is not an expected parameter value type. -RecoveryPoint Use correct parameter value type. Expected Type is string. Now the type is .(Command).
⚠️ Start-AzDataProtectionBackupInstanceRestore 2 6 Mismatched_Parameter_Value_Type Start-AzDataProtectionBackupInstanceRestore -BackupInstanceName $instance.BackupInstanceName is not an expected parameter value type. -BackupInstanceName Use correct parameter value type. Expected Type is string. Now the type is .(Command).
⚠️ Start-AzDataProtectionBackupInstanceRestore 3 5 Mismatched_Parameter_Value_Type Initialize-AzDataProtectionRestoreRequest -RecoveryPoint $rp[0].Property.RecoveryPointId is not an expected parameter value type. -RecoveryPoint Use correct parameter value type. Expected Type is string. Now the type is .(Command).
⚠️ Start-AzDataProtectionBackupInstanceRestore 3 6 Mismatched_Parameter_Value_Type Start-AzDataProtectionBackupInstanceRestore -BackupInstanceName $instance.BackupInstanceName is not an expected parameter value type. -BackupInstanceName Use correct parameter value type. Expected Type is string. Now the type is .(Command).
⚠️ Start-AzDataProtectionBackupInstanceRestore 4 5 Unassigned_Variable Initialize-AzDataProtectionRestoreRequest -RecoveryPoint $rps[0].Property.RecoveryPointId is a null-valued parameter value. -RecoveryPoint Assign value for $rps[0].Property.RecoveryPointId.
⚠️ Start-AzDataProtectionBackupInstanceRestore 4 8 Mismatched_Parameter_Value_Type Test-AzDataProtectionBackupInstanceRestore -Name $instance.BackupInstanceName is not an expected parameter value type. -Name Use correct parameter value type. Expected Type is string. Now the type is .(Command).
⚠️ Start-AzDataProtectionBackupInstanceRestore 4 9 Mismatched_Parameter_Value_Type Start-AzDataProtectionBackupInstanceRestore -BackupInstanceName $instance.BackupInstanceName is not an expected parameter value type. -BackupInstanceName Use correct parameter value type. Expected Type is string. Now the type is .(Command).
⚠️ Start-AzDataProtectionBackupInstanceRestore 5 4 Mismatched_Parameter_Value_Type Initialize-AzDataProtectionRestoreRequest -ContainersList $backedUpContainers[0,1] is not an expected parameter value type. -ContainersList Use correct parameter value type. Expected Type is string. Now the type is .(Command).
⚠️ Start-AzDataProtectionBackupInstanceRestore 5 6 Mismatched_Parameter_Value_Type Start-AzDataProtectionBackupInstanceRestore -BackupInstanceName $instance.BackupInstanceName is not an expected parameter value type. -BackupInstanceName Use correct parameter value type. Expected Type is string. Now the type is .(Command).
⚠️ Start-AzDataProtectionBackupInstanceRestore 6 5 Mismatched_Parameter_Value_Type Initialize-AzDataProtectionRestoreRequest -ContainersList $backedUpContainers[0,1] is not an expected parameter value type. -ContainersList Use correct parameter value type. Expected Type is string. Now the type is .(Command).
⚠️ Start-AzDataProtectionBackupInstanceRestore 6 7 Mismatched_Parameter_Value_Type Start-AzDataProtectionBackupInstanceRestore -BackupInstanceName $instance.BackupInstanceName is not an expected parameter value type. -BackupInstanceName Use correct parameter value type. Expected Type is string. Now the type is .(Command).
⚠️ Start-AzDataProtectionBackupInstanceRestore 7 2 Mismatched_Parameter_Value_Type Get-AzDataProtectionRecoveryPoint -BackupInstanceName $instance[0].BackupInstanceName is not an expected parameter value type. -BackupInstanceName Use correct parameter value type. Expected Type is string. Now the type is .(Command).
⚠️ Start-AzDataProtectionBackupInstanceRestore 7 6 Mismatched_Parameter_Value_Type Initialize-AzDataProtectionRestoreRequest -RecoveryPoint $rp[0].Property.RecoveryPointId is not an expected parameter value type. -RecoveryPoint Use correct parameter value type. Expected Type is string. Now the type is .(Command).
⚠️ Start-AzDataProtectionBackupInstanceRestore 7 6 Unassigned_Variable Initialize-AzDataProtectionRestoreRequest -TargetResourceIdForRestoreAsFile $targetContainerArmId is a null-valued parameter value. -TargetResourceIdForRestoreAsFile Assign value for $targetContainerArmId.
⚠️ Start-AzDataProtectionBackupInstanceRestore 7 8 Mismatched_Parameter_Value_Type Start-AzDataProtectionBackupInstanceRestore -BackupInstanceName $instance.BackupInstanceName is not an expected parameter value type. -BackupInstanceName Use correct parameter value type. Expected Type is string. Now the type is .(Command).
⚠️ Start-AzDataProtectionBackupInstanceRestore 8 1 Unassigned_Variable Start-AzDataProtectionBackupInstanceRestore -BackupInstanceName $instance.Name is a null-valued parameter value. -BackupInstanceName Assign value for $instance.Name.
⚠️ Start-AzDataProtectionBackupInstanceRestore 8 1 Unassigned_Variable Start-AzDataProtectionBackupInstanceRestore -ResourceGroupName $ResourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $ResourceGroupName.
⚠️ Start-AzDataProtectionBackupInstanceRestore 8 1 Unassigned_Variable Start-AzDataProtectionBackupInstanceRestore -VaultName $vaultName is a null-valued parameter value. -VaultName Assign value for $vaultName.
⚠️ Start-AzDataProtectionBackupInstanceRestore 8 1 Unassigned_Variable Start-AzDataProtectionBackupInstanceRestore -SubscriptionId $SubscriptionId is a null-valued parameter value. -SubscriptionId Assign value for $SubscriptionId.
⚠️ Start-AzDataProtectionBackupInstanceRestore 8 1 Unassigned_Variable Start-AzDataProtectionBackupInstanceRestore -Parameter $OssRestoreReq is a null-valued parameter value. -Parameter Assign value for $OssRestoreReq.
⚠️ Start-AzDataProtectionBackupInstanceRestore 9 5 Unassigned_Variable Initialize-AzDataProtectionRestoreRequest -RestoreLocation $vault.Location is a null-valued parameter value. -RestoreLocation Assign value for $vault.Location.
⚠️ Start-AzDataProtectionBackupInstanceRestore 9 5 Mismatched_Parameter_Value_Type Initialize-AzDataProtectionRestoreRequest -RecoveryPoint $rps[0].Property.RecoveryPointId is not an expected parameter value type. -RecoveryPoint Use correct parameter value type. Expected Type is string. Now the type is .(Command).
⚠️ Start-AzDataProtectionBackupInstanceRestore 9 6 Unassigned_Variable Set-AzDataProtectionMSIPermission -SubscriptionId $SubscriptionId is a null-valued parameter value. -SubscriptionId Assign value for $SubscriptionId.
⚠️ Start-AzDataProtectionBackupInstanceRestore 9 7 Mismatched_Parameter_Value_Type Test-AzDataProtectionBackupInstanceRestore -Name $instance.BackupInstanceName is not an expected parameter value type. -Name Use correct parameter value type. Expected Type is string. Now the type is .(Command).
⚠️ Start-AzDataProtectionBackupInstanceRestore 9 8 Mismatched_Parameter_Value_Type Start-AzDataProtectionBackupInstanceRestore -BackupInstanceName $instance.BackupInstanceName is not an expected parameter value type. -BackupInstanceName Use correct parameter value type. Expected Type is string. Now the type is .(Command).
⚠️ Start-AzDataProtectionBackupInstanceRestore 10 9 Mismatched_Parameter_Value_Type Initialize-AzDataProtectionRestoreRequest -ContainersList $backedUpContainers[0,1] is not an expected parameter value type. -ContainersList Use correct parameter value type. Expected Type is string. Now the type is .(Command).
⚠️ Start-AzDataProtectionBackupInstanceRestore 10 11 Mismatched_Parameter_Value_Type Start-AzDataProtectionBackupInstanceRestore -BackupInstanceName $instance.BackupInstanceName is not an expected parameter value type. -BackupInstanceName Use correct parameter value type. Expected Type is string. Now the type is .(Command).
⚠️ Start-AzDataProtectionBackupInstanceRestore 10 11 Mismatched_Parameter_Value_Type Start-AzDataProtectionBackupInstanceRestore -Parameter $restoreJobILR is not an expected parameter value type. -Parameter Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IAzureBackupRestoreRequest. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IOperationJobExtendedInfo.(Command).
⚠️ Start-AzDataProtectionBackupInstanceRestore 11 15 Mismatched_Parameter_Value_Type Initialize-AzDataProtectionRestoreRequest -RecoveryPoint $rp[0].Property.RecoveryPointId is not an expected parameter value type. -RecoveryPoint Use correct parameter value type. Expected Type is string. Now the type is .(Command).
⚠️ Start-AzDataProtectionBackupInstanceRestore 11 21 Mismatched_Parameter_Value_Type Test-AzDataProtectionBackupInstanceRestore -Name $instance.BackupInstanceName is not an expected parameter value type. -Name Use correct parameter value type. Expected Type is string. Now the type is .(Command).
⚠️ Start-AzDataProtectionBackupInstanceRestore 11 23 Mismatched_Parameter_Value_Type Start-AzDataProtectionBackupInstanceRestore -BackupInstanceName $instance.BackupInstanceName is not an expected parameter value type. -BackupInstanceName Use correct parameter value type. Expected Type is string. Now the type is .(Command).
⚠️ Stop-AzDataProtectionBackupInstanceProtection 1 1 Unassigned_Variable Stop-AzDataProtectionBackupInstanceProtection -BackupInstanceName $backupInstance.BackupInstanceName is a null-valued parameter value. -BackupInstanceName Assign value for $backupInstance.BackupInstanceName.
⚠️ Suspend-AzDataProtectionBackupInstanceBackup 1 1 Unassigned_Variable Suspend-AzDataProtectionBackupInstanceBackup -BackupInstanceName $backupInstance.BackupInstanceName is a null-valued parameter value. -BackupInstanceName Assign value for $backupInstance.BackupInstanceName.
⚠️ Unlock-AzDataProtectionResourceGuardOperation 1 9 Is_Alias fl is an alias of 'Format-List'. fl Use formal name 'Format-List' of the alias 'fl'.
⚠️ Unlock-AzDataProtectionResourceGuardOperation 1 1 Unassigned_Variable Get-AzDataProtectionResourceGuardMapping -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Unlock-AzDataProtectionResourceGuardOperation 1 1 Unassigned_Variable Get-AzDataProtectionResourceGuardMapping -VaultName $vaultName is a null-valued parameter value. -VaultName Assign value for $vaultName.
⚠️ Unlock-AzDataProtectionResourceGuardOperation 1 1 Unassigned_Variable Get-AzDataProtectionResourceGuardMapping -SubscriptionId $subscriptionId is a null-valued parameter value. -SubscriptionId Assign value for $subscriptionId.
⚠️ Unlock-AzDataProtectionResourceGuardOperation 1 6 Unassigned_Variable Get-AzDataProtectionBackupInstance -SubscriptionId $subscriptionId is a null-valued parameter value. -SubscriptionId Assign value for $subscriptionId.
⚠️ Unlock-AzDataProtectionResourceGuardOperation 1 6 Unassigned_Variable Get-AzDataProtectionBackupInstance -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Unlock-AzDataProtectionResourceGuardOperation 1 6 Unassigned_Variable Get-AzDataProtectionBackupInstance -VaultName $vaultName is a null-valued parameter value. -VaultName Assign value for $vaultName.
⚠️ Unlock-AzDataProtectionResourceGuardOperation 1 8 Unassigned_Variable Unlock-AzDataProtectionResourceGuardOperation -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Unlock-AzDataProtectionResourceGuardOperation 1 8 Unassigned_Variable Unlock-AzDataProtectionResourceGuardOperation -SubscriptionId $subscriptionId is a null-valued parameter value. -SubscriptionId Assign value for $subscriptionId.
⚠️ Unlock-AzDataProtectionResourceGuardOperation 1 8 Unassigned_Variable Unlock-AzDataProtectionResourceGuardOperation -VaultName $vault.Name is a null-valued parameter value. -VaultName Assign value for $vault.Name.
⚠️ Unlock-AzDataProtectionResourceGuardOperation 1 8 Mismatched_Parameter_Value_Type Unlock-AzDataProtectionResourceGuardOperation -ResourceGuardOperationRequest $resourceGuardOperationRequest is not an expected parameter value type. -ResourceGuardOperationRequest Use correct parameter value type. Expected Type is string. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IResourceGuardProxyBaseResource.(Command).
⚠️ Unlock-AzDataProtectionResourceGuardOperation 1 11 Unassigned_Variable Remove-AzDataProtectionBackupInstance -SubscriptionId $subscriptionId is a null-valued parameter value. -SubscriptionId Assign value for $subscriptionId.
⚠️ Unlock-AzDataProtectionResourceGuardOperation 1 11 Unassigned_Variable Remove-AzDataProtectionBackupInstance -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Unlock-AzDataProtectionResourceGuardOperation 1 11 Unassigned_Variable Remove-AzDataProtectionBackupInstance -VaultName $vaultName is a null-valued parameter value. -VaultName Assign value for $vaultName.
⚠️ Unlock-AzDataProtectionResourceGuardOperation 2 5 Is_Alias fl is an alias of 'Format-List'. fl Use formal name 'Format-List' of the alias 'fl'.
⚠️ Unlock-AzDataProtectionResourceGuardOperation 2 2 Unassigned_Variable Get-AzDataProtectionBackupInstance -SubscriptionId $subscriptionId is a null-valued parameter value. -SubscriptionId Assign value for $subscriptionId.
⚠️ Unlock-AzDataProtectionResourceGuardOperation 2 2 Unassigned_Variable Get-AzDataProtectionBackupInstance -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Unlock-AzDataProtectionResourceGuardOperation 2 2 Unassigned_Variable Get-AzDataProtectionBackupInstance -VaultName $vaultName is a null-valued parameter value. -VaultName Assign value for $vaultName.
⚠️ Unlock-AzDataProtectionResourceGuardOperation 2 4 Unassigned_Variable Unlock-AzDataProtectionResourceGuardOperation -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Unlock-AzDataProtectionResourceGuardOperation 2 4 Unassigned_Variable Unlock-AzDataProtectionResourceGuardOperation -SubscriptionId $subscriptionId is a null-valued parameter value. -SubscriptionId Assign value for $subscriptionId.
⚠️ Unlock-AzDataProtectionResourceGuardOperation 2 4 Unassigned_Variable Unlock-AzDataProtectionResourceGuardOperation -VaultName $vault.Name is a null-valued parameter value. -VaultName Assign value for $vault.Name.
⚠️ Unlock-AzDataProtectionResourceGuardOperation 2 7 Unassigned_Variable Remove-AzDataProtectionBackupInstance -SubscriptionId $subscriptionId is a null-valued parameter value. -SubscriptionId Assign value for $subscriptionId.
⚠️ Unlock-AzDataProtectionResourceGuardOperation 2 7 Unassigned_Variable Remove-AzDataProtectionBackupInstance -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Unlock-AzDataProtectionResourceGuardOperation 2 7 Unassigned_Variable Remove-AzDataProtectionBackupInstance -VaultName $vaultName is a null-valued parameter value. -VaultName Assign value for $vaultName.
⚠️ Unlock-AzDataProtectionResourceGuardOperation 3 5 Is_Alias fl is an alias of 'Format-List'. fl Use formal name 'Format-List' of the alias 'fl'.
⚠️ Unlock-AzDataProtectionResourceGuardOperation 3 2 Unassigned_Variable Get-AzDataProtectionResourceGuardMapping -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Unlock-AzDataProtectionResourceGuardOperation 3 2 Unassigned_Variable Get-AzDataProtectionResourceGuardMapping -VaultName $vaultName is a null-valued parameter value. -VaultName Assign value for $vaultName.
⚠️ Unlock-AzDataProtectionResourceGuardOperation 3 2 Unassigned_Variable Get-AzDataProtectionResourceGuardMapping -SubscriptionId $subscriptionId is a null-valued parameter value. -SubscriptionId Assign value for $subscriptionId.
⚠️ Unlock-AzDataProtectionResourceGuardOperation 3 4 Unassigned_Variable Unlock-AzDataProtectionResourceGuardOperation -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Unlock-AzDataProtectionResourceGuardOperation 3 4 Unassigned_Variable Unlock-AzDataProtectionResourceGuardOperation -SubscriptionId $subscriptionId is a null-valued parameter value. -SubscriptionId Assign value for $subscriptionId.
⚠️ Unlock-AzDataProtectionResourceGuardOperation 3 4 Unassigned_Variable Unlock-AzDataProtectionResourceGuardOperation -VaultName $vault.Name is a null-valued parameter value. -VaultName Assign value for $vault.Name.
⚠️ Unlock-AzDataProtectionResourceGuardOperation 3 7 Unassigned_Variable Remove-AzDataProtectionResourceGuardMapping -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Unlock-AzDataProtectionResourceGuardOperation 3 7 Unassigned_Variable Remove-AzDataProtectionResourceGuardMapping -SubscriptionId $subscriptionId is a null-valued parameter value. -SubscriptionId Assign value for $subscriptionId.
⚠️ Unlock-AzDataProtectionResourceGuardOperation 3 7 Unassigned_Variable Remove-AzDataProtectionResourceGuardMapping -VaultName $vaultName is a null-valued parameter value. -VaultName Assign value for $vaultName.
⚠️ Update-AzDataProtectionBackupInstance 1 1 Unassigned_Variable Search-AzDataProtectionBackupInstanceInAzGraph -Subscription $subscriptionId is a null-valued parameter value. -Subscription Assign value for $subscriptionId.
⚠️ Update-AzDataProtectionBackupInstance 1 1 Unassigned_Variable Search-AzDataProtectionBackupInstanceInAzGraph -ResourceGroup $resourceGroupName is a null-valued parameter value. -ResourceGroup Assign value for $resourceGroupName.
⚠️ Update-AzDataProtectionBackupInstance 1 1 Unassigned_Variable Search-AzDataProtectionBackupInstanceInAzGraph -Vault $vaultName is a null-valued parameter value. -Vault Assign value for $vaultName.
⚠️ Update-AzDataProtectionBackupInstance 1 2 Unassigned_Variable Get-AzDataProtectionBackupPolicy -SubscriptionId $subscriptionId is a null-valued parameter value. -SubscriptionId Assign value for $subscriptionId.
⚠️ Update-AzDataProtectionBackupInstance 1 2 Unassigned_Variable Get-AzDataProtectionBackupPolicy -VaultName $vaultName is a null-valued parameter value. -VaultName Assign value for $vaultName.
⚠️ Update-AzDataProtectionBackupInstance 1 2 Unassigned_Variable Get-AzDataProtectionBackupPolicy -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Update-AzDataProtectionBackupInstance 1 4 Unassigned_Variable Update-AzDataProtectionBackupInstance -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Update-AzDataProtectionBackupInstance 1 4 Unassigned_Variable Update-AzDataProtectionBackupInstance -VaultName $vaultName is a null-valued parameter value. -VaultName Assign value for $vaultName.
⚠️ Update-AzDataProtectionBackupInstance 1 4 Mismatched_Parameter_Value_Type Update-AzDataProtectionBackupInstance -BackupInstanceName $instance.Name is not an expected parameter value type. -BackupInstanceName Use correct parameter value type. Expected Type is string. Now the type is .(Command).
⚠️ Update-AzDataProtectionBackupInstance 1 4 Unassigned_Variable Update-AzDataProtectionBackupInstance -SubscriptionId $subscriptionId is a null-valued parameter value. -SubscriptionId Assign value for $subscriptionId.
⚠️ Update-AzDataProtectionBackupInstance 1 4 Mismatched_Parameter_Value_Type Update-AzDataProtectionBackupInstance -VaultedBackupContainer $backedUpContainers[0,2,4] is not an expected parameter value type. -VaultedBackupContainer Use correct parameter value type. Expected Type is string. Now the type is .(Command).
️✔️Help File Existence Check
️✔️PowerShell Core - Windows
⚠️File Change Check
⚠️PowerShell Core - Windows
Type Cmdlet Description Remediation
⚠️ It is required to update ChangeLog.md if you want to release a new version for Az.DataProtection. Add a changelog record under Upcoming Release section with past tense.
️✔️UX Metadata Check
️✔️PowerShell Core - Windows
️✔️Test
️✔️PowerShell Core - Linux
️✔️PowerShell Core - MacOS
️✔️PowerShell Core - Windows

@vidai-msft
Copy link
Contributor

/azp run

Copy link
Contributor

Azure Pipelines successfully started running 3 pipeline(s).

Copy link

‼️ DO NOT MERGE THIS PR ‼️
This PR was labeled "Do Not Merge" because it contains code change that cannot be merged. Please contact the reviewer for more information.

@msJinLei msJinLei marked this pull request as draft November 14, 2024 02:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants