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

Migrate DataProtection from generation to main #24389

Merged
merged 1 commit into from
Mar 17, 2024
Merged

Conversation

azure-powershell-bot
Copy link
Collaborator

Description

Migrate DataProtection from generation to main
The last commit of src/DataProtection in generation is:
commit a579656 Author: Himanshu Agarwal hiaga@microsoft.com Date: Mon Dec 25 16:38:36 2023 +0530 [Az.DataProtection] Added support for Cross region restore for Backup vaults (#23818) * Added support for Cross region restore for Backup vaults * fixed Analyse issues * re-recorded failed tests * resolved issue with HttpPipelinePrepend * added no-inline

Checklist

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

Copy link

azure-client-tools-bot-prd bot commented Mar 17, 2024

️✔️Az.Accounts
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Az.DataProtection
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Breaking Change Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - 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-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.
⚠️Windows PowerShell - 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-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
⚠️ Edit-AzDataProtectionPolicyRetentionRuleClientObject 2 1 Unassigned_Variable Edit-AzDataProtectionPolicyRetentionRuleClientObject -Policy $pol is a null-valued parameter value. -Policy Assign value for $pol.
⚠️ New-AzDataProtectionBackupConfigurationClientObject 2 1 Unassigned_Variable Get-AzStorageAccount -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ New-AzDataProtectionBackupConfigurationClientObject 2 1 Unassigned_Variable Get-AzStorageAccount -Name $storageAccountName is a null-valued parameter value. -Name Assign value for $storageAccountName.
⚠️ Backup-AzDataProtectionBackupInstanceAdhoc 2 2 Unassigned_Variable Get-AzDataProtectionBackupPolicy -SubscriptionId $sub is a null-valued parameter value. -SubscriptionId Assign value for $sub.
⚠️ Backup-AzDataProtectionBackupInstanceAdhoc 2 3 Mismatched_Parameter_Value_Type Backup-AzDataProtectionBackupInstanceAdhoc -BackupRuleOptionRuleName $policy.Property.PolicyRule[0].Name is not an expected parameter value type. -BackupRuleOptionRuleName Use correct parameter value type. Expected Type is string. Now the type is .(Command).
⚠️ Backup-AzDataProtectionBackupInstanceAdhoc 2 3 Mismatched_Parameter_Value_Type Backup-AzDataProtectionBackupInstanceAdhoc -TriggerOptionRetentionTagOverride $policy.Property.PolicyRule[0].Trigger.TaggingCriterion[0].TagInfoTagName is not an expected parameter value type. -TriggerOptionRetentionTagOverride Use correct parameter value type. Expected Type is string. Now the type is .(Command).
⚠️ Backup-AzDataProtectionBackupInstanceAdhoc 2 9 Unassigned_Variable Get-AzDataProtectionJob -SubscriptionId $sub is a null-valued parameter value. -SubscriptionId Assign value for $sub.
⚠️ Backup-AzDataProtectionBackupInstanceAdhoc 2 9 Unassigned_Variable Get-AzDataProtectionJob -ResourceGroupName $rgName is a null-valued parameter value. -ResourceGroupName Assign value for $rgName.
⚠️ Backup-AzDataProtectionBackupInstanceAdhoc 2 9 Unassigned_Variable Get-AzDataProtectionJob -VaultName $vaultName is a null-valued parameter value. -VaultName Assign value for $vaultName.
⚠️ Edit-AzDataProtectionPolicyRetentionRuleClientObject 2 1 Unassigned_Variable Edit-AzDataProtectionPolicyRetentionRuleClientObject -Policy $pol is a null-valued parameter value. -Policy Assign value for $pol.
⚠️ Edit-AzDataProtectionPolicyTagClientObject 1 2 Unassigned_Variable Edit-AzDataProtectionPolicyTagClientObject -Policy $pol is a null-valued parameter value. -Policy Assign value for $pol.
⚠️ Edit-AzDataProtectionPolicyTagClientObject 2 1 Unassigned_Variable Edit-AzDataProtectionPolicyTagClientObject -Policy $pol is a null-valued parameter value. -Policy Assign value for $pol.
⚠️ Edit-AzDataProtectionPolicyTriggerClientObject 1 2 Unassigned_Variable Edit-AzDataProtectionPolicyTriggerClientObject -Policy $pol is a null-valued parameter value. -Policy Assign value for $pol.
⚠️ Find-AzDataProtectionRestorableTimeRange 1 4 Mismatched_Parameter_Value_Type Find-AzDataProtectionRestorableTimeRange -BackupInstanceName $instances[0].BackupInstanceName is not an expected parameter value type. -BackupInstanceName Use correct parameter value type. Expected Type is string. Now the type is .(Command).
⚠️ Get-AzDataProtectionOperationStatus 1 1 Unassigned_Variable Test-AzDataProtectionBackupInstanceReadiness -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Get-AzDataProtectionOperationStatus 1 1 Unassigned_Variable Test-AzDataProtectionBackupInstanceReadiness -VaultName $vaultName is a null-valued parameter value. -VaultName Assign value for $vaultName.
⚠️ Get-AzDataProtectionOperationStatus 1 1 Unassigned_Variable Test-AzDataProtectionBackupInstanceReadiness -SubscriptionId $subId is a null-valued parameter value. -SubscriptionId Assign value for $subId.
⚠️ Get-AzDataProtectionOperationStatus 1 1 Unassigned_Variable Test-AzDataProtectionBackupInstanceReadiness -BackupInstance $backupInstanceClientObject.Property is a null-valued parameter value. -BackupInstance Assign value for $backupInstanceClientObject.Property.
⚠️ Get-AzDataProtectionOperationStatus 1 3 Mismatched_Parameter_Value_Type Get-AzDataProtectionOperationStatus -OperationId $operationId is not an expected parameter value type. -OperationId Use correct parameter value type. Expected Type is string. Now the type is .(Command).
⚠️ Get-AzDataProtectionOperationStatus 1 3 Unassigned_Variable Get-AzDataProtectionOperationStatus -Location $vault.Location is a null-valued parameter value. -Location Assign value for $vault.Location.
⚠️ Get-AzDataProtectionOperationStatus 1 3 Unassigned_Variable Get-AzDataProtectionOperationStatus -SubscriptionId $subId is a null-valued parameter value. -SubscriptionId Assign value for $subId.
⚠️ Get-AzDataProtectionOperationStatus 1 4 Mismatched_Parameter_Value_Type Get-AzDataProtectionOperationStatus -OperationId $operationId is not an expected parameter value type. -OperationId Use correct parameter value type. Expected Type is string. Now the type is .(Command).
⚠️ Get-AzDataProtectionOperationStatus 1 4 Unassigned_Variable Get-AzDataProtectionOperationStatus -Location $vault.Location is a null-valued parameter value. -Location Assign value for $vault.Location.
⚠️ Get-AzDataProtectionOperationStatus 1 4 Unassigned_Variable Get-AzDataProtectionOperationStatus -SubscriptionId $subId is a null-valued parameter value. -SubscriptionId Assign value for $subId.
⚠️ Get-AzDataProtectionRecoveryPoint 3 2 Mismatched_Parameter_Value_Type Get-AzDataProtectionRecoveryPoint -BackupInstanceName $instance[2].Name is not an expected parameter value type. -BackupInstanceName Use correct parameter value type. Expected Type is string. Now the type is .(Command).
⚠️ Get-AzDataProtectionResourceGuardMapping 1 2 Is_Alias fl is an alias of 'Format-List'. fl Use formal name 'Format-List' of the alias 'fl'.
⚠️ Get-AzDataProtectionResourceGuardMapping 1 1 Unassigned_Variable Get-AzDataProtectionResourceGuardMapping -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Get-AzDataProtectionResourceGuardMapping 1 1 Unassigned_Variable Get-AzDataProtectionResourceGuardMapping -VaultName $vaultName is a null-valued parameter value. -VaultName Assign value for $vaultName.
⚠️ Get-AzDataProtectionResourceGuardMapping 1 1 Unassigned_Variable Get-AzDataProtectionResourceGuardMapping -SubscriptionId $subscriptionId is a null-valued parameter value. -SubscriptionId Assign value for $subscriptionId.
⚠️ Get-AzDataProtectionSoftDeletedBackupInstance 1 1 Unassigned_Variable Get-AzDataProtectionSoftDeletedBackupInstance -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Get-AzDataProtectionSoftDeletedBackupInstance 1 1 Unassigned_Variable Get-AzDataProtectionSoftDeletedBackupInstance -SubscriptionId $subscriptionId is a null-valued parameter value. -SubscriptionId Assign value for $subscriptionId.
⚠️ Get-AzDataProtectionSoftDeletedBackupInstance 1 1 Unassigned_Variable Get-AzDataProtectionSoftDeletedBackupInstance -VaultName $vaultName is a null-valued parameter value. -VaultName Assign value for $vaultName.
⚠️ Initialize-AzDataProtectionBackupInstance 2 1 Is_Alias where is an alias of 'Where-Object'. where {$_.Name -eq 'policyName'} Use formal name 'Where-Object' of the alias 'where'.
⚠️ Initialize-AzDataProtectionRestoreRequest 2 4 Mismatched_Parameter_Value_Type Find-AzDataProtectionRestorableTimeRange -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).
⚠️ Initialize-AzDataProtectionRestoreRequest 2 5 Unassigned_Variable Initialize-AzDataProtectionRestoreRequest -RestoreLocation $vault.Location is a null-valued parameter value. -RestoreLocation Assign value for $vault.Location.
⚠️ Initialize-AzDataProtectionRestoreRequest 2 5 Mismatched_Parameter_Value_Type Get-Date -Date $pointInTimeRange.RestorableTimeRange.EndTime is not an expected parameter value type. -Date Use correct parameter value type. Expected Type is datetime. Now the type is .(Command).
⚠️ Initialize-AzDataProtectionRestoreRequest 3 4 Mismatched_Parameter_Value_Type Find-AzDataProtectionRestorableTimeRange -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).
⚠️ Initialize-AzDataProtectionRestoreRequest 3 5 Unassigned_Variable Initialize-AzDataProtectionRestoreRequest -RestoreLocation $vault.Location is a null-valued parameter value. -RestoreLocation Assign value for $vault.Location.
⚠️ Initialize-AzDataProtectionRestoreRequest 3 5 Unassigned_Variable Initialize-AzDataProtectionRestoreRequest -BackupInstance $instances[0] is a null-valued parameter value. -BackupInstance Assign value for $instances[0].
⚠️ Initialize-AzDataProtectionRestoreRequest 4 4 Mismatched_Parameter_Value_Type Find-AzDataProtectionRestorableTimeRange -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).
⚠️ Initialize-AzDataProtectionRestoreRequest 4 5 Unassigned_Variable Initialize-AzDataProtectionRestoreRequest -RestoreLocation $vault.Location is a null-valued parameter value. -RestoreLocation Assign value for $vault.Location.
⚠️ Initialize-AzDataProtectionRestoreRequest 4 5 Unassigned_Variable Initialize-AzDataProtectionRestoreRequest -BackupInstance $instances[0] is a null-valued parameter value. -BackupInstance Assign value for $instances[0].
⚠️ Initialize-AzDataProtectionRestoreRequest 5 1 Unassigned_Variable Search-AzDataProtectionBackupVaultInAzGraph -ResourceGroup $ResourceGroupName is a null-valued parameter value. -ResourceGroup Assign value for $ResourceGroupName.
⚠️ Initialize-AzDataProtectionRestoreRequest 5 1 Unassigned_Variable Search-AzDataProtectionBackupVaultInAzGraph -Subscription $SubscriptionId is a null-valued parameter value. -Subscription Assign value for $SubscriptionId.
⚠️ Initialize-AzDataProtectionRestoreRequest 5 1 Unassigned_Variable Search-AzDataProtectionBackupVaultInAzGraph -Vault $VaultName is a null-valued parameter value. -Vault Assign value for $VaultName.
⚠️ Initialize-AzDataProtectionRestoreRequest 5 2 Unassigned_Variable Search-AzDataProtectionBackupInstanceInAzGraph -Subscription $subscriptionId is a null-valued parameter value. -Subscription Assign value for $subscriptionId.
⚠️ Initialize-AzDataProtectionRestoreRequest 5 2 Unassigned_Variable Search-AzDataProtectionBackupInstanceInAzGraph -ResourceGroup $resourceGroupName is a null-valued parameter value. -ResourceGroup Assign value for $resourceGroupName.
⚠️ Initialize-AzDataProtectionRestoreRequest 5 2 Unassigned_Variable Search-AzDataProtectionBackupInstanceInAzGraph -Vault $vaultName is a null-valued parameter value. -Vault Assign value for $vaultName.
⚠️ Initialize-AzDataProtectionRestoreRequest 5 3 Mismatched_Parameter_Value_Type Get-AzDataProtectionRecoveryPoint -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).
⚠️ Initialize-AzDataProtectionRestoreRequest 5 3 Unassigned_Variable Get-AzDataProtectionRecoveryPoint -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Initialize-AzDataProtectionRestoreRequest 5 3 Unassigned_Variable Get-AzDataProtectionRecoveryPoint -VaultName $vaultName is a null-valued parameter value. -VaultName Assign value for $vaultName.
⚠️ Initialize-AzDataProtectionRestoreRequest 5 3 Unassigned_Variable Get-AzDataProtectionRecoveryPoint -SubscriptionId $subscriptionId is a null-valued parameter value. -SubscriptionId Assign value for $subscriptionId.
⚠️ Initialize-AzDataProtectionRestoreRequest 5 6 Mismatched_Parameter_Value_Type Initialize-AzDataProtectionRestoreRequest -RestoreLocation $vault.ReplicatedRegion[0] is not an expected parameter value type. -RestoreLocation Use correct parameter value type. Expected Type is string. Now the type is .(Command).
⚠️ Initialize-AzDataProtectionRestoreRequest 5 6 Mismatched_Parameter_Value_Type Initialize-AzDataProtectionRestoreRequest -RecoveryPoint $recoveryPointsCrr[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).
⚠️ Initialize-AzDataProtectionRestoreRequest 6 1 Unassigned_Variable Search-AzDataProtectionBackupVaultInAzGraph -ResourceGroup $ResourceGroupName is a null-valued parameter value. -ResourceGroup Assign value for $ResourceGroupName.
⚠️ Initialize-AzDataProtectionRestoreRequest 6 1 Unassigned_Variable Search-AzDataProtectionBackupVaultInAzGraph -Subscription $SubscriptionId is a null-valued parameter value. -Subscription Assign value for $SubscriptionId.
⚠️ Initialize-AzDataProtectionRestoreRequest 6 1 Unassigned_Variable Search-AzDataProtectionBackupVaultInAzGraph -Vault $VaultName is a null-valued parameter value. -Vault Assign value for $VaultName.
⚠️ Initialize-AzDataProtectionRestoreRequest 6 2 Unassigned_Variable Search-AzDataProtectionBackupInstanceInAzGraph -Subscription $subscriptionId is a null-valued parameter value. -Subscription Assign value for $subscriptionId.
⚠️ Initialize-AzDataProtectionRestoreRequest 6 2 Unassigned_Variable Search-AzDataProtectionBackupInstanceInAzGraph -ResourceGroup $resourceGroupName is a null-valued parameter value. -ResourceGroup Assign value for $resourceGroupName.
⚠️ Initialize-AzDataProtectionRestoreRequest 6 2 Unassigned_Variable Search-AzDataProtectionBackupInstanceInAzGraph -Vault $vaultName is a null-valued parameter value. -Vault Assign value for $vaultName.
⚠️ Initialize-AzDataProtectionRestoreRequest 6 3 Mismatched_Parameter_Value_Type Get-AzDataProtectionRecoveryPoint -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).
⚠️ Initialize-AzDataProtectionRestoreRequest 6 3 Unassigned_Variable Get-AzDataProtectionRecoveryPoint -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Initialize-AzDataProtectionRestoreRequest 6 3 Unassigned_Variable Get-AzDataProtectionRecoveryPoint -VaultName $vaultName is a null-valued parameter value. -VaultName Assign value for $vaultName.
⚠️ Initialize-AzDataProtectionRestoreRequest 6 3 Unassigned_Variable Get-AzDataProtectionRecoveryPoint -SubscriptionId $subscriptionId is a null-valued parameter value. -SubscriptionId Assign value for $subscriptionId.
⚠️ Initialize-AzDataProtectionRestoreRequest 6 6 Mismatched_Parameter_Value_Type Initialize-AzDataProtectionRestoreRequest -RestoreLocation $vault.ReplicatedRegion[0] is not an expected parameter value type. -RestoreLocation Use correct parameter value type. Expected Type is string. Now the type is .(Command).
⚠️ Initialize-AzDataProtectionRestoreRequest 6 6 Mismatched_Parameter_Value_Type Initialize-AzDataProtectionRestoreRequest -RecoveryPoint $recoveryPointsCrr[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).
⚠️ New-AzDataProtectionBackupConfigurationClientObject 2 1 Unassigned_Variable Get-AzStorageAccount -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ New-AzDataProtectionBackupConfigurationClientObject 2 1 Unassigned_Variable Get-AzStorageAccount -Name $storageAccountName is a null-valued parameter value. -Name Assign value for $storageAccountName.
⚠️ New-AzDataProtectionBackupInstance 1 4 Unassigned_Variable Initialize-AzDataProtectionBackupInstance -DatasourceLocation $vault.Location is a null-valued parameter value. -DatasourceLocation Assign value for $vault.Location.
⚠️ New-AzDataProtectionBackupInstance 2 4 Unassigned_Variable Get-AzDataProtectionBackupVault -VaultName $vaultName is a null-valued parameter value. -VaultName Assign value for $vaultName.
⚠️ New-AzDataProtectionBackupInstance 3 1 Is_Alias where is an alias of 'Where-Object'. where {$_.Name -eq 'policyName'} Use formal name 'Where-Object' of the alias 'where'.
⚠️ New-AzDataProtectionBackupInstance 3 8 Unassigned_Variable New-AzDataProtectionBackupInstance -SubscriptionId $sub is a null-valued parameter value. -SubscriptionId Assign value for $sub.
⚠️ New-AzDataProtectionBackupInstance 4 2 Is_Alias Where is an alias of 'Where-Object'. Where { $_.Name -match 'vaultedPolicyName' } Use formal name 'Where-Object' of the alias 'Where'.
⚠️ New-AzDataProtectionBackupInstance 4 4 Mismatched_Parameter_Value_Type Initialize-AzDataProtectionBackupInstance -BackupConfiguration $backupConfig is not an expected parameter value type. -BackupConfiguration Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20231101.IBackupDatasourceParameters. Now the type is psobject.(Command).
⚠️ New-AzDataProtectionBackupInstance 4 8 Mismatched_Parameter_Value_Type Get-AzDataProtectionOperationStatus -OperationId $operationId is not an expected parameter value type. -OperationId Use correct parameter value type. Expected Type is string. Now the type is .(Command).
⚠️ New-AzDataProtectionBackupVault 1 3 Mismatched_Parameter_Value_Type New-AzDataProtectionBackupVault -StorageSetting $storagesetting is not an expected parameter value type. -StorageSetting Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20231101.IStorageSetting. Now the type is psobject.(Command).
⚠️ New-AzDataProtectionBackupVault 2 3 Mismatched_Parameter_Value_Type New-AzDataProtectionBackupVault -StorageSetting $storagesetting is not an expected parameter value type. -StorageSetting Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20231101.IStorageSetting. Now the type is psobject.(Command).
⚠️ 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.
⚠️ Resume-AzDataProtectionBackupInstanceProtection 1 1 Unassigned_Variable Resume-AzDataProtectionBackupInstanceProtection -BackupInstanceName $backupInstance.BackupInstanceName is a null-valued parameter value. -BackupInstanceName Assign value for $backupInstance.BackupInstanceName.
⚠️ Search-AzDataProtectionBackupVaultInAzGraph 1 1 Unassigned_Variable Search-AzDataProtectionBackupVaultInAzGraph -ResourceGroup $resourceGroupName is a null-valued parameter value. -ResourceGroup Assign value for $resourceGroupName.
⚠️ Search-AzDataProtectionBackupVaultInAzGraph 1 1 Unassigned_Variable Search-AzDataProtectionBackupVaultInAzGraph -Vault $vaultName is a null-valued parameter value. -Vault Assign value for $vaultName.
⚠️ Set-AzDataProtectionMSIPermission 1 1 Unassigned_Variable Set-AzDataProtectionMSIPermission -BackupInstance $instance is a null-valued parameter value. -BackupInstance Assign value for $instance.
⚠️ Set-AzDataProtectionMSIPermission 2 1 Unassigned_Variable Set-AzDataProtectionMSIPermission -BackupInstance $instance is a null-valued parameter value. -BackupInstance Assign value for $instance.
⚠️ Set-AzDataProtectionMSIPermission 3 1 Unassigned_Variable Set-AzDataProtectionMSIPermission -BackupInstance $instance is a null-valued parameter value. -BackupInstance Assign value for $instance.
⚠️ Set-AzDataProtectionMSIPermission 4 1 Unassigned_Variable Set-AzDataProtectionMSIPermission -BackupInstance $backupInstance is a null-valued parameter value. -BackupInstance Assign value for $backupInstance.
⚠️ Set-AzDataProtectionResourceGuardMapping 1 2 Is_Alias fl is an alias of 'Format-List'. fl Use formal name 'Format-List' of the alias 'fl'.
⚠️ Set-AzDataProtectionResourceGuardMapping 1 1 Unassigned_Variable Set-AzDataProtectionResourceGuardMapping -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Set-AzDataProtectionResourceGuardMapping 1 1 Unassigned_Variable Set-AzDataProtectionResourceGuardMapping -SubscriptionId $subscriptionId is a null-valued parameter value. -SubscriptionId Assign value for $subscriptionId.
⚠️ Set-AzDataProtectionResourceGuardMapping 1 1 Unassigned_Variable Set-AzDataProtectionResourceGuardMapping -VaultName $vaultName is a null-valued parameter value. -VaultName Assign value for $vaultName.
⚠️ Set-AzDataProtectionResourceGuardMapping 1 1 Unassigned_Variable Set-AzDataProtectionResourceGuardMapping -ResourceGuardId $resourceGuardARMId is a null-valued parameter value. -ResourceGuardId Assign value for $resourceGuardARMId.
⚠️ 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 1 Is_Alias Where is an alias of 'Where-Object'. Where { $_.Name -match 'aks-cluster-name' } Use formal name 'Where-Object' of the alias 'Where'.
⚠️ 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 5 Mismatched_Parameter_Value_Type Initialize-AzDataProtectionRestoreRequest -RestoreConfiguration $aksRestoreCriteria is not an expected parameter value type. -RestoreConfiguration Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20231101.KubernetesClusterRestoreCriteria. Now the type is psobject.(Command).
⚠️ 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 1 Is_Alias Where is an alias of 'Where-Object'. Where { $_.Name -match 'storageAcountName' } Use formal name 'Where-Object' of the alias 'Where'.
⚠️ 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 1 Is_Alias Where is an alias of 'Where-Object'. Where { $_.Name -match 'storageAcountName' } Use formal name 'Where-Object' of the alias 'Where'.
⚠️ 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 1 Is_Alias Where is an alias of 'Where-Object'. Where { $_.Property.DataSourceInfo.ResourceType -match 'Postgre' } Use formal name 'Where-Object' of the alias 'Where'.
⚠️ 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.
⚠️ 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.
⚠️ Sync-AzDataProtectionBackupInstance 1 1 Unassigned_Variable Sync-AzDataProtectionBackupInstance -BackupInstanceName $backupInstance.BackupInstanceName is a null-valued parameter value. -BackupInstanceName Assign value for $backupInstance.BackupInstanceName.
⚠️ Test-AzDataProtectionBackupInstanceRestore 1 2 Mismatched_Parameter_Value_Type Find-AzDataProtectionRestorableTimeRange -BackupInstanceName $instances[0].BackupInstanceName is not an expected parameter value type. -BackupInstanceName Use correct parameter value type. Expected Type is string. Now the type is .(Command).
⚠️ Test-AzDataProtectionBackupInstanceRestore 1 4 Mismatched_Parameter_Value_Type Get-Date -Date $pointInTimeRange.RestorableTimeRange.EndTime is not an expected parameter value type. -Date Use correct parameter value type. Expected Type is datetime. Now the type is .(Command).
⚠️ Test-AzDataProtectionBackupInstanceRestore 2 1 Unassigned_Variable Test-AzDataProtectionBackupInstanceRestore -ResourceGroupName $ResourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $ResourceGroupName.
⚠️ Test-AzDataProtectionBackupInstanceRestore 2 1 Unassigned_Variable Test-AzDataProtectionBackupInstanceRestore -Name $instance[0].Name is a null-valued parameter value. -Name Assign value for $instance[0].Name.
⚠️ Test-AzDataProtectionBackupInstanceRestore 2 1 Unassigned_Variable Test-AzDataProtectionBackupInstanceRestore -VaultName $VaultName is a null-valued parameter value. -VaultName Assign value for $VaultName.
⚠️ Test-AzDataProtectionBackupInstanceRestore 2 1 Unassigned_Variable Test-AzDataProtectionBackupInstanceRestore -RestoreRequest $RestoreRequestObject is a null-valued parameter value. -RestoreRequest Assign value for $RestoreRequestObject.
⚠️ Test-AzDataProtectionBackupInstanceRestore 2 1 Unassigned_Variable Test-AzDataProtectionBackupInstanceRestore -SubscriptionId $SubscriptionId is a null-valued parameter value. -SubscriptionId Assign value for $SubscriptionId.
⚠️ Undo-AzDataProtectionBackupInstanceDeletion 1 1 Unassigned_Variable Get-AzDataProtectionSoftDeletedBackupInstance -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Undo-AzDataProtectionBackupInstanceDeletion 1 1 Unassigned_Variable Get-AzDataProtectionSoftDeletedBackupInstance -SubscriptionId $subscriptionId is a null-valued parameter value. -SubscriptionId Assign value for $subscriptionId.
⚠️ Undo-AzDataProtectionBackupInstanceDeletion 1 1 Unassigned_Variable Get-AzDataProtectionSoftDeletedBackupInstance -VaultName $vaultName is a null-valued parameter value. -VaultName Assign value for $vaultName.
⚠️ Undo-AzDataProtectionBackupInstanceDeletion 1 2 Unassigned_Variable Undo-AzDataProtectionBackupInstanceDeletion -SubscriptionId $subscriptionId is a null-valued parameter value. -SubscriptionId Assign value for $subscriptionId.
⚠️ Undo-AzDataProtectionBackupInstanceDeletion 1 2 Unassigned_Variable Undo-AzDataProtectionBackupInstanceDeletion -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Undo-AzDataProtectionBackupInstanceDeletion 1 2 Unassigned_Variable Undo-AzDataProtectionBackupInstanceDeletion -VaultName $vaultName is a null-valued parameter value. -VaultName Assign value for $vaultName.
⚠️ 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.Api20231101.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-AzDataProtectionResourceGuard 1 4 Mismatched_Parameter_Value_Type Update-AzDataProtectionResourceGuard -CriticalOperationExclusionList $operationsToBeExcluded is not an expected parameter value type. -CriticalOperationExclusionList Use correct parameter value type. Expected Type is string. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20231101.IResourceGuardResource.(Command).
⚠️Windows PowerShell - Windows
Type Cmdlet Example Line RuleName Description Extent Remediation
⚠️ Edit-AzDataProtectionPolicyRetentionRuleClientObject 2 1 Unassigned_Variable Edit-AzDataProtectionPolicyRetentionRuleClientObject -Policy $pol is a null-valued parameter value. -Policy Assign value for $pol.
⚠️ New-AzDataProtectionBackupConfigurationClientObject 2 1 Unassigned_Variable Get-AzStorageAccount -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ New-AzDataProtectionBackupConfigurationClientObject 2 1 Unassigned_Variable Get-AzStorageAccount -Name $storageAccountName is a null-valued parameter value. -Name Assign value for $storageAccountName.
⚠️ Backup-AzDataProtectionBackupInstanceAdhoc 2 2 Unassigned_Variable Get-AzDataProtectionBackupPolicy -SubscriptionId $sub is a null-valued parameter value. -SubscriptionId Assign value for $sub.
⚠️ Backup-AzDataProtectionBackupInstanceAdhoc 2 3 Mismatched_Parameter_Value_Type Backup-AzDataProtectionBackupInstanceAdhoc -BackupRuleOptionRuleName $policy.Property.PolicyRule[0].Name is not an expected parameter value type. -BackupRuleOptionRuleName Use correct parameter value type. Expected Type is string. Now the type is .(Command).
⚠️ Backup-AzDataProtectionBackupInstanceAdhoc 2 3 Mismatched_Parameter_Value_Type Backup-AzDataProtectionBackupInstanceAdhoc -TriggerOptionRetentionTagOverride $policy.Property.PolicyRule[0].Trigger.TaggingCriterion[0].TagInfoTagName is not an expected parameter value type. -TriggerOptionRetentionTagOverride Use correct parameter value type. Expected Type is string. Now the type is .(Command).
⚠️ Backup-AzDataProtectionBackupInstanceAdhoc 2 9 Unassigned_Variable Get-AzDataProtectionJob -SubscriptionId $sub is a null-valued parameter value. -SubscriptionId Assign value for $sub.
⚠️ Backup-AzDataProtectionBackupInstanceAdhoc 2 9 Unassigned_Variable Get-AzDataProtectionJob -ResourceGroupName $rgName is a null-valued parameter value. -ResourceGroupName Assign value for $rgName.
⚠️ Backup-AzDataProtectionBackupInstanceAdhoc 2 9 Unassigned_Variable Get-AzDataProtectionJob -VaultName $vaultName is a null-valued parameter value. -VaultName Assign value for $vaultName.
⚠️ Edit-AzDataProtectionPolicyRetentionRuleClientObject 2 1 Unassigned_Variable Edit-AzDataProtectionPolicyRetentionRuleClientObject -Policy $pol is a null-valued parameter value. -Policy Assign value for $pol.
⚠️ Edit-AzDataProtectionPolicyTagClientObject 1 2 Unassigned_Variable Edit-AzDataProtectionPolicyTagClientObject -Policy $pol is a null-valued parameter value. -Policy Assign value for $pol.
⚠️ Edit-AzDataProtectionPolicyTagClientObject 2 1 Unassigned_Variable Edit-AzDataProtectionPolicyTagClientObject -Policy $pol is a null-valued parameter value. -Policy Assign value for $pol.
⚠️ Edit-AzDataProtectionPolicyTriggerClientObject 1 2 Unassigned_Variable Edit-AzDataProtectionPolicyTriggerClientObject -Policy $pol is a null-valued parameter value. -Policy Assign value for $pol.
⚠️ Find-AzDataProtectionRestorableTimeRange 1 4 Mismatched_Parameter_Value_Type Find-AzDataProtectionRestorableTimeRange -BackupInstanceName $instances[0].BackupInstanceName is not an expected parameter value type. -BackupInstanceName Use correct parameter value type. Expected Type is string. Now the type is .(Command).
⚠️ Get-AzDataProtectionOperationStatus 1 1 Unassigned_Variable Test-AzDataProtectionBackupInstanceReadiness -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Get-AzDataProtectionOperationStatus 1 1 Unassigned_Variable Test-AzDataProtectionBackupInstanceReadiness -VaultName $vaultName is a null-valued parameter value. -VaultName Assign value for $vaultName.
⚠️ Get-AzDataProtectionOperationStatus 1 1 Unassigned_Variable Test-AzDataProtectionBackupInstanceReadiness -SubscriptionId $subId is a null-valued parameter value. -SubscriptionId Assign value for $subId.
⚠️ Get-AzDataProtectionOperationStatus 1 1 Unassigned_Variable Test-AzDataProtectionBackupInstanceReadiness -BackupInstance $backupInstanceClientObject.Property is a null-valued parameter value. -BackupInstance Assign value for $backupInstanceClientObject.Property.
⚠️ Get-AzDataProtectionOperationStatus 1 3 Mismatched_Parameter_Value_Type Get-AzDataProtectionOperationStatus -OperationId $operationId is not an expected parameter value type. -OperationId Use correct parameter value type. Expected Type is string. Now the type is .(Command).
⚠️ Get-AzDataProtectionOperationStatus 1 3 Unassigned_Variable Get-AzDataProtectionOperationStatus -Location $vault.Location is a null-valued parameter value. -Location Assign value for $vault.Location.
⚠️ Get-AzDataProtectionOperationStatus 1 3 Unassigned_Variable Get-AzDataProtectionOperationStatus -SubscriptionId $subId is a null-valued parameter value. -SubscriptionId Assign value for $subId.
⚠️ Get-AzDataProtectionOperationStatus 1 4 Mismatched_Parameter_Value_Type Get-AzDataProtectionOperationStatus -OperationId $operationId is not an expected parameter value type. -OperationId Use correct parameter value type. Expected Type is string. Now the type is .(Command).
⚠️ Get-AzDataProtectionOperationStatus 1 4 Unassigned_Variable Get-AzDataProtectionOperationStatus -Location $vault.Location is a null-valued parameter value. -Location Assign value for $vault.Location.
⚠️ Get-AzDataProtectionOperationStatus 1 4 Unassigned_Variable Get-AzDataProtectionOperationStatus -SubscriptionId $subId is a null-valued parameter value. -SubscriptionId Assign value for $subId.
⚠️ Get-AzDataProtectionRecoveryPoint 3 2 Mismatched_Parameter_Value_Type Get-AzDataProtectionRecoveryPoint -BackupInstanceName $instance[2].Name is not an expected parameter value type. -BackupInstanceName Use correct parameter value type. Expected Type is string. Now the type is .(Command).
⚠️ Get-AzDataProtectionResourceGuardMapping 1 2 Is_Alias fl is an alias of 'Format-List'. fl Use formal name 'Format-List' of the alias 'fl'.
⚠️ Get-AzDataProtectionResourceGuardMapping 1 1 Unassigned_Variable Get-AzDataProtectionResourceGuardMapping -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Get-AzDataProtectionResourceGuardMapping 1 1 Unassigned_Variable Get-AzDataProtectionResourceGuardMapping -VaultName $vaultName is a null-valued parameter value. -VaultName Assign value for $vaultName.
⚠️ Get-AzDataProtectionResourceGuardMapping 1 1 Unassigned_Variable Get-AzDataProtectionResourceGuardMapping -SubscriptionId $subscriptionId is a null-valued parameter value. -SubscriptionId Assign value for $subscriptionId.
⚠️ Get-AzDataProtectionSoftDeletedBackupInstance 1 1 Unassigned_Variable Get-AzDataProtectionSoftDeletedBackupInstance -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Get-AzDataProtectionSoftDeletedBackupInstance 1 1 Unassigned_Variable Get-AzDataProtectionSoftDeletedBackupInstance -SubscriptionId $subscriptionId is a null-valued parameter value. -SubscriptionId Assign value for $subscriptionId.
⚠️ Get-AzDataProtectionSoftDeletedBackupInstance 1 1 Unassigned_Variable Get-AzDataProtectionSoftDeletedBackupInstance -VaultName $vaultName is a null-valued parameter value. -VaultName Assign value for $vaultName.
⚠️ Initialize-AzDataProtectionBackupInstance 2 1 Is_Alias where is an alias of 'Where-Object'. where {$_.Name -eq 'policyName'} Use formal name 'Where-Object' of the alias 'where'.
⚠️ Initialize-AzDataProtectionRestoreRequest 2 4 Mismatched_Parameter_Value_Type Find-AzDataProtectionRestorableTimeRange -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).
⚠️ Initialize-AzDataProtectionRestoreRequest 2 5 Unassigned_Variable Initialize-AzDataProtectionRestoreRequest -RestoreLocation $vault.Location is a null-valued parameter value. -RestoreLocation Assign value for $vault.Location.
⚠️ Initialize-AzDataProtectionRestoreRequest 2 5 Mismatched_Parameter_Value_Type Get-Date -Date $pointInTimeRange.RestorableTimeRange.EndTime is not an expected parameter value type. -Date Use correct parameter value type. Expected Type is datetime. Now the type is .(Command).
⚠️ Initialize-AzDataProtectionRestoreRequest 3 4 Mismatched_Parameter_Value_Type Find-AzDataProtectionRestorableTimeRange -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).
⚠️ Initialize-AzDataProtectionRestoreRequest 3 5 Unassigned_Variable Initialize-AzDataProtectionRestoreRequest -RestoreLocation $vault.Location is a null-valued parameter value. -RestoreLocation Assign value for $vault.Location.
⚠️ Initialize-AzDataProtectionRestoreRequest 3 5 Unassigned_Variable Initialize-AzDataProtectionRestoreRequest -BackupInstance $instances[0] is a null-valued parameter value. -BackupInstance Assign value for $instances[0].
⚠️ Initialize-AzDataProtectionRestoreRequest 4 4 Mismatched_Parameter_Value_Type Find-AzDataProtectionRestorableTimeRange -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).
⚠️ Initialize-AzDataProtectionRestoreRequest 4 5 Unassigned_Variable Initialize-AzDataProtectionRestoreRequest -RestoreLocation $vault.Location is a null-valued parameter value. -RestoreLocation Assign value for $vault.Location.
⚠️ Initialize-AzDataProtectionRestoreRequest 4 5 Unassigned_Variable Initialize-AzDataProtectionRestoreRequest -BackupInstance $instances[0] is a null-valued parameter value. -BackupInstance Assign value for $instances[0].
⚠️ Initialize-AzDataProtectionRestoreRequest 5 1 Unassigned_Variable Search-AzDataProtectionBackupVaultInAzGraph -ResourceGroup $ResourceGroupName is a null-valued parameter value. -ResourceGroup Assign value for $ResourceGroupName.
⚠️ Initialize-AzDataProtectionRestoreRequest 5 1 Unassigned_Variable Search-AzDataProtectionBackupVaultInAzGraph -Subscription $SubscriptionId is a null-valued parameter value. -Subscription Assign value for $SubscriptionId.
⚠️ Initialize-AzDataProtectionRestoreRequest 5 1 Unassigned_Variable Search-AzDataProtectionBackupVaultInAzGraph -Vault $VaultName is a null-valued parameter value. -Vault Assign value for $VaultName.
⚠️ Initialize-AzDataProtectionRestoreRequest 5 2 Unassigned_Variable Search-AzDataProtectionBackupInstanceInAzGraph -Subscription $subscriptionId is a null-valued parameter value. -Subscription Assign value for $subscriptionId.
⚠️ Initialize-AzDataProtectionRestoreRequest 5 2 Unassigned_Variable Search-AzDataProtectionBackupInstanceInAzGraph -ResourceGroup $resourceGroupName is a null-valued parameter value. -ResourceGroup Assign value for $resourceGroupName.
⚠️ Initialize-AzDataProtectionRestoreRequest 5 2 Unassigned_Variable Search-AzDataProtectionBackupInstanceInAzGraph -Vault $vaultName is a null-valued parameter value. -Vault Assign value for $vaultName.
⚠️ Initialize-AzDataProtectionRestoreRequest 5 3 Mismatched_Parameter_Value_Type Get-AzDataProtectionRecoveryPoint -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).
⚠️ Initialize-AzDataProtectionRestoreRequest 5 3 Unassigned_Variable Get-AzDataProtectionRecoveryPoint -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Initialize-AzDataProtectionRestoreRequest 5 3 Unassigned_Variable Get-AzDataProtectionRecoveryPoint -VaultName $vaultName is a null-valued parameter value. -VaultName Assign value for $vaultName.
⚠️ Initialize-AzDataProtectionRestoreRequest 5 3 Unassigned_Variable Get-AzDataProtectionRecoveryPoint -SubscriptionId $subscriptionId is a null-valued parameter value. -SubscriptionId Assign value for $subscriptionId.
⚠️ Initialize-AzDataProtectionRestoreRequest 5 6 Mismatched_Parameter_Value_Type Initialize-AzDataProtectionRestoreRequest -RestoreLocation $vault.ReplicatedRegion[0] is not an expected parameter value type. -RestoreLocation Use correct parameter value type. Expected Type is string. Now the type is .(Command).
⚠️ Initialize-AzDataProtectionRestoreRequest 5 6 Mismatched_Parameter_Value_Type Initialize-AzDataProtectionRestoreRequest -RecoveryPoint $recoveryPointsCrr[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).
⚠️ Initialize-AzDataProtectionRestoreRequest 6 1 Unassigned_Variable Search-AzDataProtectionBackupVaultInAzGraph -ResourceGroup $ResourceGroupName is a null-valued parameter value. -ResourceGroup Assign value for $ResourceGroupName.
⚠️ Initialize-AzDataProtectionRestoreRequest 6 1 Unassigned_Variable Search-AzDataProtectionBackupVaultInAzGraph -Subscription $SubscriptionId is a null-valued parameter value. -Subscription Assign value for $SubscriptionId.
⚠️ Initialize-AzDataProtectionRestoreRequest 6 1 Unassigned_Variable Search-AzDataProtectionBackupVaultInAzGraph -Vault $VaultName is a null-valued parameter value. -Vault Assign value for $VaultName.
⚠️ Initialize-AzDataProtectionRestoreRequest 6 2 Unassigned_Variable Search-AzDataProtectionBackupInstanceInAzGraph -Subscription $subscriptionId is a null-valued parameter value. -Subscription Assign value for $subscriptionId.
⚠️ Initialize-AzDataProtectionRestoreRequest 6 2 Unassigned_Variable Search-AzDataProtectionBackupInstanceInAzGraph -ResourceGroup $resourceGroupName is a null-valued parameter value. -ResourceGroup Assign value for $resourceGroupName.
⚠️ Initialize-AzDataProtectionRestoreRequest 6 2 Unassigned_Variable Search-AzDataProtectionBackupInstanceInAzGraph -Vault $vaultName is a null-valued parameter value. -Vault Assign value for $vaultName.
⚠️ Initialize-AzDataProtectionRestoreRequest 6 3 Mismatched_Parameter_Value_Type Get-AzDataProtectionRecoveryPoint -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).
⚠️ Initialize-AzDataProtectionRestoreRequest 6 3 Unassigned_Variable Get-AzDataProtectionRecoveryPoint -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Initialize-AzDataProtectionRestoreRequest 6 3 Unassigned_Variable Get-AzDataProtectionRecoveryPoint -VaultName $vaultName is a null-valued parameter value. -VaultName Assign value for $vaultName.
⚠️ Initialize-AzDataProtectionRestoreRequest 6 3 Unassigned_Variable Get-AzDataProtectionRecoveryPoint -SubscriptionId $subscriptionId is a null-valued parameter value. -SubscriptionId Assign value for $subscriptionId.
⚠️ Initialize-AzDataProtectionRestoreRequest 6 6 Mismatched_Parameter_Value_Type Initialize-AzDataProtectionRestoreRequest -RestoreLocation $vault.ReplicatedRegion[0] is not an expected parameter value type. -RestoreLocation Use correct parameter value type. Expected Type is string. Now the type is .(Command).
⚠️ Initialize-AzDataProtectionRestoreRequest 6 6 Mismatched_Parameter_Value_Type Initialize-AzDataProtectionRestoreRequest -RecoveryPoint $recoveryPointsCrr[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).
⚠️ New-AzDataProtectionBackupConfigurationClientObject 2 1 Unassigned_Variable Get-AzStorageAccount -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ New-AzDataProtectionBackupConfigurationClientObject 2 1 Unassigned_Variable Get-AzStorageAccount -Name $storageAccountName is a null-valued parameter value. -Name Assign value for $storageAccountName.
⚠️ New-AzDataProtectionBackupInstance 1 4 Unassigned_Variable Initialize-AzDataProtectionBackupInstance -DatasourceLocation $vault.Location is a null-valued parameter value. -DatasourceLocation Assign value for $vault.Location.
⚠️ New-AzDataProtectionBackupInstance 2 4 Unassigned_Variable Get-AzDataProtectionBackupVault -VaultName $vaultName is a null-valued parameter value. -VaultName Assign value for $vaultName.
⚠️ New-AzDataProtectionBackupInstance 3 1 Is_Alias where is an alias of 'Where-Object'. where {$_.Name -eq 'policyName'} Use formal name 'Where-Object' of the alias 'where'.
⚠️ New-AzDataProtectionBackupInstance 3 8 Unassigned_Variable New-AzDataProtectionBackupInstance -SubscriptionId $sub is a null-valued parameter value. -SubscriptionId Assign value for $sub.
⚠️ New-AzDataProtectionBackupInstance 4 2 Is_Alias Where is an alias of 'Where-Object'. Where { $_.Name -match 'vaultedPolicyName' } Use formal name 'Where-Object' of the alias 'Where'.
⚠️ New-AzDataProtectionBackupInstance 4 4 Mismatched_Parameter_Value_Type Initialize-AzDataProtectionBackupInstance -BackupConfiguration $backupConfig is not an expected parameter value type. -BackupConfiguration Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20231101.IBackupDatasourceParameters. Now the type is psobject.(Command).
⚠️ New-AzDataProtectionBackupInstance 4 8 Mismatched_Parameter_Value_Type Get-AzDataProtectionOperationStatus -OperationId $operationId is not an expected parameter value type. -OperationId Use correct parameter value type. Expected Type is string. Now the type is .(Command).
⚠️ New-AzDataProtectionBackupVault 1 3 Mismatched_Parameter_Value_Type New-AzDataProtectionBackupVault -StorageSetting $storagesetting is not an expected parameter value type. -StorageSetting Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20231101.IStorageSetting. Now the type is psobject.(Command).
⚠️ New-AzDataProtectionBackupVault 2 3 Mismatched_Parameter_Value_Type New-AzDataProtectionBackupVault -StorageSetting $storagesetting is not an expected parameter value type. -StorageSetting Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20231101.IStorageSetting. Now the type is psobject.(Command).
⚠️ 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.
⚠️ Resume-AzDataProtectionBackupInstanceProtection 1 1 Unassigned_Variable Resume-AzDataProtectionBackupInstanceProtection -BackupInstanceName $backupInstance.BackupInstanceName is a null-valued parameter value. -BackupInstanceName Assign value for $backupInstance.BackupInstanceName.
⚠️ Search-AzDataProtectionBackupVaultInAzGraph 1 1 Unassigned_Variable Search-AzDataProtectionBackupVaultInAzGraph -ResourceGroup $resourceGroupName is a null-valued parameter value. -ResourceGroup Assign value for $resourceGroupName.
⚠️ Search-AzDataProtectionBackupVaultInAzGraph 1 1 Unassigned_Variable Search-AzDataProtectionBackupVaultInAzGraph -Vault $vaultName is a null-valued parameter value. -Vault Assign value for $vaultName.
⚠️ Set-AzDataProtectionMSIPermission 1 1 Unassigned_Variable Set-AzDataProtectionMSIPermission -BackupInstance $instance is a null-valued parameter value. -BackupInstance Assign value for $instance.
⚠️ Set-AzDataProtectionMSIPermission 2 1 Unassigned_Variable Set-AzDataProtectionMSIPermission -BackupInstance $instance is a null-valued parameter value. -BackupInstance Assign value for $instance.
⚠️ Set-AzDataProtectionMSIPermission 3 1 Unassigned_Variable Set-AzDataProtectionMSIPermission -BackupInstance $instance is a null-valued parameter value. -BackupInstance Assign value for $instance.
⚠️ Set-AzDataProtectionMSIPermission 4 1 Unassigned_Variable Set-AzDataProtectionMSIPermission -BackupInstance $backupInstance is a null-valued parameter value. -BackupInstance Assign value for $backupInstance.
⚠️ Set-AzDataProtectionResourceGuardMapping 1 2 Is_Alias fl is an alias of 'Format-List'. fl Use formal name 'Format-List' of the alias 'fl'.
⚠️ Set-AzDataProtectionResourceGuardMapping 1 1 Unassigned_Variable Set-AzDataProtectionResourceGuardMapping -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Set-AzDataProtectionResourceGuardMapping 1 1 Unassigned_Variable Set-AzDataProtectionResourceGuardMapping -SubscriptionId $subscriptionId is a null-valued parameter value. -SubscriptionId Assign value for $subscriptionId.
⚠️ Set-AzDataProtectionResourceGuardMapping 1 1 Unassigned_Variable Set-AzDataProtectionResourceGuardMapping -VaultName $vaultName is a null-valued parameter value. -VaultName Assign value for $vaultName.
⚠️ Set-AzDataProtectionResourceGuardMapping 1 1 Unassigned_Variable Set-AzDataProtectionResourceGuardMapping -ResourceGuardId $resourceGuardARMId is a null-valued parameter value. -ResourceGuardId Assign value for $resourceGuardARMId.
⚠️ 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 1 Is_Alias Where is an alias of 'Where-Object'. Where { $_.Name -match 'aks-cluster-name' } Use formal name 'Where-Object' of the alias 'Where'.
⚠️ 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 5 Mismatched_Parameter_Value_Type Initialize-AzDataProtectionRestoreRequest -RestoreConfiguration $aksRestoreCriteria is not an expected parameter value type. -RestoreConfiguration Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20231101.KubernetesClusterRestoreCriteria. Now the type is psobject.(Command).
⚠️ 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 1 Is_Alias Where is an alias of 'Where-Object'. Where { $_.Name -match 'storageAcountName' } Use formal name 'Where-Object' of the alias 'Where'.
⚠️ 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 1 Is_Alias Where is an alias of 'Where-Object'. Where { $_.Name -match 'storageAcountName' } Use formal name 'Where-Object' of the alias 'Where'.
⚠️ 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 1 Is_Alias Where is an alias of 'Where-Object'. Where { $_.Property.DataSourceInfo.ResourceType -match 'Postgre' } Use formal name 'Where-Object' of the alias 'Where'.
⚠️ 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.
⚠️ 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.
⚠️ Sync-AzDataProtectionBackupInstance 1 1 Unassigned_Variable Sync-AzDataProtectionBackupInstance -BackupInstanceName $backupInstance.BackupInstanceName is a null-valued parameter value. -BackupInstanceName Assign value for $backupInstance.BackupInstanceName.
⚠️ Test-AzDataProtectionBackupInstanceRestore 1 2 Mismatched_Parameter_Value_Type Find-AzDataProtectionRestorableTimeRange -BackupInstanceName $instances[0].BackupInstanceName is not an expected parameter value type. -BackupInstanceName Use correct parameter value type. Expected Type is string. Now the type is .(Command).
⚠️ Test-AzDataProtectionBackupInstanceRestore 1 4 Mismatched_Parameter_Value_Type Get-Date -Date $pointInTimeRange.RestorableTimeRange.EndTime is not an expected parameter value type. -Date Use correct parameter value type. Expected Type is datetime. Now the type is .(Command).
⚠️ Test-AzDataProtectionBackupInstanceRestore 2 1 Unassigned_Variable Test-AzDataProtectionBackupInstanceRestore -ResourceGroupName $ResourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $ResourceGroupName.
⚠️ Test-AzDataProtectionBackupInstanceRestore 2 1 Unassigned_Variable Test-AzDataProtectionBackupInstanceRestore -Name $instance[0].Name is a null-valued parameter value. -Name Assign value for $instance[0].Name.
⚠️ Test-AzDataProtectionBackupInstanceRestore 2 1 Unassigned_Variable Test-AzDataProtectionBackupInstanceRestore -VaultName $VaultName is a null-valued parameter value. -VaultName Assign value for $VaultName.
⚠️ Test-AzDataProtectionBackupInstanceRestore 2 1 Unassigned_Variable Test-AzDataProtectionBackupInstanceRestore -RestoreRequest $RestoreRequestObject is a null-valued parameter value. -RestoreRequest Assign value for $RestoreRequestObject.
⚠️ Test-AzDataProtectionBackupInstanceRestore 2 1 Unassigned_Variable Test-AzDataProtectionBackupInstanceRestore -SubscriptionId $SubscriptionId is a null-valued parameter value. -SubscriptionId Assign value for $SubscriptionId.
⚠️ Undo-AzDataProtectionBackupInstanceDeletion 1 1 Unassigned_Variable Get-AzDataProtectionSoftDeletedBackupInstance -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Undo-AzDataProtectionBackupInstanceDeletion 1 1 Unassigned_Variable Get-AzDataProtectionSoftDeletedBackupInstance -SubscriptionId $subscriptionId is a null-valued parameter value. -SubscriptionId Assign value for $subscriptionId.
⚠️ Undo-AzDataProtectionBackupInstanceDeletion 1 1 Unassigned_Variable Get-AzDataProtectionSoftDeletedBackupInstance -VaultName $vaultName is a null-valued parameter value. -VaultName Assign value for $vaultName.
⚠️ Undo-AzDataProtectionBackupInstanceDeletion 1 2 Unassigned_Variable Undo-AzDataProtectionBackupInstanceDeletion -SubscriptionId $subscriptionId is a null-valued parameter value. -SubscriptionId Assign value for $subscriptionId.
⚠️ Undo-AzDataProtectionBackupInstanceDeletion 1 2 Unassigned_Variable Undo-AzDataProtectionBackupInstanceDeletion -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Undo-AzDataProtectionBackupInstanceDeletion 1 2 Unassigned_Variable Undo-AzDataProtectionBackupInstanceDeletion -VaultName $vaultName is a null-valued parameter value. -VaultName Assign value for $vaultName.
⚠️ 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.Api20231101.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-AzDataProtectionResourceGuard 1 4 Mismatched_Parameter_Value_Type Update-AzDataProtectionResourceGuard -CriticalOperationExclusionList $operationsToBeExcluded is not an expected parameter value type. -CriticalOperationExclusionList Use correct parameter value type. Expected Type is string. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20231101.IResourceGuardResource.(Command).
️✔️Help File Existence Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - 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.
⚠️Windows PowerShell - 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
️✔️Windows PowerShell - Windows
⚠️Test
⚠️ - Linux
Type Title Current Coverage Last Coverage Description
⚠️ Test Coverage Less Than 80% 56.00 % 57.14% Test coverage cannot be lower than the number of the last release.
⚠️ - MacOS
Type Title Current Coverage Last Coverage Description
⚠️ Test Coverage Less Than 80% 56.00% 57.14% Test coverage cannot be lower than the number of the last release.
⚠️PowerShell Core - Windows
Type Title Current Coverage Last Coverage Description
⚠️ Test Coverage Less Than 80% 56.00% 57.14% Test coverage cannot be lower than the number of the last release.
⚠️Windows PowerShell - Windows
Type Title Current Coverage Last Coverage Description
⚠️ Test Coverage Less Than 80% 56.00% 57.14% Test coverage cannot be lower than the number of the last release.

@wyunchi-ms wyunchi-ms merged commit 00b8a4c into main Mar 17, 2024
12 checks passed
@wyunchi-ms wyunchi-ms deleted the codegen/DataProtection branch March 17, 2024 06:32
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.

2 participants