Skip to content

App config remove revisions#21696

Merged
mrm9084 merged 6 commits into
Azure:masterfrom
mrm9084:AppConfigRemoveRevisions
May 24, 2021
Merged

App config remove revisions#21696
mrm9084 merged 6 commits into
Azure:masterfrom
mrm9084:AppConfigRemoveRevisions

Conversation

@mrm9084

@mrm9084 mrm9084 commented May 20, 2021

Copy link
Copy Markdown
Member

Removes use of revisions endpoint

@ghost ghost added the App Configuration Azure.ApplicationModel.Configuration label May 20, 2021
@backwind1233 backwind1233 added the azure-spring All azure-spring related issues label May 24, 2021

@saragluna saragluna left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM. @mrm9084, can you explain more on why to remove the use of revision endpoint?

@mrm9084
mrm9084 merged commit 2a2eaee into Azure:master May 24, 2021
@mrm9084

mrm9084 commented May 24, 2021

Copy link
Copy Markdown
Member Author

LGTM. @mrm9084, can you explain more on why to remove the use of revision endpoint?

@saragluna There are multiple known issues that are caused by this. 1) Revision history only lasts 30 days, 2) Revisions can't tell if a key has been deleted. 3) We only need the latest etag, with the new requirement of a watch key we can just request the key.

This change also brings the Spring implementation closer to the other ones we have.

@mrm9084
mrm9084 deleted the AppConfigRemoveRevisions branch May 24, 2021 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

App Configuration Azure.ApplicationModel.Configuration azure-spring All azure-spring related issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants