Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for MatchConditions for GetConfigurationSetting #21551

Closed
pakrym opened this issue Jun 3, 2021 · 0 comments · Fixed by #21703
Closed

Add support for MatchConditions for GetConfigurationSetting #21551

pakrym opened this issue Jun 3, 2021 · 0 comments · Fixed by #21703
Assignees
Labels
App Configuration Azure.ApplicationModel.Configuration Client This issue points to a problem in the data-plane of the library. feature-request This issue requires a new behavior in the product in order be resolved.

Comments

@pakrym
Copy link
Contributor

pakrym commented Jun 3, 2021

No description provided.

@pakrym pakrym added Client This issue points to a problem in the data-plane of the library. App Configuration Azure.ApplicationModel.Configuration feature-request This issue requires a new behavior in the product in order be resolved. labels Jun 3, 2021
@pakrym pakrym self-assigned this Jun 3, 2021
azure-sdk pushed a commit to azure-sdk/azure-sdk-for-net that referenced this issue Nov 28, 2022
{AzureDataProtection} fixes Azure/azure-rest-api-specs#21183 (Azure#21551)

fixes Azure/azure-rest-api-specs#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
@github-actions github-actions bot locked and limited conversation to collaborators Mar 27, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
App Configuration Azure.ApplicationModel.Configuration Client This issue points to a problem in the data-plane of the library. feature-request This issue requires a new behavior in the product in order be resolved.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant