Skip to content

Commit 87bd0df

Browse files
authored
Adding xms-ids for Botservice (#17617)
* Adding xms-ids for Botservice * corrections after rebase
1 parent 0f0d51a commit 87bd0df

File tree

1 file changed

+29
-4
lines changed
  • specification/botservice/resource-manager/Microsoft.BotService/stable/2021-03-01

1 file changed

+29
-4
lines changed

specification/botservice/resource-manager/Microsoft.BotService/stable/2021-03-01/botservice.json

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1529,6 +1529,9 @@
15291529
"items": {
15301530
"$ref": "#/definitions/Site"
15311531
},
1532+
"x-ms-identifiers": [
1533+
"siteId"
1534+
],
15321535
"description": "The list of sites"
15331536
},
15341537
"channelId": {
@@ -1926,6 +1929,9 @@
19261929
"items": {
19271930
"$ref": "#/definitions/WebChatSite"
19281931
},
1932+
"x-ms-identifiers": [
1933+
"siteId"
1934+
],
19291935
"description": "The list of Web Chat sites"
19301936
}
19311937
},
@@ -1954,6 +1960,9 @@
19541960
"items": {
19551961
"$ref": "#/definitions/DirectLineSite"
19561962
},
1963+
"x-ms-identifiers": [
1964+
"siteId"
1965+
],
19571966
"description": "The list of Direct Line sites"
19581967
},
19591968
"DirectLineEmbedCode": {
@@ -2141,7 +2150,10 @@
21412150
"description": "The list of line channel registrations",
21422151
"items": {
21432152
"$ref": "#/definitions/LineRegistration"
2144-
}
2153+
},
2154+
"x-ms-identifiers": [
2155+
"generatedId"
2156+
]
21452157
},
21462158
"callbackUrl": {
21472159
"type": "string",
@@ -2476,7 +2488,10 @@
24762488
"description": "Service Provider Parameters associated with the Connection Setting",
24772489
"items": {
24782490
"$ref": "#/definitions/ConnectionSettingParameter"
2479-
}
2491+
},
2492+
"x-ms-identifiers": [
2493+
"key"
2494+
]
24802495
},
24812496
"provisioningState": {
24822497
"type": "string",
@@ -2529,6 +2544,9 @@
25292544
"items": {
25302545
"$ref": "#/definitions/ServiceProvider"
25312546
},
2547+
"x-ms-identifiers": [
2548+
"properties/id"
2549+
],
25322550
"description": "Gets the list of bot service providers and their properties."
25332551
}
25342552
},
@@ -2618,7 +2636,11 @@
26182636
"type": "array",
26192637
"items": {
26202638
"$ref": "#/definitions/ServiceProviderParameter"
2621-
}
2639+
},
2640+
"x-ms-identifiers": [
2641+
"name",
2642+
"type"
2643+
]
26222644
}
26232645
},
26242646
"description": "The Object used to describe a Service Provider supported by Bot Service"
@@ -2672,7 +2694,10 @@
26722694
"type": "array",
26732695
"items": {
26742696
"$ref": "#/definitions/OperationEntity"
2675-
}
2697+
},
2698+
"x-ms-identifiers": [
2699+
"name"
2700+
]
26762701
}
26772702
}
26782703
},

0 commit comments

Comments
 (0)