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

Azure App Configuration SDK: Support data plane API version #7502

Closed
x9xu opened this issue Sep 6, 2019 · 2 comments
Closed

Azure App Configuration SDK: Support data plane API version #7502

x9xu opened this issue Sep 6, 2019 · 2 comments
Labels
App Configuration Azure.ApplicationModel.Configuration Client This issue points to a problem in the data-plane of the library.

Comments

@x9xu
Copy link

x9xu commented Sep 6, 2019

As required by Azure REST API Guidelines, we are adding explicit API Versioning. All requests MUST provide explicit API Version as query string parameter,

for example:

 "https://example.azconfig.io/kv?api-version=1.0"

User should be able to specify the Api version in through configuration properties.

@triage-new-issues triage-new-issues bot added the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Sep 6, 2019
@kaerm kaerm added App Configuration Azure.ApplicationModel.Configuration Client This issue points to a problem in the data-plane of the library. labels Sep 9, 2019
@triage-new-issues triage-new-issues bot removed the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Sep 9, 2019
@annelo-msft
Copy link
Member

Duplicate of #6944

@annelo-msft
Copy link
Member

Implemented in #7619

@github-actions github-actions bot locked and limited conversation to collaborators Mar 29, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
App Configuration Azure.ApplicationModel.Configuration Client This issue points to a problem in the data-plane of the library.
Projects
None yet
Development

No branches or pull requests

3 participants