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

Fixes Configuration package names #4008

Merged
merged 9 commits into from
Jun 20, 2019
Merged

Fixes Configuration package names #4008

merged 9 commits into from
Jun 20, 2019

Conversation

conniey
Copy link
Member

@conniey conniey commented Jun 19, 2019

Fixes build issues due to Configuration names being in a different package

@conniey conniey added the Client This issue points to a problem in the data-plane of the library. label Jun 19, 2019
@conniey conniey requested a review from jianghaolu June 19, 2019 22:22
@conniey conniey self-assigned this Jun 19, 2019
@conniey
Copy link
Member Author

conniey commented Jun 20, 2019

Created an issue for those hanging tests: #4013

@@ -56,6 +56,8 @@
static final String ACCEPT_LANGUAGE = "en-US";
static final int DEFAULT_MAX_PAGE_RESULTS = 25;
static final String CONTENT_TYPE_HEADER_VALUE = "application/json";
static final String KEY_VAULT_SCOPE = "https://vault.azure.net/.default";
Copy link
Member Author

Choose a reason for hiding this comment

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

I wasn't sure where all the KV constants go. So I duplicated it in 4 places similar to all the other clients I saw. I'm sure there is a better place for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Client This issue points to a problem in the data-plane of the library.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants