Skip to content

Commit

Permalink
Rename redirect header for QuickPulse (#2638)
Browse files Browse the repository at this point in the history
* rename redirect header

* add changelog

Co-authored-by: Ramanuj Bhattacharjee <rambhatt@microsoft.com>
  • Loading branch information
ramanujbhattacharjee93 and rambhatt-msft committed Aug 9, 2022
1 parent 288d344 commit b09c78b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,7 +1,7 @@
# Changelog

## VNext

- Update endpoint redirect header name for QuickPulse module to v2
- AzureSdkDiagnosticListener modified to use sdkversion prefix "rdddsaz" instead of "dotnet".

## Version 2.21.0
Expand Down
Expand Up @@ -64,7 +64,7 @@ internal static class QuickPulseConstants
/// Service endpoint redirect.
/// </summary>
/// <remarks>Contains a URI of the service endpoint we must permanently use <b>for the particular resource</b>.</remarks>
internal const string XMsQpsServiceEndpointRedirectHeaderName = "x-ms-qps-service-endpoint-redirect";
internal const string XMsQpsServiceEndpointRedirectHeaderName = "x-ms-qps-service-endpoint-redirect-v2";

/// <summary>
/// The following authentication headers must be received and submitted back to the service with no modification.
Expand Down

0 comments on commit b09c78b

Please sign in to comment.