Commit 5e2b957
[Communication] SMS 1:N Messages, Custom Tags and Idempotency Functionality (Azure#13927)
* Code gen with new swagger
* Modified the Api to be pagedIterable
* Rename model to SendSmsResult
* Swagger changes
* Exporting SendSmsResult
* Samples
* Formatting
* update swagger + auto-gen
* update method signature + tests
* formatting
* First cut - update tests
* add livetest recordings
* workaround to mock uuid for browser tests
* update recordings
* conceal repeatibilityResult
* rename request and options
* update sample
* make options bag optional
* use fake timers and check repeatability on fail
* update mocked test fix unhandled promise warning
* clean up mock
* remove unnecessary import
* update md file
* refactor + update tests to support recording
* formatting
* skip token test if browser
* update recordings
* formatting
* update recordings
* update hash + changelog
* change how we assign date for idempotency
* update tests
* change how we skip browser token test
* remove test that is failing intermittently
* make samples prettier
* change how sample is printed
* refactor client
* formatting
* update tests from pr comments and re-record
* re-record and generate after PR feedback
* update tests because of service deployment
* add filter after rebase
Co-authored-by: Ankit Arora <ankita@microsoft.com>1 parent e662b30 commit 5e2b957
File tree
28 files changed
+792
-359
lines changed- sdk/communication/communication-sms
- recordings
- browsers/smsclient
- node
- smsclientwithtoken_playbacklive
- smsclient
- review
- samples
- javascript
- typescript/src
- src
- generated/src
- models
- operations
- utils
- swagger
- test
- utils
28 files changed
+792
-359
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
9 | 15 | | |
10 | 16 | | |
11 | 17 | | |
12 | 18 | | |
13 | 19 | | |
14 | 20 | | |
15 | | - | |
| 21 | + | |
16 | 22 | | |
17 | 23 | | |
18 | 24 | | |
19 | 25 | | |
20 | 26 | | |
21 | | - | |
22 | | - | |
| 27 | + | |
| 28 | + | |
Lines changed: 0 additions & 22 deletions
This file was deleted.
Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 0 additions & 25 deletions
This file was deleted.
Lines changed: 27 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 25 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 60 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 16 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 22 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
14 | | - | |
15 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
| 21 | + | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
31 | 28 | | |
32 | 29 | | |
33 | 30 | | |
34 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
35 | 44 | | |
36 | 45 | | |
37 | 46 | | |
| |||
0 commit comments