Commit e6f5be7
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
1 parent 750ff25 commit e6f5be7
File tree
1 file changed
+1
-1
lines changed- specification/dataprotection/resource-manager/Microsoft.DataProtection/stable/2022-05-01
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6113 | 6113 | | |
6114 | 6114 | | |
6115 | 6115 | | |
6116 | | - | |
| 6116 | + | |
6117 | 6117 | | |
6118 | 6118 | | |
6119 | 6119 | | |
| |||
0 commit comments