-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
[Azure App Configuration - Azure App Configuration] API Review #25816
Comments
Notes from API Review meeting 10/4/23
Please consider the above comments but this looks good for GA. |
I have added the SIgnedOff label here and will add it to the PR as well when you are ready to merge. Just ping me here or on teams when the PR is ready to merge. |
@mikekistler we decided to go with the non-OData format for queries since we dont expect to support operations other than 'equals' anytime soon. So we will use Also, if its okay with you, we'd prefer a stable version release for this change. But if you think preview version would be better, we can change it to preview too. Please let me know your preference. |
I don't object to skipping preview giving that the changes are very small. Are you ready for me to mark the PR as signedOff? That will signal the assignee that the PR should be merged. |
@mikekistler thanks for confirming! I just updated the swagger to add links to filter syntax documentation. The PR is ready to merge now. |
I just realized that your PR was flagged for breaking change review. There are a bunch of ChangedParameterOrder errors, which I think are caused by added the I think you could fix the breaking changes by moving |
@mikekistler I dont mind moving tags to the end of parameters list. I'm expecting tag filters to be a part of SettingSelector object, just like key and label filters today. So I dont think it matters where the tags parameter is defined in the swagger, because users will not pass the filters directly to any SDK method. This is our current SDK method for getting key values using @jsquire can you please confirm if my understanding is correct? |
@avanigupta: That is correct with respect to SDK packages. |
@mikekistler I've updated the ordering, and the breaking change check is successful now. |
New API Review meeting has been requested. Service Name: Azure App Configuration - Azure App Configuration Description: Following up on some additional APIs that need to be modified if we support filtering by tags. Detailed meeting information and documents provided can be accessed here |
Cancelled by: Avani Gupta |
New API Review meeting has been requested.
Service Name: Azure App Configuration - Azure App Configuration
Review Created By: Avani Gupta
Review Date: 10/04/2023 09:00 AM PT
Onboarding Record:
PR: #25861
Hero Scenarios Link: here
Core Concepts Doc Link: Not Provided
Description: We want to release a new API version (2023-11-01) for filtering key-values by tags.
Detailed meeting information and documents provided can be accessed here
For more information that will help prepare you for this review, the requirements, and office hours, visit the documentation here
The text was updated successfully, but these errors were encountered: