-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
[backup] Support new operations for MUA #28768
Conversation
️✔️AzureCLI-FullTest
|
Hi @zubairabid, |
|
rule | cmd_name | rule_message | suggest_message |
---|---|---|---|
backup vault update | cmd backup vault update added parameter backup_storage_redundancy |
||
backup vault update | cmd backup vault update added parameter cross_region_restore_flag |
||
backup vault update | cmd backup vault update added parameter tenant_id |
backup |
@zhoxing-ms this PR will be completed by the milestone date, we need it to be reviewed for release within this cycle. |
Please fix CI issues. |
@zubairabid This PR seems urgent, so you hope to release it in time for this sprint, right? Because CLI team is not responsible for reviewing your business logic, but only reviewing your code specifications, so could you please ask your team members to help review and approve this PR first? |
Related command
az backup
Description
Three new resource-guard protected scenarios: Vault Immutability turned off, Stop Protection, and Policy RPO increase.
Testing Guide
History Notes
[Backup]
az backup vault update
: Take--tenant-id
as input for resolving cross-tenant resource guard scenarios. Vault Immutability feature also has resource guard protection now, and support for the same has been added.Backup]
az backup vault update
: Redundancy settings (cross region restore settings, storage settings) have been moved to Vault properties as opposed to Backup properties. Classic and Azure monitor alerts also redirect to backup vault update now.[Backup]
az backup protection disable
: Take--tenant-id
as input for resolving cross-tenant resource guard scenarios. Stop protection feature also has resource guard protection now, and support for the same has been added.This checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.