-
Notifications
You must be signed in to change notification settings - Fork 5.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
Microsoft.KeyVault/vaults/secrets declares support for 2020-04-01-preview, but the service does not allow it #11929
Comments
Hi, anthony-c-martin. Your PR has no update for 14 days and it is marked as stale PR. If no further update for over 14 days, the bot will close the PR. If you want to refresh the PR, please remove |
@markcowl - looks like something is up with the bot as this isn't a PR! Would you mind taking a look? |
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @RandalliLama, @schaabs, @jlichwa. Issue DetailsARM returns the following message when attempting to PUT a
This version is not supported in the RP manifest. Either the Microsoft.KeyVault service should add support for it, or remove the declarations for any unsupported APIs at this version.
|
Thanks for feedback. It's a bot issues. We have fixed it. |
@jlichwa to help with triaging |
@anthony-c-martin can you clarify. ARM returns the following message when attempting to PUT a Microsoft.KeyVault/vaults/secrets is a call to data plane with available versions: 7.0, 7.1. https://docs.microsoft.com/en-us/rest/api/keyvault/setsecret/setsecret 2020-04-01 is management plane version. With available for secrets only through ARM. Is that makes sense? |
@jlichwa - this issue report is concerning management plane (ARM), not data plane. Here the KeyVault swagger spec declares support for operations on secrets through the ARM control plane with API version 2020-04-01-preview: Line 13 in 220b0b8
The ARM control plane does not actually support this API with the declared API version. |
@anthony I was able to reproduce it. I will work with engineering team. |
Hey @jlichwa any progress on this? Is there a running list of incomplete api versions, or should we just not use any preview API versions until they make it out of preview? |
@anthony-c-martin it seems like this issue is fixed. |
@jlichwa, thanks for confirming! Closing this issue. |
ARM returns the following message when attempting to PUT a
Microsoft.KeyVault/vaults/secrets
resource at version2020-04-01-preview
:This version is not supported in the RP manifest. Either the Microsoft.KeyVault service should add support for it, or remove the declarations for any unsupported APIs at this version.
The text was updated successfully, but these errors were encountered: