Skip to content

Commit a061007

Browse files
committed
Update AKS backup configuration argument options
1 parent 7b49e77 commit a061007

File tree

1 file changed

+1
-1
lines changed
  • src/dataprotection/azext_dataprotection/manual

1 file changed

+1
-1
lines changed

src/dataprotection/azext_dataprotection/manual/_params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def load_arguments(self, _):
134134
c.argument('vaulted_blob_container_list', type=validate_file_or_dict, options_list=['--vaulted-blob-container-list', '--container-blob-list'],
135135
help="Enter the container list to modify a vaulted blob backup. The output for "
136136
"'az dataprotection backup-instance initialize-backupconfig' needs to be provided as input")
137-
c.argument('aks_backup_configuration', type=validate_file_or_dict,
137+
c.argument('aks_backup_configuration', type=validate_file_or_dict, options_list=['--aks-backup-configuration', '--aks-config'],
138138
help="Enter the AKS backup configuration to modify AKS backup datasource parameters. "
139139
"The output for 'az dataprotection backup-instance initialize-backupconfig --datasource-type AzureKubernetesService' needs to be provided as input.")
140140
c.argument('use_system_assigned_identity', options_list=['--system-assigned', '--use-system-identity', '--use-system-assigned-identity'], arg_type=get_three_state_flag(), help="Use system assigned identity")

0 commit comments

Comments
 (0)