Mirror AttributeName enum changes to Broker repo (ad-accounts-for-android)#3075
Draft
Copilot wants to merge 1 commit intosiddhijain/perf-optimize-save-token-resultfrom
Draft
Mirror AttributeName enum changes to Broker repo (ad-accounts-for-android)#3075Copilot wants to merge 1 commit intosiddhijain/perf-optimize-save-token-resultfrom
Copilot wants to merge 1 commit intosiddhijain/perf-optimize-save-token-resultfrom
Conversation
Copilot
AI
changed the title
[WIP] [WIP] Address feedback on optimizing save path for in-memory map lookup
Mirror AttributeName enum changes to Broker repo (ad-accounts-for-android)
Apr 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The
AttributeNameenum incommon4jrequires all changes to be mirrored in the Broker repo's corresponding enum for cross-repo telemetry key consistency. PRs #3074 and this stacked PR introduced additions and a removal that were not reflected inAzureAD/ad-accounts-for-android.Changes needed in Broker
AttributeName.javaelapsed_time_cache_delete_access_tokens_with_intersecting_scopes— new timing attribute from Optimize token cache remove path and add filter-first-clone flight for filtered retrieval, Fixes AB#3570409 #3074elapsed_time_save_account_shared_preferences— deleted in Optimize token cache remove path and add filter-first-clone flight for filtered retrieval, Fixes AB#3570409 #3074 (unused after save-path optimization)is_filter_then_clone_enabled— boolean flag attribute indicating whether the filter-then-clone flight is active duringgetCredentials()/getAccounts()