-
Notifications
You must be signed in to change notification settings - Fork 4k
Fix #15091- Import-AzWebAppKeyVaultCertificate api version bug #15281
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
Conversation
Azure PowerShell doesn't allow to depends on other service's management SDK because the limitation of assembly loading .NET core. Please share which operation of keyvault you need. Technically, we should upgrade common lib to support new version. |
I Need to make use KeyVault |
Hey, let's put this PR on hold until the discussion in #15091 reaches an agreement. |
AKV SDK changes are rolled back. please review. |
/azp run azure-powershell - powershell-core |
Azure Pipelines successfully started running 1 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
#15091
Description
When running the Import-AzWebAppKeyVaultCertificate command using the latest CLI and using a full pathed version of the keyvault "as its in a different subscription level", it returns the following response.
"The api-version '2016-10-01' is invalid. The supported versions are
'2021-04-01,2021-01-01,2020-10-01,2020-09-01,2020-08-01,2020-07-01,2020-06-01,2020-05-01,2020-01-01,2019-11-01,2019-10-
01,2019-09-01,2019-08-01,2019-07-01,2019-06-01,2019-05-10,2019-05-01,2019-03-01,2018-11-01,2018-09-01,2018-08-01,2018-0
7-01,2018-06-01,2018-05-01,2018-02-01,2018-01-01,2017-12-01,2017-08-01,2017-06-01,2017-05-10,2017-05-01,2017-03-01,2016
-09-01,2016-07-01,2016-06-01,2016-02-01,2015-11-01,2015-01-01,2014-04-01-preview,2014-04-01,2014-01-01,2013-03-01,2014-
02-26,2014-04'
Checklist
CONTRIBUTING.md
ChangeLog.md
file(s) has been updated:ChangeLog.md
file can be found atsrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
## Upcoming Release
header -- no new version header should be added