-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Communication] - PhoneNumbers - Add support for the new public previ…
…ew API version in the PhoneNumbers SDK (#26029) * Generate SDK for PhoneNumbers API version 2022-01-11-preview2 * Add session recordings for latest API version * Update recorded sessions for failing tests These recordings are the same as the previous ones, but with the new API version. This had to be done due to an issue with the sanitizer. * Suppress ServiceVersion member name checks * Add missing ServiceVersion member * Don't auto generate PhoneNumbersClientOptions Manually declaring this class and supressing codegen ensures that: 1. ServiceVersion members are not overwritten, preserving compatibility 2. ServiceVersion members can now use PascalCase For more information on this issues, see: - Azure/autorest.csharp#1524 - #24153 - #23793 - Azure/autorest.csharp#1497 * Update API version in client and test recordings TODO: Update autorest config file once the spec is merged * Use latest autorest spec * Add changelog entry for 1.1.0-beta.1 release
- Loading branch information
1 parent
8548961
commit 68ddcee
Showing
42 changed files
with
33,125 additions
and
4,532 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
sdk/communication/Azure.Communication.PhoneNumbers/CHANGELOG.md
This file contains 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
This file contains 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
2 changes: 1 addition & 1 deletion
2
...ommunication/Azure.Communication.PhoneNumbers/src/Generated/InternalPhoneNumbersClient.cs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...nication/Azure.Communication.PhoneNumbers/src/Generated/InternalPhoneNumbersRestClient.cs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
This file contains 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
262 changes: 131 additions & 131 deletions
262
...unication.PhoneNumbers/tests/SessionRecords/PhoneNumbersClientLiveTests/CreateSearch.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.