question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Key Vault Certificates] The specified version (7.3) is not recognized on UsGov cloud.

See original GitHub issue

We 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:closed
  • Created a year ago
  • Comments:10 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
maorlegercommented, Apr 4, 2022

@heaths not sure why 7.2 is not working. Are we saying that if call REST API in sovereign cloud with 7.2 api version, it returns error? Or there is some additional configuration which is missed and that is why we are seeing misleading error message.

@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?

0reactions
zedy-wjcommented, Apr 27, 2022

Thanks for the discussion of the participants, this issue will no longer be reproduced, we will close it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Common key vault errors in Azure Application Gateway
This article identifies key vault-related problems, and helps you resolve them for smooth operations of Application Gateway.
Read more >
Using secrets from Azure Key Vault in a pipeline
Azure Key Vault helps teams to securely store and manage sensitive information such as keys, passwords, certificates, etc., in a centralized ...
Read more >
azure-keyvault-secrets 4.6.0
Azure Key Vault helps solve the following problems: Secrets management (this library) - securely store and control access to tokens, passwords, certificates ......
Read more >
AzureKeyVault: Key and Secret Management in 'Azure'
Title Key and Secret Management in 'Azure'. Version 1.0.5. Description Manage keys, certificates, secrets, and storage accounts in Microsoft's 'Key Vault' ...
Read more >
Support for Azure Key Vault | SSL offload and acceleration
The Citrix ADC appliance integrates with external HSMs for on-premises deployments. For cloud deployments, the ADC appliance integrates with ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found