Skip to content

Commit 855295b

Browse files
fix(acs-identity): remove duplicate identities path from example endpoints (#12466)
1 parent 4ac3bbf commit 855295b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

specification/communication/data-plane/Microsoft.CommunicationServicesIdentity/preview/2020-07-20-preview2/examples/CreateIdentity.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"parameters": {
33
"api-version": "2020-07-20-preview2",
44
"content-type": "application/json",
5-
"endpoint": "https://contoso.communication.azure.com/identities"
5+
"endpoint": "https://contoso.communication.azure.com"
66
},
77
"responses": {
88
"200": {

specification/communication/data-plane/Microsoft.CommunicationServicesIdentity/preview/2020-07-20-preview2/examples/DeleteIdentity.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"api-version": "2020-07-20-preview2",
44
"content-type": "application/json",
55
"id": "8:acs:2dee53b4-368b-45b4-ab52-8493fb117652_00000005-14a2-493b-8a72-5a3a0d000081",
6-
"endpoint": "https://contoso.communication.azure.com/identities"
6+
"endpoint": "https://contoso.communication.azure.com"
77
},
88
"responses": {
99
"204": {}

specification/communication/data-plane/Microsoft.CommunicationServicesIdentity/preview/2020-07-20-preview2/examples/IssueToken.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"chat"
99
]
1010
},
11-
"endpoint": "https://contoso.communication.azure.com/identities/"
11+
"endpoint": "https://contoso.communication.azure.com"
1212
},
1313
"responses": {
1414
"200": {

specification/communication/data-plane/Microsoft.CommunicationServicesIdentity/preview/2020-07-20-preview2/examples/UpdateIdentity.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"api-version": "2020-07-20-preview2",
44
"content-type": "application/merge-patch+json",
55
"id": "8:acs:2dee53b4-368b-45b4-ab52-8493fb117652_00000005-14a2-493b-8a72-5a3a0d000081",
6-
"endpoint": "https://contoso.communication.azure.com/identities/",
6+
"endpoint": "https://contoso.communication.azure.com",
77
"body": {
88
"tokensValidFrom": "2017-04-17T05:04:18.070Z"
99
}

0 commit comments

Comments
 (0)