Commit 744806c
[OPS Common SDK] Update Communication Common SDK for Teams Phone Extensibility GA (#41219)
* Update models.py
* Update models.py
* Update models.py
* Update phone number identifier
* add tests
* small updates
* Update test_identifier_raw_id.py
* Update test_identifier_raw_id.py
* Update test_identifier_raw_id.py
* Create entra_user_credential_async.py
* add entra token cred
* add async exchange
* Update models.py
* Update test_identifier_raw_id.py
* Update test_identifier_raw_id.py
* update credential
* Update entra_user_credential_async.py
* Update entra_user_credential_async.py
* Update entra_user_credential_async.py
* Update entra_user_credential_async.py
* Create pipeline_utils.py
* Create entra_token_guard_policy.py
* Create entra_token_credential_options.py
* Create token_exchange.py
* Update token_exchange.py
* updates
* Update token_exchange.py
* Update token_exchange.py
* cleanup old files
* Update token_exchange.py
* Update entra_token_guard_policy.py
* updated credential classes
* updates
* Delete manual_test.py
* Update user_credential.py
* Copy to all _shared in all sdks
* Update sdk/communication/azure-communication-callautomation/azure/communication/callautomation/_shared/entra_token_guard_policy.py
Co-authored-by: Dominik <[email protected]>
* Update token_exchange.py
* update version
* Fix imports
* Fix imports in all folders
* Fix test
* Update test_identifier_raw_id.py
* Update dev_requirements.txt
* try to fix conflict in pipeline
* try to fix conflict in pipeline 2
* Update setup.py
* try to fix call automation
* remove references
* expose the identifiers
* Update documentation for credential to include the optional params
* Delete manual_test.py
* Update _version.py
* fix comment to default the cloud
* fix comments for phone number properties
* fix path
* Update CHANGELOG.md
* fix cloud param
* fix comment
* Create test_entra_token_guard_policy.py
* fix for cloud param
* Add tests for token exchange
* add tests for credential
* update test
* Update test_user_credential_async.py
* add check in async cred
* fix cloud
* update not required
* Update test_identifier_raw_id.py
* fix passing scopes
* copy paste from identity
* fix space
* fix sending scopes
* Update test_token_exchange.py
* fix spaces for doc
* fix pylint errors
* fix pylint error in model
* fix props in phone number
* fix dateutil import
* update init of asserted_id
* replace none with ""
* update models phone number
* fix some pylint errors: format
* split files
* pylint fixes
* pylint call automation
* pylint for all
* fix some pylint warnings
* fix last warnings in identity
* update all
* update token exchange
* update credential for all sdks
* fix comments
* add some tests
* fix tests
* fix some comments
* fix comments
* copy in all sdks
* fix include
* fix import
* fix tests
* fix comments
* fix analysis warnings
* fix mypy
* fix pylint
* fix mypy
* fix optional scopes
---------
Co-authored-by: Dominik <[email protected]>1 parent 61a6d33 commit 744806c
File tree
94 files changed
+6167
-342
lines changed- sdk/communication
- azure-communication-callautomation
- azure/communication/callautomation
- azure-communication-chat/azure/communication/chat
- azure-communication-email
- azure-communication-identity
- azure/communication/identity
- tests
- azure-communication-jobrouter
- azure-communication-messages
- azure-communication-phonenumbers
- test
- azure-communication-rooms
- azure/communication/rooms
- azure-communication-sms
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
94 files changed
+6167
-342
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
| |||
93 | 95 | | |
94 | 96 | | |
95 | 97 | | |
| 98 | + | |
| 99 | + | |
96 | 100 | | |
97 | 101 | | |
98 | 102 | | |
| |||
Lines changed: 30 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
Lines changed: 30 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
Lines changed: 113 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
86 | 87 | | |
87 | 88 | | |
88 | 89 | | |
| 90 | + | |
| 91 | + | |
89 | 92 | | |
90 | 93 | | |
91 | 94 | | |
| |||
127 | 130 | | |
128 | 131 | | |
129 | 132 | | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
130 | 137 | | |
131 | 138 | | |
132 | 139 | | |
| |||
145 | 152 | | |
146 | 153 | | |
147 | 154 | | |
148 | | - | |
| 155 | + | |
149 | 156 | | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
150 | 170 | | |
151 | 171 | | |
152 | 172 | | |
| |||
163 | 183 | | |
164 | 184 | | |
165 | 185 | | |
166 | | - | |
167 | 186 | | |
168 | 187 | | |
169 | 188 | | |
| |||
223 | 242 | | |
224 | 243 | | |
225 | 244 | | |
226 | | - | |
| 245 | + | |
227 | 246 | | |
228 | 247 | | |
229 | 248 | | |
| |||
294 | 313 | | |
295 | 314 | | |
296 | 315 | | |
297 | | - | |
| 316 | + | |
298 | 317 | | |
299 | 318 | | |
300 | 319 | | |
| |||
338 | 357 | | |
339 | 358 | | |
340 | 359 | | |
341 | | - | |
| 360 | + | |
342 | 361 | | |
343 | 362 | | |
344 | 363 | | |
| |||
347 | 366 | | |
348 | 367 | | |
349 | 368 | | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
350 | 451 | | |
351 | 452 | | |
352 | 453 | | |
| |||
407 | 508 | | |
408 | 509 | | |
409 | 510 | | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
410 | 514 | | |
411 | 515 | | |
412 | 516 | | |
413 | 517 | | |
414 | | - | |
415 | 518 | | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
416 | 522 | | |
417 | 523 | | |
Lines changed: 78 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
0 commit comments