-
Notifications
You must be signed in to change notification settings - Fork 4k
[RecoveryServices.Backup] Added support for Edge zone and snapshot cross zone restore #23310
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
Conversation
️✔️Az.Accounts
️✔️Az.Compute
️✔️Az.Network
|
Type | Cmdlet | Example | Line | RuleName | Description | Extent | Remediation |
---|---|---|---|---|---|---|---|
Restore-AzRecoveryServicesBackupItem | 7 | 8 | Unassigned_Variable | Restore-AzRecoveryServicesBackupItem -WLRecoveryConfig $AnotherInstanceWithLogConfig is a null-valued parameter value. | -WLRecoveryConfig | Assign value for $AnotherInstanceWithLogConfig. | |
Restore-AzRecoveryServicesBackupItem | 9 | 4 | Unassigned_Variable | Restore-AzRecoveryServicesBackupItem -RestoreDiskList $restoreDiskLUNs is a null-valued parameter value. | -RestoreDiskList | Assign value for $restoreDiskLUNs. | |
Set-AzRecoveryServicesBackupProperty | 1 | 2 | Unassigned_Variable | Set-AzRecoveryServicesBackupProperty -Vault $Vault01 is a null-valued parameter value. | -Vault | Assign value for $Vault01. | |
Set-AzRecoveryServicesBackupProperty | 2 | 2 | Unassigned_Variable | Set-AzRecoveryServicesBackupProperty -Vault $Vault01 is a null-valued parameter value. | -Vault | Assign value for $Vault01. |
⚠️ Windows PowerShell - Windows
Type | Cmdlet | Example | Line | RuleName | Description | Extent | Remediation |
---|---|---|---|---|---|---|---|
Restore-AzRecoveryServicesBackupItem | 7 | 8 | Unassigned_Variable | Restore-AzRecoveryServicesBackupItem -WLRecoveryConfig $AnotherInstanceWithLogConfig is a null-valued parameter value. | -WLRecoveryConfig | Assign value for $AnotherInstanceWithLogConfig. | |
Restore-AzRecoveryServicesBackupItem | 9 | 4 | Unassigned_Variable | Restore-AzRecoveryServicesBackupItem -RestoreDiskList $restoreDiskLUNs is a null-valued parameter value. | -RestoreDiskList | Assign value for $restoreDiskLUNs. | |
Set-AzRecoveryServicesBackupProperty | 1 | 2 | Unassigned_Variable | Set-AzRecoveryServicesBackupProperty -Vault $Vault01 is a null-valued parameter value. | -Vault | Assign value for $Vault01. | |
Set-AzRecoveryServicesBackupProperty | 2 | 2 | Unassigned_Variable | Set-AzRecoveryServicesBackupProperty -Vault $Vault01 is a null-valued parameter value. | -Vault | Assign value for $Vault01. |
️✔️Help File Existence Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️File Change Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️UX Metadata Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Test
️✔️PowerShell Core - Linux
️✔️PowerShell Core - MacOS
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.RecoveryServices.Backup
️✔️Generated Sdk Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
210593b
to
2dfa7a0
Compare
If this PR targets a preview release, the target branch should be |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
@@ -21,6 +21,8 @@ | |||
|
|||
## Version 6.6.1 | |||
* Fixed minor issues | |||
* Added support Edge zone VM restore |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
move release notes under upcoming release
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please also check failed test cases
d049e16
to
82af9b0
Compare
added resx reverted SDK change generated SDK resolved SDK faulty changes while generation added support for edge zone restore and snapshot CZR updated changelog and examples re-recorded failed tests
82af9b0
to
dadf390
Compare
Hi @VeryEarly can you pls review the PR now. I have rebased with main branch and resolved test issues |
/azp run azure-powershell - security-tools |
Azure Pipelines successfully started running 1 pipeline(s). |
Description
Added support for Edge zone and snapshot cross zone restore
Checklist
CONTRIBUTING.md
and reviewed the following information:generation
branch.ChangeLog.md
file(s) appropriatelyChangeLog.md
file can be found atsrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
## Upcoming Release
header in the past tense. Add changelog in description section if PR goes intogeneration
branch.ChangeLog.md
if no new release is required, such as fixing test case only.