Skip to content

Commit 3e1794c

Browse files
authored
[communication-administration] update autorest to fix paging (Azure#12657)
1 parent ad52b4f commit 3e1794c

File tree

70 files changed

+2519
-4399
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+2519
-4399
lines changed

sdk/communication/communication-administration/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release History
22

3+
## 1.0.0-beta.4 (Unreleased)
4+
5+
### Key bug fixes
6+
7+
- Fixed paging for `listPhoneNumbers`, `listPhonePlanGroups`, `listPhonePlans`, `listReleases`, `listSearches`, `listSupportedCountries`.
8+
39
## 1.0.0-beta.3 (2020-11-16)
410

511
### Added

sdk/communication/communication-administration/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
1111
"build": "tsc -p . && rollup -c 2>&1 && api-extractor run --local",
1212
"build:autorest": "npm run build:autorest-identity && npm run build:autorest-phone",
13-
"build:autorest-identity": "autorest --typescript --v3 ./swagger/CommunicationIdentity.md && rushx format",
14-
"build:autorest-phone": "autorest --typescript --v3 ./swagger/PhoneNumber.md && rushx format",
13+
"build:autorest-identity": "autorest --typescript --version=3.0.6267 --v3 ./swagger/CommunicationIdentity.md && rushx format",
14+
"build:autorest-phone": "autorest --typescript --version=3.0.6267 --v3 ./swagger/PhoneNumber.md && rushx format",
1515
"build:clean": "rush update --recheck && rush rebuild && npm run build",
1616
"build:browser": "tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1",
1717
"build:node": "tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1",

sdk/communication/communication-administration/recordings/browsers/communicationidentityclient_playbacklive/recording_successfully_issues_a_token_for_a_user_multiple_scopes.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/communication/communication-administration/recordings/browsers/communicationidentityclient_playbacklive/recording_successfully_issues_a_token_for_a_user_single_scope.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/communication/communication-administration/recordings/browsers/phonenumber__lros__phone_number_reservations_playbacklive/recording_can_cancel_a_phone_number_reservation.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/communication/communication-administration/recordings/browsers/phonenumber__lros__phone_number_reservations_playbacklive/recording_can_get_phoneplanids_and_areacode_to_create_reservation.json

Lines changed: 3 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/communication/communication-administration/recordings/browsers/phonenumber__lros__phone_number_reservations_playbacklive/recording_can_wait_until_a_search_is_completed.json

Lines changed: 5 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/communication/communication-administration/recordings/browsers/phonenumber__lros__purchase_reservation_playbacklive/recording_can_get_phoneplanids_and_areacode_to_create_reservation.json

Lines changed: 3 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)