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

Key Vault - Administration Sample issue #23845

Closed
v-hongli1 opened this issue Aug 31, 2021 · 0 comments · Fixed by #25441
Closed

Key Vault - Administration Sample issue #23845

v-hongli1 opened this issue Aug 31, 2021 · 0 comments · Fixed by #25441
Assignees
Labels
Client This issue points to a problem in the data-plane of the library. KeyVault needs-team-triage Workflow: This issue needs the team to triage. test-manual-pass

Comments

@v-hongli1
Copy link
Member

Section Link:
image

Reason:
1. KeyVaultAccessControlClient(com.azure.security.keyvault.administration.KeyVaultAccessControlAsyncClient) is not public in com.azure.security.keyvault.administration.KeyVaultAccessControlClient. Cannot be accessed from outside package
2. KeyVaultBackupClient(com.azure.security.keyvault.administration.KeyVaultBackupAsyncClient) is not public in com.azure.security.keyvault.administration.KeyVaultBackupClient. Cannot be accessed from outside package

Suggestion:

  1. Change to
new KeyVaultAccessControlClientBuilder()
	     .vaultUrl("<your-key-vault-url>")
	     .credential(new DefaultAzureCredentialBuilder().build())
	     .buildClient();
  1. Change to
new KeyVaultBackupClientBuilder()
	     .vaultUrl("<your-key-vault-url>")
	     .credential(new DefaultAzureCredentialBuilder().build())
             .buildClient(); 

@scottaddie, @joshfree, @lilyjma, @AlexGhiondea, @backwind1233 for notification.

@ghost ghost added the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Aug 31, 2021
@v-xuto v-xuto added Client This issue points to a problem in the data-plane of the library. KeyVault needs-team-triage Workflow: This issue needs the team to triage. test-manual-pass and removed needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. labels Aug 31, 2021
@vcolin7 vcolin7 self-assigned this Sep 2, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Apr 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Client This issue points to a problem in the data-plane of the library. KeyVault needs-team-triage Workflow: This issue needs the team to triage. test-manual-pass
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants