Skip to content

Commit 2aeca23

Browse files
thatChangChang Liu
andauthored
Fix inconsistent issues. (#23498)
Co-authored-by: Chang Liu <liuchang@microsoft.com>
1 parent 8c1d363 commit 2aeca23

File tree

15 files changed

+71
-3
lines changed

15 files changed

+71
-3
lines changed

specification/botservice/resource-manager/Microsoft.BotService/preview/2021-05-01-preview/botservice.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1464,7 +1464,15 @@
14641464
},
14651465
"etag": {
14661466
"type": "string",
1467-
"description": "Entity Tag"
1467+
"description": "Entity Tag."
1468+
},
1469+
"zones": {
1470+
"type": "array",
1471+
"items": {
1472+
"type": "string"
1473+
},
1474+
"description": "Entity zones",
1475+
"readOnly": true
14681476
}
14691477
}
14701478
},
@@ -3006,6 +3014,14 @@
30063014
},
30073015
"ConnectionSettingProperties": {
30083016
"properties": {
3017+
"id": {
3018+
"type": "string",
3019+
"description": "Id of the Connection Setting."
3020+
},
3021+
"name": {
3022+
"type": "string",
3023+
"description": "Name of the Connection Setting."
3024+
},
30093025
"clientId": {
30103026
"type": "string",
30113027
"description": "Client Id associated with the Connection Setting."

specification/botservice/resource-manager/Microsoft.BotService/preview/2021-05-01-preview/examples/GetConnection.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
"etag": "etag1",
1515
"name": "sampleConnection",
1616
"properties": {
17+
"id": "/subscriptions/subscription-id/resourceGroups/OneResourceGroupName/providers/Microsoft.BotService/botServices/samplebotname/connections/sampleConnection",
18+
"name": "sampleConnection",
1719
"clientId": "sampleclientid",
1820
"clientSecret": null,
1921
"scopes": "samplescope",

specification/botservice/resource-manager/Microsoft.BotService/preview/2021-05-01-preview/examples/ListConnectionsByBotService.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
"id": "/subscriptions/subscription-id/providers/Microsoft.BotService/botServices",
1414
"name": "sampleConnection",
1515
"properties": {
16+
"id": "/subscriptions/subscription-id/providers/Microsoft.BotService/botServices",
17+
"name": "sampleConnection",
1618
"clientId": "sampleclientid",
1719
"clientSecret": null,
1820
"scopes": "samplescope",

specification/botservice/resource-manager/Microsoft.BotService/preview/2021-05-01-preview/examples/PutConnection.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434
"etag": "etag1",
3535
"name": "sampleConnection",
3636
"properties": {
37+
"id": "/subscriptions/subscription-id/resourceGroups/OneResourceGroupName/providers/Microsoft.BotService/botServices/samplebotname/connections/sampleConnection",
38+
"name": "sampleConnection",
3739
"clientId": "sampleclientid",
3840
"clientSecret": null,
3941
"scopes": "samplescope",
@@ -59,6 +61,8 @@
5961
"etag": "etag1",
6062
"name": "sampleConnection",
6163
"properties": {
64+
"id": "/subscriptions/subscription-id/resourceGroups/OneResourceGroupName/providers/Microsoft.BotService/botServices/samplebotname/connections/sampleConnection",
65+
"name": "sampleConnection",
6266
"clientId": "sampleclientid",
6367
"clientSecret": null,
6468
"scopes": "samplescope",

specification/botservice/resource-manager/Microsoft.BotService/preview/2021-05-01-preview/examples/UpdateConnection.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434
"id": "/subscriptions/subscription-id/resourceGroups/OneResourceGroupName/providers/Microsoft.BotService/botServices/samplebotname/connections/sampleConnection",
3535
"name": "sampleConnection",
3636
"properties": {
37+
"id": "/subscriptions/subscription-id/resourceGroups/OneResourceGroupName/providers/Microsoft.BotService/botServices/samplebotname/connections/sampleConnection",
38+
"name": "sampleConnection",
3739
"clientId": "sampleclientid",
3840
"clientSecret": null,
3941
"scopes": "samplescope",
@@ -59,6 +61,8 @@
5961
"id": "/subscriptions/subscription-id/resourceGroups/OneResourceGroupName/providers/Microsoft.BotService/botServices/samplebotname/connections/sampleConnection",
6062
"name": "sampleConnection",
6163
"properties": {
64+
"id": "/subscriptions/subscription-id/resourceGroups/OneResourceGroupName/providers/Microsoft.BotService/botServices/samplebotname/connections/sampleConnection",
65+
"name": "sampleConnection",
6266
"clientId": "sampleclientid",
6367
"clientSecret": null,
6468
"scopes": "samplescope",

specification/botservice/resource-manager/Microsoft.BotService/preview/2022-06-15-preview/botservice.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1551,7 +1551,7 @@
15511551
},
15521552
"etag": {
15531553
"type": "string",
1554-
"description": "Entity Tag"
1554+
"description": "Entity Tag."
15551555
},
15561556
"zones": {
15571557
"type": "array",
@@ -3128,6 +3128,14 @@
31283128
},
31293129
"ConnectionSettingProperties": {
31303130
"properties": {
3131+
"id": {
3132+
"type": "string",
3133+
"description": "Id of the Connection Setting."
3134+
},
3135+
"name": {
3136+
"type": "string",
3137+
"description": "Name of the Connection Setting."
3138+
},
31313139
"clientId": {
31323140
"type": "string",
31333141
"description": "Client Id associated with the Connection Setting."

specification/botservice/resource-manager/Microsoft.BotService/preview/2022-06-15-preview/examples/GetConnection.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
"etag": "etag1",
1515
"name": "sampleConnection",
1616
"properties": {
17+
"id": "/subscriptions/subscription-id/resourceGroups/OneResourceGroupName/providers/Microsoft.BotService/botServices/samplebotname/connections/sampleConnection",
18+
"name": "sampleConnection",
1719
"clientId": "sampleclientid",
1820
"clientSecret": null,
1921
"scopes": "samplescope",

specification/botservice/resource-manager/Microsoft.BotService/preview/2022-06-15-preview/examples/ListConnectionsByBotService.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
"id": "/subscriptions/subscription-id/providers/Microsoft.BotService/botServices",
1414
"name": "sampleConnection",
1515
"properties": {
16+
"id": "/subscriptions/subscription-id/providers/Microsoft.BotService/botServices",
17+
"name": "sampleConnection",
1618
"clientId": "sampleclientid",
1719
"clientSecret": null,
1820
"scopes": "samplescope",

specification/botservice/resource-manager/Microsoft.BotService/preview/2022-06-15-preview/examples/PutConnection.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434
"etag": "etag1",
3535
"name": "sampleConnection",
3636
"properties": {
37+
"id": "/subscriptions/subscription-id/resourceGroups/OneResourceGroupName/providers/Microsoft.BotService/botServices/samplebotname/connections/sampleConnection",
38+
"name": "sampleConnection",
3739
"clientId": "sampleclientid",
3840
"clientSecret": null,
3941
"scopes": "samplescope",
@@ -59,6 +61,8 @@
5961
"etag": "etag1",
6062
"name": "sampleConnection",
6163
"properties": {
64+
"id": "/subscriptions/subscription-id/resourceGroups/OneResourceGroupName/providers/Microsoft.BotService/botServices/samplebotname/connections/sampleConnection",
65+
"name": "sampleConnection",
6266
"clientId": "sampleclientid",
6367
"clientSecret": null,
6468
"scopes": "samplescope",

specification/botservice/resource-manager/Microsoft.BotService/preview/2022-06-15-preview/examples/UpdateConnection.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434
"id": "/subscriptions/subscription-id/resourceGroups/OneResourceGroupName/providers/Microsoft.BotService/botServices/samplebotname/connections/sampleConnection",
3535
"name": "sampleConnection",
3636
"properties": {
37+
"id": "/subscriptions/subscription-id/resourceGroups/OneResourceGroupName/providers/Microsoft.BotService/botServices/samplebotname/connections/sampleConnection",
38+
"name": "sampleConnection",
3739
"clientId": "sampleclientid",
3840
"clientSecret": null,
3941
"scopes": "samplescope",
@@ -59,6 +61,8 @@
5961
"id": "/subscriptions/subscription-id/resourceGroups/OneResourceGroupName/providers/Microsoft.BotService/botServices/samplebotname/connections/sampleConnection",
6062
"name": "sampleConnection",
6163
"properties": {
64+
"id": "/subscriptions/subscription-id/resourceGroups/OneResourceGroupName/providers/Microsoft.BotService/botServices/samplebotname/connections/sampleConnection",
65+
"name": "sampleConnection",
6266
"clientId": "sampleclientid",
6367
"clientSecret": null,
6468
"scopes": "samplescope",

0 commit comments

Comments
 (0)