[Search] Implementation of GA Features for API Version 23-11-01#39265
Closed
ShivangiReja wants to merge 5 commits intoAzure:SearchGA-2023-11-01from
Closed
[Search] Implementation of GA Features for API Version 23-11-01#39265ShivangiReja wants to merge 5 commits intoAzure:SearchGA-2023-11-01from
ShivangiReja wants to merge 5 commits intoAzure:SearchGA-2023-11-01from
Conversation
| /// </summary> | ||
| V2023_10_01_Preview = 3, | ||
| #pragma warning restore CA1707 | ||
| V2023_11_01 = 2, |
Member
There was a problem hiding this comment.
Question for @tg-msft as I don't know the handling in .NET too well.
Once the GA is released and we go back to preview development in main V2023_10_01_Preview will be = 3, correct? There's no requirement that the enum values sort lexically, right?
Member
There was a problem hiding this comment.
Yes, that's correct. When we GA we collapse out any previews and we'll keep incrementing the version numbers when we add the new preview back. The way it plays out in this case is unfortunate but necessary given the service's behavior.
Member
Author
|
This PR has been moved here - #39305 |
haiyuazhang
pushed a commit
to haiyuazhang/azure-sdk-for-net
that referenced
this pull request
Mar 8, 2026
* Rename body * update examples. * updates * update * update * updates
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR includes code regeneration based on the 23-11-01 GA Swagger specification found at Azure/azure-rest-api-specs@d52c50c.