Skip to content
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

Add toolkit lib for Azure Key Vault #2394

Closed
wants to merge 17 commits into from
Closed

Conversation

Flanker32
Copy link
Member

What does this implement/fix? Explain your changes.

Does this close any currently open issues?

Any relevant logs, screenshots, error output, etc.?

Any other comments?

Has this been tested?

  • Tested

if (Objects.isNull(client)) {
return null;
}
return client.listPropertiesOfCertificates().toStream()
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mayh change to list()->getRemote()

@@ -204,3 +204,29 @@ azure/monitor.delete_log_analytics_workspace.workspace=delete Log Analytics Work
azure/account.load_subscriptions=load subscriptions
azure/account.load_subscriptions.tenant=load subscriptions of tenant ({0})
azure/account.reload_subscriptions=reload subscriptions
azure/keyvaults.load_key_vault.key_vault=load Key Vault ({0})
azure/keyvaults.delete_key_vault.key_vault=delete Key Vault ({0})
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unify key_vault and keyvault

@wangmingliang-ms wangmingliang-ms deleted the wangmi/keyvault branch November 24, 2023 01:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants