Skip to content

Commit

Permalink
Revert "[AppConfiguration] Snapshot API Updates (#34583)"
Browse files Browse the repository at this point in the history
This reverts commit 215ca78.
  • Loading branch information
m-redding authored Apr 4, 2023
1 parent 0c2c7da commit 25a41be
Show file tree
Hide file tree
Showing 16 changed files with 525 additions and 1,165 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public ConfigurationClientOptions(ServiceVersion version = LatestVersion)
Version = version switch
{
ServiceVersion.V1_0 => "1.0",
//ServiceVersion.V2022_11_01_Preview => "2022-11-01-preview",
// ServiceVersion.V2022_11_01_Preview => "2022-11-01-preview",

_ => throw new NotSupportedException()
};
Expand Down

This file was deleted.

Loading

0 comments on commit 25a41be

Please sign in to comment.