Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixes Azure#21183 The enum values for the storage settings are listed in the latest API as `ArchiveStore, SnapshotStore, VaultStore.` However while providing `SnapshotStore` value it fail with `BMSUserErrorInvalidInput` error. Also while trying the same from PS cmdlet using > New-AzDataProtectionBackupVaultStorageSettingObject -DataStoreType SnapshotStore -Type LocallyRedundant **Error:** ``` Error: "Unable to match the identifier name SnapshotStore to a valid enumerator name. Specify one of the following enumerator names and try again: ArchiveStore, OperationalStore, VaultStore" ``` This PR fixes the enum value of storage setting
- Loading branch information