-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[communication-short-codes] Migrate to Core v2 (#19043)
* changes to migrate http client * shortcodes-http * formatting changes * fixing from pulling * formatting * credential changes for http client v2 migration * adding browser specific utils for auth * adding linter fixes * fixing mocked client * updating policy and sdk version constant * formatting.... * re-recording node tests * fixes needed for browser tests * re-recording tests * fixing unsupported ES2020 'OptionalChain' syntax * formatting * fixing unsupported ES2020 'OptionalChain' syntax on pending sample * fixing unsupported ES2020 'OptionalChain' syntax * fixed typo for shortcodes description * retaking http migration work * removing unnecessary file * removing http-core library * resolving comments * adding re recorded tests * resolving comments and re-recording tests * removing unsupported chainings in samples * fixing samples for ES2020 unsupported syntax * formatting * fixing samples and rerecording tests * fixing tests to include azure on user agent. prepared for second beta release. * fixing error from sms. formatting. * Update communication-common dependency to 2.0.0 Fix package-name property in autorest configuration * Reuse auth pipelines from communication-common Inject XHR client to fix browser tests * Cleanup no longer needed dependencies * Lint and format * Expect `preferredVanityNumbers` in program briefs * Address PR comments - Add versioning metadata to package.json - Update changelog wording - Import `isNode` from `@azure/test-utils` - Restore tokenCredential explicit typing Co-authored-by: Daniel Ortega <[email protected]>
- Loading branch information
1 parent
1620c02
commit ca2ff18
Showing
36 changed files
with
686 additions
and
607 deletions.
There are no files selected for viewing
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
85 changes: 47 additions & 38 deletions
85
..._us_program_brief/recording_can_create_get_update_list_and_delete_a_us_program_brief.json
Large diffs are not rendered by default.
Oops, something went wrong.
35 changes: 18 additions & 17 deletions
35
...us_program_brief_using_upsert/recording_can_create_get_and_delete_a_us_program_brief.json
Large diffs are not rendered by default.
Oops, something went wrong.
11 changes: 6 additions & 5 deletions
11
...sers/shortcodesclient__lists_short_codes/recording_can_list_all_acquired_short_codes.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
26 changes: 13 additions & 13 deletions
26
...tes_us_program_brief_using_upsert/recording_can_create_and_update_a_us_program_brief.json
Large diffs are not rendered by default.
Oops, something went wrong.
184 changes: 92 additions & 92 deletions
184
...es_us_program_brief/recording_can_create_get_update_list_and_delete_a_us_program_brief.js
Large diffs are not rendered by default.
Oops, something went wrong.
34 changes: 18 additions & 16 deletions
34
...s_us_program_brief_using_upsert/recording_can_create_get_and_delete_a_us_program_brief.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
10 changes: 5 additions & 5 deletions
10
...s/node/shortcodesclient__lists_short_codes/recording_can_list_all_acquired_short_codes.js
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.