Skip to content

Commit 896d05e

Browse files
authored
[Communication] - Fixing broken paths in swagger (Azure#14488)
* [AzureCommunicationServices] fixing folder paths * [Chat] updating path in swagger * [Communication] fixing folder paths
1 parent 5fcc685 commit 896d05e

File tree

11 files changed

+64
-64
lines changed

11 files changed

+64
-64
lines changed

specification/communication/data-plane/Chat/preview/2020-11-01-preview3/communicationserviceschat.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1229,10 +1229,10 @@
12291229
}
12301230
},
12311231
"Error": {
1232-
"$ref": "../../../Microsoft.CommunicationServicesCommon/preview/2020-11-19-preview1/common.json#/definitions/CommunicationError"
1232+
"$ref": "../../../Common/preview/2020-11-19-preview1/common.json#/definitions/CommunicationError"
12331233
},
12341234
"ErrorResponse": {
1235-
"$ref": "../../../Microsoft.CommunicationServicesCommon/preview/2020-11-19-preview1/common.json#/definitions/CommunicationErrorResponse"
1235+
"$ref": "../../../Common/preview/2020-11-19-preview1/common.json#/definitions/CommunicationErrorResponse"
12361236
},
12371237
"SendReadReceiptRequest": {
12381238
"description": "Request payload for sending a read receipt.",

specification/communication/data-plane/Chat/preview/2021-01-27-preview4/communicationserviceschat.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1187,16 +1187,16 @@
11871187
},
11881188
"definitions": {
11891189
"CommunicationUserIdentifierModel": {
1190-
"$ref": "../../../Microsoft.CommunicationServicesCommon/stable/2021-03-07/common.json#/definitions/CommunicationUserIdentifierModel"
1190+
"$ref": "../../../Common/stable/2021-03-07/common.json#/definitions/CommunicationUserIdentifierModel"
11911191
},
11921192
"CommunicationCloudEnvironment": {
1193-
"$ref": "../../../Microsoft.CommunicationServicesCommon/stable/2021-03-07/common.json#/definitions/CommunicationCloudEnvironmentModel"
1193+
"$ref": "../../../Common/stable/2021-03-07/common.json#/definitions/CommunicationCloudEnvironmentModel"
11941194
},
11951195
"MicrosoftTeamsUserIdentifierModel": {
1196-
"$ref": "../../../Microsoft.CommunicationServicesCommon/stable/2021-03-07/common.json#/definitions/MicrosoftTeamsUserIdentifierModel"
1196+
"$ref": "../../../Common/stable/2021-03-07/common.json#/definitions/MicrosoftTeamsUserIdentifierModel"
11971197
},
11981198
"CommunicationIdentifierModel": {
1199-
"$ref": "../../../Microsoft.CommunicationServicesCommon/stable/2021-03-07/common.json#/definitions/CommunicationIdentifierModel"
1199+
"$ref": "../../../Common/stable/2021-03-07/common.json#/definitions/CommunicationIdentifierModel"
12001200
},
12011201
"ChatMessageReadReceipt": {
12021202
"description": "A chat message read receipt indicates the time a chat message was read by a recipient.",
@@ -1245,10 +1245,10 @@
12451245
}
12461246
},
12471247
"Error": {
1248-
"$ref": "../../../Microsoft.CommunicationServicesCommon/stable/2021-03-07/common.json#/definitions/CommunicationError"
1248+
"$ref": "../../../Common/stable/2021-03-07/common.json#/definitions/CommunicationError"
12491249
},
12501250
"ErrorResponse": {
1251-
"$ref": "../../../Microsoft.CommunicationServicesCommon/stable/2021-03-07/common.json#/definitions/CommunicationErrorResponse"
1251+
"$ref": "../../../Common/stable/2021-03-07/common.json#/definitions/CommunicationErrorResponse"
12521252
},
12531253
"SendReadReceiptRequest": {
12541254
"description": "Request payload for sending a read receipt.",

specification/communication/data-plane/Chat/preview/2021-03-01-preview5/communicationserviceschat.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1187,16 +1187,16 @@
11871187
},
11881188
"definitions": {
11891189
"CommunicationUserIdentifierModel": {
1190-
"$ref": "../../../Microsoft.CommunicationServicesCommon/stable/2021-03-07/common.json#/definitions/CommunicationUserIdentifierModel"
1190+
"$ref": "../../../Common/stable/2021-03-07/common.json#/definitions/CommunicationUserIdentifierModel"
11911191
},
11921192
"CommunicationCloudEnvironment": {
1193-
"$ref": "../../../Microsoft.CommunicationServicesCommon/stable/2021-03-07/common.json#/definitions/CommunicationCloudEnvironmentModel"
1193+
"$ref": "../../../Common/stable/2021-03-07/common.json#/definitions/CommunicationCloudEnvironmentModel"
11941194
},
11951195
"MicrosoftTeamsUserIdentifierModel": {
1196-
"$ref": "../../../Microsoft.CommunicationServicesCommon/stable/2021-03-07/common.json#/definitions/MicrosoftTeamsUserIdentifierModel"
1196+
"$ref": "../../../Common/stable/2021-03-07/common.json#/definitions/MicrosoftTeamsUserIdentifierModel"
11971197
},
11981198
"CommunicationIdentifierModel": {
1199-
"$ref": "../../../Microsoft.CommunicationServicesCommon/stable/2021-03-07/common.json#/definitions/CommunicationIdentifierModel"
1199+
"$ref": "../../../Common/stable/2021-03-07/common.json#/definitions/CommunicationIdentifierModel"
12001200
},
12011201
"ChatMessageReadReceipt": {
12021202
"description": "A chat message read receipt indicates the time a chat message was read by a recipient.",
@@ -1245,10 +1245,10 @@
12451245
}
12461246
},
12471247
"CommunicationError": {
1248-
"$ref": "../../../Microsoft.CommunicationServicesCommon/stable/2021-03-07/common.json#/definitions/CommunicationError"
1248+
"$ref": "../../../Common/stable/2021-03-07/common.json#/definitions/CommunicationError"
12491249
},
12501250
"CommunicationErrorResponse": {
1251-
"$ref": "../../../Microsoft.CommunicationServicesCommon/stable/2021-03-07/common.json#/definitions/CommunicationErrorResponse"
1251+
"$ref": "../../../Common/stable/2021-03-07/common.json#/definitions/CommunicationErrorResponse"
12521252
},
12531253
"SendReadReceiptRequest": {
12541254
"description": "Request payload for sending a read receipt.",

specification/communication/data-plane/Chat/preview/2021-04-05-preview6/communicationserviceschat.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1187,16 +1187,16 @@
11871187
},
11881188
"definitions": {
11891189
"CommunicationUserIdentifierModel": {
1190-
"$ref": "../../../Microsoft.CommunicationServicesCommon/stable/2021-03-07/common.json#/definitions/CommunicationUserIdentifierModel"
1190+
"$ref": "../../../Common/stable/2021-03-07/common.json#/definitions/CommunicationUserIdentifierModel"
11911191
},
11921192
"CommunicationCloudEnvironment": {
1193-
"$ref": "../../../Microsoft.CommunicationServicesCommon/stable/2021-03-07/common.json#/definitions/CommunicationCloudEnvironmentModel"
1193+
"$ref": "../../../Common/stable/2021-03-07/common.json#/definitions/CommunicationCloudEnvironmentModel"
11941194
},
11951195
"MicrosoftTeamsUserIdentifierModel": {
1196-
"$ref": "../../../Microsoft.CommunicationServicesCommon/stable/2021-03-07/common.json#/definitions/MicrosoftTeamsUserIdentifierModel"
1196+
"$ref": "../../../Common/stable/2021-03-07/common.json#/definitions/MicrosoftTeamsUserIdentifierModel"
11971197
},
11981198
"CommunicationIdentifierModel": {
1199-
"$ref": "../../../Microsoft.CommunicationServicesCommon/stable/2021-03-07/common.json#/definitions/CommunicationIdentifierModel"
1199+
"$ref": "../../../Common/stable/2021-03-07/common.json#/definitions/CommunicationIdentifierModel"
12001200
},
12011201
"ChatMessageReadReceipt": {
12021202
"description": "A chat message read receipt indicates the time a chat message was read by a recipient.",
@@ -1245,10 +1245,10 @@
12451245
}
12461246
},
12471247
"CommunicationError": {
1248-
"$ref": "../../../Microsoft.CommunicationServicesCommon/stable/2021-03-07/common.json#/definitions/CommunicationError"
1248+
"$ref": "../../../Common/stable/2021-03-07/common.json#/definitions/CommunicationError"
12491249
},
12501250
"CommunicationErrorResponse": {
1251-
"$ref": "../../../Microsoft.CommunicationServicesCommon/stable/2021-03-07/common.json#/definitions/CommunicationErrorResponse"
1251+
"$ref": "../../../Common/stable/2021-03-07/common.json#/definitions/CommunicationErrorResponse"
12521252
},
12531253
"SendReadReceiptRequest": {
12541254
"description": "Request payload for sending a read receipt.",

specification/communication/data-plane/Chat/stable/2021-03-07/communicationserviceschat.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1187,16 +1187,16 @@
11871187
},
11881188
"definitions": {
11891189
"CommunicationUserIdentifierModel": {
1190-
"$ref": "../../../Microsoft.CommunicationServicesCommon/stable/2021-03-07/common.json#/definitions/CommunicationUserIdentifierModel"
1190+
"$ref": "../../../Common/stable/2021-03-07/common.json#/definitions/CommunicationUserIdentifierModel"
11911191
},
11921192
"CommunicationCloudEnvironment": {
1193-
"$ref": "../../../Microsoft.CommunicationServicesCommon/stable/2021-03-07/common.json#/definitions/CommunicationCloudEnvironmentModel"
1193+
"$ref": "../../../Common/stable/2021-03-07/common.json#/definitions/CommunicationCloudEnvironmentModel"
11941194
},
11951195
"MicrosoftTeamsUserIdentifierModel": {
1196-
"$ref": "../../../Microsoft.CommunicationServicesCommon/stable/2021-03-07/common.json#/definitions/MicrosoftTeamsUserIdentifierModel"
1196+
"$ref": "../../../Common/stable/2021-03-07/common.json#/definitions/MicrosoftTeamsUserIdentifierModel"
11971197
},
11981198
"CommunicationIdentifierModel": {
1199-
"$ref": "../../../Microsoft.CommunicationServicesCommon/stable/2021-03-07/common.json#/definitions/CommunicationIdentifierModel"
1199+
"$ref": "../../../Common/stable/2021-03-07/common.json#/definitions/CommunicationIdentifierModel"
12001200
},
12011201
"ChatMessageReadReceipt": {
12021202
"description": "A chat message read receipt indicates the time a chat message was read by a recipient.",
@@ -1245,10 +1245,10 @@
12451245
}
12461246
},
12471247
"CommunicationError": {
1248-
"$ref": "../../../Microsoft.CommunicationServicesCommon/stable/2021-03-07/common.json#/definitions/CommunicationError"
1248+
"$ref": "../../../Common/stable/2021-03-07/common.json#/definitions/CommunicationError"
12491249
},
12501250
"CommunicationErrorResponse": {
1251-
"$ref": "../../../Microsoft.CommunicationServicesCommon/stable/2021-03-07/common.json#/definitions/CommunicationErrorResponse"
1251+
"$ref": "../../../Common/stable/2021-03-07/common.json#/definitions/CommunicationErrorResponse"
12521252
},
12531253
"SendReadReceiptRequest": {
12541254
"description": "Request payload for sending a read receipt.",

specification/communication/data-plane/Identity/preview/2021-02-22-preview1/CommunicationIdentity.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"default": {
3636
"description": "Error",
3737
"schema": {
38-
"$ref": "../../../Microsoft.CommunicationServicesCommon/stable/2021-03-07/common.json#/definitions/CommunicationErrorResponse"
38+
"$ref": "../../../Common/stable/2021-03-07/common.json#/definitions/CommunicationErrorResponse"
3939
}
4040
},
4141
"201": {
@@ -78,7 +78,7 @@
7878
"default": {
7979
"description": "Error",
8080
"schema": {
81-
"$ref": "../../../Microsoft.CommunicationServicesCommon/stable/2021-03-07/common.json#/definitions/CommunicationErrorResponse"
81+
"$ref": "../../../Common/stable/2021-03-07/common.json#/definitions/CommunicationErrorResponse"
8282
}
8383
},
8484
"204": {
@@ -118,7 +118,7 @@
118118
"default": {
119119
"description": "Error",
120120
"schema": {
121-
"$ref": "../../../Microsoft.CommunicationServicesCommon/stable/2021-03-07/common.json#/definitions/CommunicationErrorResponse"
121+
"$ref": "../../../Common/stable/2021-03-07/common.json#/definitions/CommunicationErrorResponse"
122122
}
123123
},
124124
"204": {
@@ -170,7 +170,7 @@
170170
"default": {
171171
"description": "Error",
172172
"schema": {
173-
"$ref": "../../../Microsoft.CommunicationServicesCommon/stable/2021-03-07/common.json#/definitions/CommunicationErrorResponse"
173+
"$ref": "../../../Common/stable/2021-03-07/common.json#/definitions/CommunicationErrorResponse"
174174
}
175175
},
176176
"200": {

specification/communication/data-plane/Identity/preview/2021-03-31-preview1/CommunicationIdentity.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"default": {
3636
"description": "Error",
3737
"schema": {
38-
"$ref": "../../../Microsoft.CommunicationServicesCommon/stable/2021-03-07/common.json#/definitions/CommunicationErrorResponse"
38+
"$ref": "../../../Common/stable/2021-03-07/common.json#/definitions/CommunicationErrorResponse"
3939
}
4040
},
4141
"201": {
@@ -78,7 +78,7 @@
7878
"default": {
7979
"description": "Error",
8080
"schema": {
81-
"$ref": "../../../Microsoft.CommunicationServicesCommon/stable/2021-03-07/common.json#/definitions/CommunicationErrorResponse"
81+
"$ref": "../../../Common/stable/2021-03-07/common.json#/definitions/CommunicationErrorResponse"
8282
}
8383
},
8484
"204": {
@@ -118,7 +118,7 @@
118118
"default": {
119119
"description": "Error",
120120
"schema": {
121-
"$ref": "../../../Microsoft.CommunicationServicesCommon/stable/2021-03-07/common.json#/definitions/CommunicationErrorResponse"
121+
"$ref": "../../../Common/stable/2021-03-07/common.json#/definitions/CommunicationErrorResponse"
122122
}
123123
},
124124
"204": {
@@ -162,7 +162,7 @@
162162
"default": {
163163
"description": "Error",
164164
"schema": {
165-
"$ref": "../../../Microsoft.CommunicationServicesCommon/stable/2021-03-07/common.json#/definitions/CommunicationErrorResponse"
165+
"$ref": "../../../Common/stable/2021-03-07/common.json#/definitions/CommunicationErrorResponse"
166166
}
167167
},
168168
"200": {
@@ -217,7 +217,7 @@
217217
"default": {
218218
"description": "Error",
219219
"schema": {
220-
"$ref": "../../../Microsoft.CommunicationServicesCommon/stable/2021-03-07/common.json#/definitions/CommunicationErrorResponse"
220+
"$ref": "../../../Common/stable/2021-03-07/common.json#/definitions/CommunicationErrorResponse"
221221
}
222222
},
223223
"200": {

specification/communication/data-plane/Identity/stable/2021-03-07/CommunicationIdentity.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"default": {
3636
"description": "Error",
3737
"schema": {
38-
"$ref": "../../../Microsoft.CommunicationServicesCommon/stable/2021-03-07/common.json#/definitions/CommunicationErrorResponse"
38+
"$ref": "../../../Common/stable/2021-03-07/common.json#/definitions/CommunicationErrorResponse"
3939
}
4040
},
4141
"201": {
@@ -78,7 +78,7 @@
7878
"default": {
7979
"description": "Error",
8080
"schema": {
81-
"$ref": "../../../Microsoft.CommunicationServicesCommon/stable/2021-03-07/common.json#/definitions/CommunicationErrorResponse"
81+
"$ref": "../../../Common/stable/2021-03-07/common.json#/definitions/CommunicationErrorResponse"
8282
}
8383
},
8484
"204": {
@@ -118,7 +118,7 @@
118118
"default": {
119119
"description": "Error",
120120
"schema": {
121-
"$ref": "../../../Microsoft.CommunicationServicesCommon/stable/2021-03-07/common.json#/definitions/CommunicationErrorResponse"
121+
"$ref": "../../../Common/stable/2021-03-07/common.json#/definitions/CommunicationErrorResponse"
122122
}
123123
},
124124
"204": {
@@ -170,7 +170,7 @@
170170
"default": {
171171
"description": "Error",
172172
"schema": {
173-
"$ref": "../../../Microsoft.CommunicationServicesCommon/stable/2021-03-07/common.json#/definitions/CommunicationErrorResponse"
173+
"$ref": "../../../Common/stable/2021-03-07/common.json#/definitions/CommunicationErrorResponse"
174174
}
175175
},
176176
"200": {

specification/communication/data-plane/PhoneNumbers/stable/2021-03-07/phonenumbers.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"default": {
6969
"description": "Failure",
7070
"schema": {
71-
"$ref": "../../../Microsoft.CommunicationServicesCommon/stable/2021-03-07/common.json#/definitions/CommunicationErrorResponse"
71+
"$ref": "../../../Common/stable/2021-03-07/common.json#/definitions/CommunicationErrorResponse"
7272
}
7373
}
7474
},
@@ -115,7 +115,7 @@
115115
"default": {
116116
"description": "Failure",
117117
"schema": {
118-
"$ref": "../../../Microsoft.CommunicationServicesCommon/stable/2021-03-07/common.json#/definitions/CommunicationErrorResponse"
118+
"$ref": "../../../Common/stable/2021-03-07/common.json#/definitions/CommunicationErrorResponse"
119119
}
120120
}
121121
},
@@ -171,7 +171,7 @@
171171
"default": {
172172
"description": "Failure",
173173
"schema": {
174-
"$ref": "../../../Microsoft.CommunicationServicesCommon/stable/2021-03-07/common.json#/definitions/CommunicationErrorResponse"
174+
"$ref": "../../../Common/stable/2021-03-07/common.json#/definitions/CommunicationErrorResponse"
175175
}
176176
}
177177
},
@@ -224,7 +224,7 @@
224224
"default": {
225225
"description": "Failure",
226226
"schema": {
227-
"$ref": "../../../Microsoft.CommunicationServicesCommon/stable/2021-03-07/common.json#/definitions/CommunicationErrorResponse"
227+
"$ref": "../../../Common/stable/2021-03-07/common.json#/definitions/CommunicationErrorResponse"
228228
}
229229
}
230230
},
@@ -259,7 +259,7 @@
259259
"default": {
260260
"description": "Failure",
261261
"schema": {
262-
"$ref": "../../../Microsoft.CommunicationServicesCommon/stable/2021-03-07/common.json#/definitions/CommunicationErrorResponse"
262+
"$ref": "../../../Common/stable/2021-03-07/common.json#/definitions/CommunicationErrorResponse"
263263
}
264264
}
265265
},
@@ -334,7 +334,7 @@
334334
"default": {
335335
"description": "Failure",
336336
"schema": {
337-
"$ref": "../../../Microsoft.CommunicationServicesCommon/stable/2021-03-07/common.json#/definitions/CommunicationErrorResponse"
337+
"$ref": "../../../Common/stable/2021-03-07/common.json#/definitions/CommunicationErrorResponse"
338338
}
339339
}
340340
},
@@ -381,7 +381,7 @@
381381
"default": {
382382
"description": "Failure",
383383
"schema": {
384-
"$ref": "../../../Microsoft.CommunicationServicesCommon/stable/2021-03-07/common.json#/definitions/CommunicationErrorResponse"
384+
"$ref": "../../../Common/stable/2021-03-07/common.json#/definitions/CommunicationErrorResponse"
385385
}
386386
}
387387
},
@@ -430,7 +430,7 @@
430430
"default": {
431431
"description": "Failure",
432432
"schema": {
433-
"$ref": "../../../Microsoft.CommunicationServicesCommon/stable/2021-03-07/common.json#/definitions/CommunicationErrorResponse"
433+
"$ref": "../../../Common/stable/2021-03-07/common.json#/definitions/CommunicationErrorResponse"
434434
}
435435
}
436436
},
@@ -486,7 +486,7 @@
486486
"default": {
487487
"description": "Failure",
488488
"schema": {
489-
"$ref": "../../../Microsoft.CommunicationServicesCommon/stable/2021-03-07/common.json#/definitions/CommunicationErrorResponse"
489+
"$ref": "../../../Common/stable/2021-03-07/common.json#/definitions/CommunicationErrorResponse"
490490
}
491491
}
492492
},
@@ -727,7 +727,7 @@
727727
"type": "string"
728728
},
729729
"error": {
730-
"$ref": "../../../Microsoft.CommunicationServicesCommon/stable/2021-03-07/common.json#/definitions/CommunicationError"
730+
"$ref": "../../../Common/stable/2021-03-07/common.json#/definitions/CommunicationError"
731731
},
732732
"id": {
733733
"description": "Id of operation.",

specification/communication/data-plane/Turn/preview/2021-02-22-preview1/CommunicationTurn.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"default": {
3333
"description": "Error",
3434
"schema": {
35-
"$ref": "../../../Microsoft.CommunicationServicesCommon/stable/2021-03-07/common.json#/definitions/CommunicationErrorResponse"
35+
"$ref": "../../../Common/stable/2021-03-07/common.json#/definitions/CommunicationErrorResponse"
3636
}
3737
},
3838
"200": {

0 commit comments

Comments
 (0)