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
# AKS scenario (only --aks-backup-configuration is valid)
278
279
ifvaulted_blob_container_listisnotNone:
279
-
raiseInvalidArgumentValueError('Invalid argument --vaulted-blob-container-list for given datasource type.')
280
+
raiseInvalidArgumentValueError(f'Invalid argument --vaulted-blob-container-list for AKS datasource type: {datasource_type}. Use --aks-backup-configuration instead.')
280
281
elifaks_backup_configurationisnotNone:
281
-
# Allow passing JSON string or already-parsed object
282
+
# Allow passing JSON string or already-parsed object for AKS backup configuration
0 commit comments