Skip to content

Commit

Permalink
fix(acs-identity): remove duplicate identities path from example endp…
Browse files Browse the repository at this point in the history
…oints (#12466)
  • Loading branch information
ProbablePrime authored Jan 19, 2021
1 parent 4ac3bbf commit 855295b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"parameters": {
"api-version": "2020-07-20-preview2",
"content-type": "application/json",
"endpoint": "https://contoso.communication.azure.com/identities"
"endpoint": "https://contoso.communication.azure.com"
},
"responses": {
"200": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"api-version": "2020-07-20-preview2",
"content-type": "application/json",
"id": "8:acs:2dee53b4-368b-45b4-ab52-8493fb117652_00000005-14a2-493b-8a72-5a3a0d000081",
"endpoint": "https://contoso.communication.azure.com/identities"
"endpoint": "https://contoso.communication.azure.com"
},
"responses": {
"204": {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"chat"
]
},
"endpoint": "https://contoso.communication.azure.com/identities/"
"endpoint": "https://contoso.communication.azure.com"
},
"responses": {
"200": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"api-version": "2020-07-20-preview2",
"content-type": "application/merge-patch+json",
"id": "8:acs:2dee53b4-368b-45b4-ab52-8493fb117652_00000005-14a2-493b-8a72-5a3a0d000081",
"endpoint": "https://contoso.communication.azure.com/identities/",
"endpoint": "https://contoso.communication.azure.com",
"body": {
"tokensValidFrom": "2017-04-17T05:04:18.070Z"
}
Expand Down

0 comments on commit 855295b

Please sign in to comment.