Skip to content

Commit 1d99e42

Browse files
authored
[communication] Add cloud property to Teams identifier (#12552)
* [communication] Add cloud property to Teams identifier * rename to CommunicationCloudEnvironment * rename to CommunicationCloudEnvironmentModel * prettier and spelling fix
1 parent 111dc7f commit 1d99e42

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

custom-words.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -672,6 +672,7 @@ galleryimages
672672
Garda
673673
Gbps
674674
GC'd
675+
gcch
675676
GCMAES
676677
gdpr
677678
genderless

specification/communication/data-plane/Microsoft.CommunicationServicesCommon/preview/2020-11-19-preview1/common.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,19 @@
7373
"modelAsString": true
7474
}
7575
},
76+
"CommunicationCloudEnvironmentModel": {
77+
"description": "The cloud that the identifier belongs to.",
78+
"type": "string",
79+
"enum": [
80+
"public",
81+
"dod",
82+
"gcch"
83+
],
84+
"x-ms-enum": {
85+
"name": "CommunicationCloudEnvironmentModel",
86+
"modelAsString": true
87+
}
88+
},
7689
"CommunicationIdentifierModel": {
7790
"description": "Identifies a participant in Azure Communication services. A participant is, for example, a phone number or an Azure communication user.",
7891
"type": "object",
@@ -99,6 +112,10 @@
99112
"isAnonymous": {
100113
"type": "boolean",
101114
"description": "True if the identifier is anonymous."
115+
},
116+
"cloud": {
117+
"$ref": "#/definitions/CommunicationCloudEnvironmentModel",
118+
"description": "The cloud that the identifier belongs to."
102119
}
103120
}
104121
}

0 commit comments

Comments
 (0)