Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2516,4 +2516,5 @@ IAASVM
Quickbase
Smartsheet
Qualys
operatorconnect
servermetrics
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
{
"parameters": {
"api-version": "2022-06-01-preview",
"endpoint": "https://resourcename.communication.azure.com/",
"operatorId": "dee34eed-b610-4b8b-9130-0f9a0de97a20",
"body": {
"status": "Suspended",
"consentedBy": {
"fullName": "John Doe",
"email": "admin@contoso.net",
"phoneNumber": "+12345678901"
},
"lastModifiedBy": {
"fullName": "John Doe",
"email": "admin@contoso.net",
"phoneNumber": "+12345678901"
},
"consentedCountries": [
"US",
"AU"
],
"contacts": [
{
"fullName": "Jane Doe",
"email": "name1@contoso.net",
"phoneNumber": "+12345678901"
}
],
"companyName": "Contoso"
}
},
"responses": {
"200": {
"headers": {},
"body": {
"operatorId": "e6716961-215e-4da7-9584-1797db3addb1",
"status": "Active",
"consentedBy": {
"fullName": "John Doe",
"email": "admin@contoso.net"
},
"consentedOn": "2021-04-07T23:57:17.1589393+00:00",
"lastModifiedBy": {
"fullName": "John Doe",
"email": "admin@contoso.net"
},
"lastModifiedOn": "2022-02-15T09:18:17.1169748+00:00",
"consentedCountries": [
"KK",
"CA",
"US",
"AU",
"GB"
],
"companyName": "Contoso",
"contacts": [
{
"fullName": "John Q. Customer",
"email": "sometestname1@contoso.net",
"phoneNumber": "+12345678901"
}
]
}
},
"201": {
"headers": {},
"body": {
"operatorId": "e6716961-215e-4da7-9584-1797db3addb1",
"status": "Active",
"consentedBy": {
"fullName": "John Doe",
"email": "admin@contoso.net"
},
"consentedOn": "2021-04-07T23:57:17.1589393+00:00",
"lastModifiedBy": {
"fullName": "John Doe",
"email": "admin@contoso.net"
},
"lastModifiedOn": "2022-02-15T09:18:17.1169748+00:00",
"consentedCountries": [
"KK",
"CA",
"US",
"AU",
"GB"
],
"companyName": "Contoso",
"contacts": [
{
"fullName": "John Q. Customer",
"email": "sometestname1@contoso.net",
"phoneNumber": "+12345678901"
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"parameters": {
"api-version": "2022-06-01-preview",
"endpoint": "https://resourcename.communication.azure.com/",
"operatorId": "dee34eed-b610-4b8b-9130-0f9a0de97a20"
},
"responses": {
"200": {
"headers": {},
"body": {
"operatorId": "e6716961-215e-4da7-9584-1797db3addb1",
"status": "Suspended",
"consentedBy": {
"fullName": "John Doe",
"email": "admin@contoso.net"
},
"consentedOn": "2021-04-07T23:57:17.1589393+00:00",
"lastModifiedBy": {
"fullName": "John Doe",
"email": "admin@contoso.net"
},
"lastModifiedOn": "2022-02-15T09:18:17.1169748+00:00",
"consentedCountries": [
"KK",
"CA",
"US",
"AU",
"GB"
],
"companyName": "Contoso",
"contacts": [
{
"fullName": "John Q. Customer",
"email": "sometestname1@contoso.net",
"phoneNumber": "+12345678901"
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
{
"parameters": {
"api-version": "2022-06-01-preview",
"endpoint": "https://resourcename.communication.azure.com/"
},
"responses": {
"200": {
"headers": {},
"body": {
"value": [
{
"operatorId": "e6716961-215e-4da7-9584-1797db3addb1",
"status": "Suspended",
"consentedBy": {
"fullName": "John Doe",
"email": "admin@contoso.net"
},
"consentedOn": "2021-04-07T23:57:17.1589393+00:00",
"lastModifiedBy": {
"fullName": "John Doe",
"email": "admin@contoso.net"
},
"lastModifiedOn": "2022-02-15T09:18:17.1169748+00:00",
"consentedCountries": [
"KK",
"CA",
"US",
"AU",
"GB"
],
"companyName": "Contoso",
"contacts": [
{
"fullName": "John Q. Customer",
"email": "sometestname1@contoso.net",
"phoneNumber": "+12345678901"
}
]
},
{
"operatorId": "e6716961-215e-4da7-9584-1797db3addb2",
"status": "Active",
"consentedBy": {
"fullName": "Jane Doe",
"email": "admin2@contoso.net"
},
"consentedOn": "2021-04-07T23:57:17.1589393+00:00",
"lastModifiedBy": {
"fullName": "Jane Doe",
"email": "admin2@contoso.net"
},
"lastModifiedOn": "2022-02-15T09:18:17.1169748+00:00",
"consentedCountries": [
"KK",
"CA",
"US",
"AU",
"GB"
],
"companyName": "Contoso",
"contacts": [
{
"fullName": "Jane Q. Customer",
"email": "sometestname2@contoso.net",
"phoneNumber": ""
}
]
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"parameters": {
"api-version": "2022-06-01-preview",
"endpoint": "https://resourcename.communication.azure.com/"
},
"responses": {
"200": {
"headers": {},
"body": {
"value": [
{
"operatorId": "e6716961-215e-4da7-9584-1797db3addb1",
"friendlyName": "Operator Inc.",
"landingPage": "https://www.operatorhomepage1.net/sample-landing-page",
"logoUri": "https://www.operatorhomepage1.net/sample-logo.png",
"logoThumbnailUri": null,
"acquiredNumbersCount": 1,
"offerings": [
{
"offerType": "Calling",
"availableCountries": [
"US",
"EE"
]
}
]
},
{
"operatorId": "e6716961-215e-4da7-9584-1797db3addb2",
"friendlyName": "Mobile LLC",
"landingPage": "https://www.operatorhomepage2.net/sample-landing-page",
"logoUri": "https://www.operatorhomepage2.net/sample-logo.png",
"logoThumbnailUri": null,
"acquiredNumbersCount": 0,
"offerings": [
{
"offerType": "Calling",
"availableCountries": [
"US",
"CA"
]
}
]
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
{
"parameters": {
"api-version": "2022-06-01-preview",
"endpoint": "https://resourcename.communication.azure.com/",
"operatorId": "dee34eed-b610-4b8b-9130-0f9a0de97a20",
"body": {
"status": "Suspended",
"consentedBy": {
"fullName": "John Doe",
"email": "admin@contoso.net",
"phoneNumber": "+12345678901"
},
"lastModifiedBy": {
"fullName": "John Doe",
"email": "admin@contoso.net",
"phoneNumber": "+12345678901"
},
"consentedCountries": [
"US",
"AU"
],
"contacts": [
{
"fullName": "Jane Doe",
"email": "name1@contoso.net",
"phoneNumber": "+12345678901"
}
],
"companyName": "Contoso"
}
},
"responses": {
"200": {
"headers": {},
"body": {
"operatorId": "e6716961-215e-4da7-9584-1797db3addb1",
"status": "Active",
"consentedBy": {
"fullName": "John Doe",
"email": "admin@contoso.net"
},
"consentedOn": "2021-04-07T23:57:17.1589393+00:00",
"lastModifiedBy": {
"fullName": "John Doe",
"email": "admin@contoso.net"
},
"lastModifiedOn": "2022-02-15T09:18:17.1169748+00:00",
"consentedCountries": [
"KK",
"CA",
"US",
"AU",
"GB"
],
"companyName": "Contoso",
"contacts": [
{
"fullName": "John Q. Customer",
"email": "sometestname1@contoso.net",
"phoneNumber": "+12345678901"
}
]
}
},
"201": {
"headers": {},
"body": {
"operatorId": "e6716961-215e-4da7-9584-1797db3addb1",
"status": "Active",
"consentedBy": {
"fullName": "John Doe",
"email": "admin@contoso.net"
},
"consentedOn": "2021-04-07T23:57:17.1589393+00:00",
"lastModifiedBy": {
"fullName": "John Doe",
"email": "admin@contoso.net"
},
"lastModifiedOn": "2022-02-15T09:18:17.1169748+00:00",
"consentedCountries": [
"KK",
"CA",
"US",
"AU",
"GB"
],
"companyName": "Contoso",
"contacts": [
{
"fullName": "John Q. Customer",
"email": "sometestname1@contoso.net",
"phoneNumber": "+12345678901"
}
]
}
}
}
}
Loading