[Key Vault Certificates] The specified version (7.3) is not recognized on UsGov cloud.
See original GitHub issueWe are running live tests against other clouds like US Gov and Azure China Cloud. The goal is to check whether new azure sdk package work with other clouds or not.
Error Description:
The latest results in pipeline at here: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=1469387&view=results.
When calling the beginCreateCertificate()
method on the UsGov
cloud to create a certificate, an error is reported: RestError: The specified version (7.3) is not recognized. Consider using the latest supported version (7.1).
, this is a recent problem, can the version be rolled back to 7.1 to be compatible on all clouds, or are there any better suggestions?
Expected behavior: Transfer a specified version can pass all tests on all clouds.
@benbp, @xirzec, @heaths, @maorleger for notification.
Issue Analytics
- State:
- Created a year ago
- Comments:10 (7 by maintainers)
@jlichwa 7.2 is deployed and working in sovereign cloud, it’s just the error message when you pass a non-working version is misleading.
Today if I pass “7.3” for example, I get back this error: The specified version (7.3) is not recognized. Consider using the latest supported version (7.1).
Which is misleading, because the latest supported version is 7.2. So I think the bug is related to the contents of the error message itself if that makes sense?
Thanks for the discussion of the participants, this issue will no longer be reproduced, we will close it.