exclude features not for ga#25977
Merged
minwoolee-msft merged 8 commits intoMay 26, 2023
Merged
Conversation
e742ced to
e160c0b
Compare
juntuchen-msft
approved these changes
May 26, 2023
minwoolee-msft
approved these changes
May 26, 2023
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.
List of changes for GA SDK:
Autorest.md to point to main stable swagger on api-specs. Wait for this PR to be finished: Azure/azure-rest-api-specs#23091
Autorest.md’s tag to be pointing to stable version tag. tag: package-2023-03-06
Update ServiceVersion in ClientOption: 2023-03-06
Regenerate Autorest with above GA swagger
README.md to be updated to accommodate GA version.
Remove –prerelease tag
Remove any section that presents any feature that should not be included
Changelog.md: Update Release history to be latest version (1.0.0), Please look at each languages guideline’s section “Package version number” for details on how each language update this.
Changelog.md: With version updated and new section, add all breaking changes.
GA_Release_Checklist.docx (look at this page for what needs to be included in the changelog)
(Nice to have) Need more samples under Samples forlder.
Features to be excluded:
Remove Custom HMAC support
MediaStreaming features (note this is also included in part of CreateCall/AnswerCall)
Play,PlaytoAll,Recognize,Cancel are only media feature required – remove all other media methods
Only Recognize DTMF is to be included in GA. Exclude other Recognize modes such as Choices, Speech, and continous
Remove all new events that were added with new media features
ChoiceResult
ContinousDTMFRecognition
SendDTMF
All CustomContext related in Signaling methods
All AzureCognitive related features
All mute/unmute features
All play source except FileSource (SSMLSource, TextSource to be excluded)
Recording’s External Storage related features (such as BlobStorage)
Remove all test associated with removed features
By Removing method and models above, also remove all orphaned model/enums that are no longer in use (such as, GenderType), Use APIView to view any orphaned models