You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Backup] az backup vault backup-properties: Add new parameter --hybrid-backup-security-features to support setting the security features for hybrid backups (Azure#21736)
* added enhanced security feature support in rsv
* added linter exclusion
Co-authored-by: Akshay Neema <[email protected]>
Copy file name to clipboardexpand all lines: src/azure-cli/azure/cli/command_modules/backup/_params.py
+1
Original file line number
Diff line number
Diff line change
@@ -102,6 +102,7 @@ def load_arguments(self, _):
102
102
c.argument('backup_storage_redundancy', arg_type=get_enum_type(['GeoRedundant', 'LocallyRedundant', 'ZoneRedundant']), help='Set backup storage properties for a Recovery Services vault.')
103
103
c.argument('soft_delete_feature_state', arg_type=get_enum_type(['Enable', 'Disable']), help='Set soft-delete feature state for a Recovery Services Vault.')
104
104
c.argument('cross_region_restore_flag', arg_type=get_enum_type(['True', 'False']), help='Set cross-region-restore feature state for a Recovery Services Vault. Default: False.')
105
+
c.argument('hybrid_backup_security_features', arg_type=get_enum_type(['Enable', 'Disable']), help='Use this field to set the security features for hybrid backups in a Recovery Services Vault.')
0 commit comments