-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[communication] regenerate client from latest swagger #13976
[communication] regenerate client from latest swagger #13976
Conversation
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.
lgtm
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.
Lgtm, one comment where the generator changed the location follow logic.
Also, let's try to use a shipped version of autorest instead of the private drop once ready. The autorest PR to track is here: Azure/autorest.typescript#871
sdk/communication/communication-phone-numbers/src/generated/src/operations/phoneNumbers.ts
Show resolved
Hide resolved
also validates that change to lro code from regen does not break lros that worked before
…Azure/azure-sdk-for-js into update-swagger
* [communication] new phone numbers package (#13349) * [communication] update new phone numbers client (#13560) * [communication] disable extensible enums (#13806) * [communication] new phone numbers package (#13349) * [communication] update new phone numbers client (#13560) * [communication] disable extensible enums (#13806) * [communication] add samples to readme (#13957) * [communication] regenerate client from latest swagger (#13976) * regenerate client from latest swagger * update autorest/ts version also validates that change to lro code from regen does not break lros that worked before * add space * get lock file from master and build * Update package.json * rebuild
This PR regenerates the generated client from the latest swagger. It also defines a new interface
SearchAvailablePhoneNumbersRequest
.