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
Melanie-Ma opened this issue
Jun 23, 2020
· 1 comment
Assignees
Labels
ClientThis issue points to a problem in the data-plane of the library.DocsKeyVaultquestionThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Reason: The method SecretClient() is an internal constructor in the package of keyvault-secrets.
Suggestion: Delete the method getSecretClient() and change the name of the method getSyncSecretClientCodeSnippets to getSecretClient() . If creating a new SecretClient , we suggest that using the method SecretClientBuilder() to create the client.
The text was updated successfully, but these errors were encountered:
ghost
added
needs-triage
Workflow: This is a new issue that needs to be triaged to the appropriate team.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
labels
Jun 23, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
ClientThis issue points to a problem in the data-plane of the library.DocsKeyVaultquestionThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Section Link:

Reason: The method
SecretClient()
is an internal constructor in the package ofkeyvault-secrets
.Suggestion: Delete the method
getSecretClient()
and change the name of the methodgetSyncSecretClientCodeSnippets
togetSecretClient()
. If creating a newSecretClient
, we suggest that using the methodSecretClientBuilder()
to create the client.The text was updated successfully, but these errors were encountered: