Skip to content

Commit

Permalink
Adding xms-ids for Botservice (Azure#17617)
Browse files Browse the repository at this point in the history
* Adding xms-ids for Botservice

* corrections after rebase
  • Loading branch information
agalerrotaru authored and FredericHeem committed Mar 7, 2022
1 parent 02f5098 commit 7851843
Showing 1 changed file with 29 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1529,6 +1529,9 @@
"items": {
"$ref": "#/definitions/Site"
},
"x-ms-identifiers": [
"siteId"
],
"description": "The list of sites"
},
"channelId": {
Expand Down Expand Up @@ -1926,6 +1929,9 @@
"items": {
"$ref": "#/definitions/WebChatSite"
},
"x-ms-identifiers": [
"siteId"
],
"description": "The list of Web Chat sites"
}
},
Expand Down Expand Up @@ -1954,6 +1960,9 @@
"items": {
"$ref": "#/definitions/DirectLineSite"
},
"x-ms-identifiers": [
"siteId"
],
"description": "The list of Direct Line sites"
},
"DirectLineEmbedCode": {
Expand Down Expand Up @@ -2141,7 +2150,10 @@
"description": "The list of line channel registrations",
"items": {
"$ref": "#/definitions/LineRegistration"
}
},
"x-ms-identifiers": [
"generatedId"
]
},
"callbackUrl": {
"type": "string",
Expand Down Expand Up @@ -2476,7 +2488,10 @@
"description": "Service Provider Parameters associated with the Connection Setting",
"items": {
"$ref": "#/definitions/ConnectionSettingParameter"
}
},
"x-ms-identifiers": [
"key"
]
},
"provisioningState": {
"type": "string",
Expand Down Expand Up @@ -2529,6 +2544,9 @@
"items": {
"$ref": "#/definitions/ServiceProvider"
},
"x-ms-identifiers": [
"properties/id"
],
"description": "Gets the list of bot service providers and their properties."
}
},
Expand Down Expand Up @@ -2618,7 +2636,11 @@
"type": "array",
"items": {
"$ref": "#/definitions/ServiceProviderParameter"
}
},
"x-ms-identifiers": [
"name",
"type"
]
}
},
"description": "The Object used to describe a Service Provider supported by Bot Service"
Expand Down Expand Up @@ -2672,7 +2694,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/OperationEntity"
}
},
"x-ms-identifiers": [
"name"
]
}
}
},
Expand Down

0 comments on commit 7851843

Please sign in to comment.