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

Refactor handling of sync tokens #21589

Merged
merged 6 commits into from
Sep 20, 2023

Conversation

jhendrixMSFT
Copy link
Member

@jhendrixMSFT jhendrixMSFT commented Sep 19, 2023

Added internal package synctoken that contains the sync token cache and pipeline policy implementations.
Renamed UpdateSyncToken to SetSyncToken so it follows the design guidelines. In addition, it returns an error on malformed sync tokens. Removed setting sync token from test as it's not necessary (the policy already does this).

Fixes #21585

Added internal package synctoken that contains the sync token cache and
pipeline policy implementations.
Renamed UpdateSyncToken to setSyncToken so it follows the design
guidelines.  In addition, it returns an error on malformed sync tokens.
Removed setting sync token from test as it's not necessary (the policy
already does this).
@github-actions github-actions bot added the App Configuration Azure.ApplicationModel.Configuration label Sep 19, 2023
@jhendrixMSFT
Copy link
Member Author

/azp run go - azappconfig

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@jhendrixMSFT
Copy link
Member Author

/azp run go - azappconfig

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@jhendrixMSFT jhendrixMSFT merged commit aff81a3 into Azure:main Sep 20, 2023
@jhendrixMSFT jhendrixMSFT deleted the azappconfig-synctokens branch September 20, 2023 21:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
App Configuration Azure.ApplicationModel.Configuration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

azappconfig: incorrect sync-token value sent in requests
3 participants