-
Notifications
You must be signed in to change notification settings - Fork 3.3k
{Compute} Change KeyVaultClient to CertificateClient in vm module
#26991
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
Changes from all commits
c890ea6
dc72065
97a087b
a9baf8f
d66eb66
0ae0e73
b8008b4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Uh oh!
There was an error while loading. Please reload this page.
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.
This
create_keyvault_data_plane_clientfunction internally callsazure.cli.command_modules.keyvault._client_factory.data_plane_azure_keyvault_certificate_clientwhich returns aazure.keyvault.certificates.CertificateClient, making the name of this function no longer valid.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.
I see. I will create a new PR to implement this change.