You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CertificateClient supports Key Vault version 2016-10-01, but that service version doesn't support the backup_certificate operation added in 7.0. So this code raises an error:
The error suggests the client or service doesn't support this particular API version, when in fact it's only this particular operation which is not supported:
File "...\azure-keyvault-certificates\azure\keyvault\certificates\_generated\_operations_mixin.py", line 54, in backup_certificate
raise NotImplementedError("APIVersion {} is not available".format(api_version))
NotImplementedError: APIVersion 2016-10-01 is not available
The text was updated successfully, but these errors were encountered:
Revert "[Hub Generated] Review request for Microsoft.Resources to add version stable/2021-01-01 (Azure#13000)" (Azure#13128)
This reverts commit 231d094.
Revert "[Hub Generated] Review request for Microsoft.Resources to add version stable/2021-01-01 (Azure#13000)" (Azure#13128)
This reverts commit 231d094.
CertificateClient
supports Key Vault version 2016-10-01, but that service version doesn't support thebackup_certificate
operation added in 7.0. So this code raises an error:The error suggests the client or service doesn't support this particular API version, when in fact it's only this particular operation which is not supported:
The text was updated successfully, but these errors were encountered: