Skip to content

Conversation

@zhiyuanliang-ms
Copy link
Member

No description provided.

@zhiyuanliang-ms zhiyuanliang-ms marked this pull request as ready for review October 17, 2025 18:45
sb.Append(RequestTracingConstants.Delimiter);
}

sb.Append(RequestTracingConstants.AfdTag);
Copy link
Member

Choose a reason for hiding this comment

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

"AFD" can be applied as a separate tag like "UsesKeyVault" (not part of Features string).
That's how you have it setup in the JS provider PR too.


using Response rawResponse = response.GetRawResponse();
DateTimeOffset responseDate = rawResponse.GetDate();
if (_watchedIndividualKvChangeDetectedTime.TryGetValue(watchedKeyLabel, out DateTimeOffset lastChangeDetectedTime))
Copy link
Member

Choose a reason for hiding this comment

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

Date comparison shouldn't be necessary for loading. Only for detecting if a refresh/reload is needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants