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

[App Config] update sync-token docs url from 404 to a valid url #17960

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {

/**
* The sync token header, as described here:
* https://github.com/Azure/AppConfiguration/blob/master/docs/REST/consistency.md
* https://docs.microsoft.com/azure/azure-app-configuration/rest-api-consistency
* @internal
*/
export const SyncTokenHeaderName = "sync-token";
Expand Down Expand Up @@ -57,7 +57,7 @@ class SyncTokenPolicy extends BaseRequestPolicy {
* caching and load balancing within App Configuration).
*
* (protocol and format described here)
* https://github.com/Azure/AppConfiguration/blob/master/docs/REST/consistency.md
* https://docs.microsoft.com/azure/azure-app-configuration/rest-api-consistency
*
* @internal
*/
Expand Down