-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
545fcb0
commit a7d0a0c
Showing
19 changed files
with
370 additions
and
291 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
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
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
67 changes: 67 additions & 0 deletions
67
..._number_administration_client.test_list_acquired_phone_numbers_from_managed_identity.yaml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
interactions: | ||
- request: | ||
body: null | ||
headers: | ||
Accept: | ||
- application/json | ||
Accept-Encoding: | ||
- gzip, deflate | ||
Connection: | ||
- keep-alive | ||
User-Agent: | ||
- azsdk-python-communication-administration/1.0.0b4 Python/3.8.5 (Windows-10-10.0.19041-SP0) | ||
method: GET | ||
uri: https://sanitized.communication.azure.com/phoneNumbers?skip=0&top=100&api-version=2021-03-07 | ||
response: | ||
body: | ||
string: '{"phoneNumbers": [{"id": "18332272412", "phoneNumber": "sanitized", | ||
"countryCode": "US", "phoneNumberType": "TollFree", "capabilities": {"calling": | ||
"inbound", "sms": "inbound+outbound"}, "assignmentType": "Application", "purchaseDate": | ||
"2021-02-09T23:00:10.4372681+00:00", "cost": {"amount": 2.0, "currencyCode": | ||
"USD", "billingFrequency": "Monthly"}}, {"id": "18332272430", "phoneNumber": | ||
"sanitized", "countryCode": "US", "phoneNumberType": "TollFree", "capabilities": | ||
{"calling": "inbound", "sms": "inbound+outbound"}, "assignmentType": "Application", | ||
"purchaseDate": "2021-02-09T22:58:41.2504122+00:00", "cost": {"amount": 2.0, | ||
"currencyCode": "USD", "billingFrequency": "Monthly"}}, {"id": "18332272445", | ||
"phoneNumber": "sanitized", "countryCode": "US", "phoneNumberType": "TollFree", | ||
"capabilities": {"calling": "inbound", "sms": "inbound+outbound"}, "assignmentType": | ||
"Application", "purchaseDate": "2021-02-09T23:03:57.6969271+00:00", "cost": | ||
{"amount": 2.0, "currencyCode": "USD", "billingFrequency": "Monthly"}}, {"id": | ||
"18332321209", "phoneNumber": "sanitized", "countryCode": "US", "phoneNumberType": | ||
"TollFree", "capabilities": {"calling": "none", "sms": "inbound+outbound"}, | ||
"assignmentType": "Application", "purchaseDate": "2021-02-10T17:51:13.4876763+00:00", | ||
"cost": {"amount": 2.0, "currencyCode": "USD", "billingFrequency": "Monthly"}}, | ||
{"id": "18332321221", "phoneNumber": "sanitized", "countryCode": "US", "phoneNumberType": | ||
"TollFree", "capabilities": {"calling": "none", "sms": "inbound+outbound"}, | ||
"assignmentType": "Application", "purchaseDate": "2021-02-10T17:52:41.818335+00:00", | ||
"cost": {"amount": 2.0, "currencyCode": "USD", "billingFrequency": "Monthly"}}, | ||
{"id": "18332321226", "phoneNumber": "sanitized", "countryCode": "US", "phoneNumberType": | ||
"TollFree", "capabilities": {"calling": "none", "sms": "inbound+outbound"}, | ||
"assignmentType": "Application", "purchaseDate": "2021-02-10T18:01:46.4199999+00:00", | ||
"cost": {"amount": 2.0, "currencyCode": "USD", "billingFrequency": "Monthly"}}, | ||
{"id": "18335260208", "phoneNumber": "sanitized", "countryCode": "US", "phoneNumberType": | ||
"TollFree", "capabilities": {"calling": "inbound", "sms": "inbound+outbound"}, | ||
"assignmentType": "Application", "purchaseDate": "2000-01-01T00:00:00+00:00", | ||
"cost": {"amount": 2.0, "currencyCode": "USD", "billingFrequency": "Monthly"}}, | ||
{"id": "18336369501", "phoneNumber": "sanitized", "countryCode": "US", "phoneNumberType": | ||
"TollFree", "capabilities": {"calling": "inbound+outbound", "sms": "none"}, | ||
"assignmentType": "Application", "purchaseDate": "2020-09-18T15:03:19.5370985+00:00", | ||
"cost": {"amount": 2.0, "currencyCode": "USD", "billingFrequency": "Monthly"}}]}' | ||
headers: | ||
content-type: | ||
- application/json; charset=utf-8 | ||
date: | ||
- Fri, 05 Mar 2021 17:57:40 GMT | ||
ms-cv: | ||
- RfWp91uvd02ICqvPQgnxlA.0 | ||
request-context: | ||
- appId= | ||
transfer-encoding: | ||
- chunked | ||
x-processing-time: | ||
- 5011ms | ||
status: | ||
code: 200 | ||
message: OK | ||
url: sanitized | ||
version: 1 |
Oops, something went wrong.