Skip to content

Commit 35422a1

Browse files
authoredApr 22, 2024
[backup] Support new operations for MUA (Azure#28768)
1 parent 9273999 commit 35422a1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+85548
-62789
lines changed
 

‎linter_exclusions.yml

+6
Original file line numberDiff line numberDiff line change
@@ -959,6 +959,12 @@ backup vault update:
959959
cross_subscription_restore_state:
960960
rule_exclusions:
961961
- option_length_too_long
962+
backup_storage_redundancy:
963+
rule_exclusions:
964+
- option_length_too_long
965+
cross_region_restore_flag:
966+
rule_exclusions:
967+
- option_length_too_long
962968
backup vault create:
963969
parameters:
964970
cross_subscription_restore_state:

‎src/azure-cli/azure/cli/command_modules/backup/_help.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@
462462
short-summary: Sets backup related properties of the Recovery Services vault.
463463
examples:
464464
- name: Sets backup related properties of the Recovery Services vault. (autogenerated)
465-
text: az backup vault backup-properties set --backup-storage-redundancy GeoRedundant --name MyRecoveryServicesVault --resource-group MyResourceGroup --subscription MySubscription
465+
text: az backup vault backup-properties set --classic-alerts Enabled --name MyRecoveryServicesVault --resource-group MyResourceGroup --subscription MySubscription
466466
crafted: true
467467
"""
468468

0 commit comments

Comments
 (0)