-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[AppConfiguration] Snapshot API Updates #34583
Conversation
API change check APIView has identified API level changes in this PR and created following API reviews. |
sdk/appconfiguration/Azure.Data.AppConfiguration/src/ConfigurationClient.cs
Outdated
Show resolved
Hide resolved
sdk/appconfiguration/Azure.Data.AppConfiguration/src/ConfigurationClient.cs
Outdated
Show resolved
Hide resolved
sdk/appconfiguration/Azure.Data.AppConfiguration/src/autorest.md
Outdated
Show resolved
Hide resolved
sdk/appconfiguration/Azure.Data.AppConfiguration/src/Models/SnapshotSettingFilter.cs
Outdated
Show resolved
Hide resolved
sdk/appconfiguration/Azure.Data.AppConfiguration/src/Models/ConfigurationSettingsSnapshot.cs
Outdated
Show resolved
Hide resolved
sdk/appconfiguration/Azure.Data.AppConfiguration/src/Models/ConfigurationSettingsSnapshot.cs
Outdated
Show resolved
Hide resolved
sdk/appconfiguration/Azure.Data.AppConfiguration/src/ConfigurationClient.cs
Outdated
Show resolved
Hide resolved
sdk/appconfiguration/Azure.Data.AppConfiguration/src/ConfigurationClient.cs
Outdated
Show resolved
Hide resolved
…is out of dogfoo in order to move forward
Will circle back to the LRO implementation once I can test again, I believe there are also updates that will be going into the swagger in order to be able to generate the Operation, which will also change the LRO implementation. |
sdk/appconfiguration/Azure.Data.AppConfiguration/src/CreateSnapshotOperation.cs
Outdated
Show resolved
Hide resolved
sdk/appconfiguration/Azure.Data.AppConfiguration/src/ConfigurationClient.cs
Show resolved
Hide resolved
Returned to the office today so I can access dogfood resources again. 😄 |
sdk/appconfiguration/Azure.Data.AppConfiguration/tests/ConfigurationMockTests.cs
Show resolved
Hide resolved
sdk/appconfiguration/Azure.Data.AppConfiguration/tests/samples/Sample11_SettingsSnapshot.cs
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR LGTM!!
I'll takeover the AppConfig work and update the implementation if needed. Thank you so much @m-redding for all the work!
These changes are based on discussions within the App Configuration SDK team across languages. The changes are based around the following:
CreateSnapshot
andCreateSnapshotAsync
as LROsContributing to the Azure SDK
Please see our CONTRIBUTING.md if you are not familiar with contributing to this repository or have questions.
For specific information about pull request etiquette and best practices, see this section.