Skip to content

Commit 6acf748

Browse files
authored
[Hub Generated] Review request for Microsoft.BotService to add version stable/2021-03-01 (Azure#13784)
* add isIsolated and channelSchemaTransformationVersion * rename
1 parent 1b38cd3 commit 6acf748

File tree

6 files changed

+35
-9
lines changed

6 files changed

+35
-9
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1328,6 +1328,14 @@
13281328
"cmekKeyVaultUrl": {
13291329
"type": "string",
13301330
"description": "The CMK Url"
1331+
},
1332+
"isIsolated": {
1333+
"type": "boolean",
1334+
"description": "Whether the bot is in an isolated network"
1335+
},
1336+
"schemaTransformationVersion": {
1337+
"type": "string",
1338+
"description": "The channel schema transformation version for the bot"
13311339
}
13321340
},
13331341
"description": "The parameters to provide for the Bot.",

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@
3030
"luisKey": "luiskey",
3131
"msaAppId": "exampleappid",
3232
"isCmekEnabled": true,
33-
"cmekKeyVaultUrl": "https://myCmekKey"
33+
"cmekKeyVaultUrl": "https://myCmekKey",
34+
"isIsolated": false,
35+
"schemaTransformationVersion": "1.0"
3436
}
3537
}
3638
},
@@ -68,7 +70,9 @@
6870
"facebook"
6971
],
7072
"isCmekEnabled": true,
71-
"cmekKeyVaultUrl": "https://myCmekKey"
73+
"cmekKeyVaultUrl": "https://myCmekKey",
74+
"isIsolated": false,
75+
"schemaTransformationVersion": "1.0"
7276
}
7377
}
7478
},
@@ -103,7 +107,9 @@
103107
"facebook"
104108
],
105109
"isCmekEnabled": true,
106-
"cmekKeyVaultUrl": "https://myCmekKey"
110+
"cmekKeyVaultUrl": "https://myCmekKey",
111+
"isIsolated": false,
112+
"schemaTransformationVersion": "1.0"
107113
}
108114
}
109115
}

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@
3939
"facebook"
4040
],
4141
"isCmekEnabled": true,
42-
"cmekKeyVaultUrl": "https://myCmekKey"
42+
"cmekKeyVaultUrl": "https://myCmekKey",
43+
"isIsolated": false,
44+
"schemaTransformationVersion": "1.0"
4345
}
4446
}
4547
}

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@
4040
"facebook"
4141
],
4242
"isCmekEnabled": true,
43-
"cmekKeyVaultUrl": "https://myCmekKey"
43+
"cmekKeyVaultUrl": "https://myCmekKey",
44+
"isIsolated": false,
45+
"schemaTransformationVersion": "1.0"
4446
}
4547
}
4648
]

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@
3939
"facebook"
4040
],
4141
"isCmekEnabled": true,
42-
"cmekKeyVaultUrl": "https://myCmekKey"
42+
"cmekKeyVaultUrl": "https://myCmekKey",
43+
"isIsolated": false,
44+
"schemaTransformationVersion": "1.0"
4345
}
4446
}
4547
]

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@
3030
"luisKey": "luiskey",
3131
"msaAppId": "msaappid",
3232
"isCmekEnabled": true,
33-
"cmekKeyVaultUrl": "https://myCmekKey"
33+
"cmekKeyVaultUrl": "https://myCmekKey",
34+
"isIsolated": false,
35+
"schemaTransformationVersion": "1.0"
3436
}
3537
}
3638
},
@@ -68,7 +70,9 @@
6870
"facebook"
6971
],
7072
"isCmekEnabled": true,
71-
"cmekKeyVaultUrl": "https://myCmekKey"
73+
"cmekKeyVaultUrl": "https://myCmekKey",
74+
"isIsolated": false,
75+
"schemaTransformationVersion": "1.0"
7276
}
7377
}
7478
},
@@ -105,7 +109,9 @@
105109
"facebook"
106110
],
107111
"isCmekEnabled": true,
108-
"cmekKeyVaultUrl": "https://myCmekKey"
112+
"cmekKeyVaultUrl": "https://myCmekKey",
113+
"isIsolated": false,
114+
"schemaTransformationVersion": "1.0"
109115
}
110116
}
111117
}

0 commit comments

Comments
 (0)