-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
KeyPermissions is missing a value #10705
Comments
Hello, @CYoderDev Thank you for reaching out to us! This issue will require further investigation, but so far I can say that:
I'll come back with a better response later today, or perhaps tomrorow. |
@CYoderDev Update: The "all" value as a permission is not present in Azure's public API for Key Vault: https://github.com/Azure/azure-rest-api-specs/blob/a7ca142c3f0f290fdda778f26f4f1fab65f71cf9/specification/keyvault/resource-manager/Microsoft.KeyVault/stable/2019-09-01/keyvault.json#L979-L1059 I wonder what are we missing! I'm still in communications with my team. I'll report back as soon as I have an update. |
Hi, we're sending this friendly reminder because we haven't heard back from you in a while. We need more information about this issue to help address it. Please be sure to give us your input within the next 7 days. If we don't hear back from you within 14 days of this comment the issue will be automatically closed. Thank you! |
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @RandalliLama, @schaabs, @jlichwa. |
I've switched this issue to be a service-level issue. Hopefully we'll get more answers this way. |
Linked rest api PR - Azure/azure-rest-api-specs#11042 |
@jlichwa that looks cool! Thank you! |
Closing issue as its been addressed. |
azure-sdk-for-js/sdk/keyvault/arm-keyvault/src/models/index.ts
Line 613 in f21b80d
The
KeyPermissions
,SecretPermissions
, andCertificatePermissions
types are missing the valueall
which is a possible value of access policy permissions when getting the key vault using the api and is supported by ARM template deployments.Here is an example of an permissions of a access policy on a key vault that is returned by the api:
The text was updated successfully, but these errors were encountered: