Skip to content

Conversation

@g2vinay
Copy link
Member

@g2vinay g2vinay commented Jul 26, 2022

Integrates Sync Stack in KV Secrets SDK.

Note: Polling and List APIs will be Syncified later as support for them lands in Azure Core.

Enables Sync Rest Proxy by default for KV APIs.

@ghost ghost added the KeyVault label Jul 26, 2022
Copy link
Contributor

@kasobol-msft kasobol-msft left a comment

Choose a reason for hiding this comment

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

overall lgtm.
please add couple of tests that assert that right pipeline/httpclient apis are called.

@azure-sdk
Copy link
Collaborator

API change check

APIView has identified API level changes in this PR and created following API reviews.

azure-security-keyvault-secrets

@g2vinay g2vinay requested a review from vcolin7 July 27, 2022 21:15
@g2vinay g2vinay marked this pull request as ready for review July 27, 2022 21:27
Configuration buildConfiguration =
(configuration == null) ? Configuration.getGlobalConfiguration().clone() : configuration;

URL buildEndpoint = getBuildEndpoint(buildConfiguration);
Copy link
Member

Choose a reason for hiding this comment

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

Should we follow the same thing as KV keys here and return a String instead of an URL.
String buildEndpoint = getBuildEndpoint(buildConfiguration);

@vcolin7 vcolin7 merged commit 9a42ce1 into Azure:main Aug 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants