Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1328,6 +1328,14 @@
"cmekKeyVaultUrl": {
"type": "string",
"description": "The CMK Url"
},
"isIsolated": {
"type": "boolean",
"description": "Whether the bot is in an isolated network"
},
"schemaTransformationVersion": {
"type": "string",
"description": "The channel schema transformation version for the bot"
}
},
"description": "The parameters to provide for the Bot.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@
"luisKey": "luiskey",
"msaAppId": "exampleappid",
"isCmekEnabled": true,
"cmekKeyVaultUrl": "https://myCmekKey"
"cmekKeyVaultUrl": "https://myCmekKey",
"isIsolated": false,
"schemaTransformationVersion": "1.0"
}
}
},
Expand Down Expand Up @@ -68,7 +70,9 @@
"facebook"
],
"isCmekEnabled": true,
"cmekKeyVaultUrl": "https://myCmekKey"
"cmekKeyVaultUrl": "https://myCmekKey",
"isIsolated": false,
"schemaTransformationVersion": "1.0"
}
}
},
Expand Down Expand Up @@ -103,7 +107,9 @@
"facebook"
],
"isCmekEnabled": true,
"cmekKeyVaultUrl": "https://myCmekKey"
"cmekKeyVaultUrl": "https://myCmekKey",
"isIsolated": false,
"schemaTransformationVersion": "1.0"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@
"facebook"
],
"isCmekEnabled": true,
"cmekKeyVaultUrl": "https://myCmekKey"
"cmekKeyVaultUrl": "https://myCmekKey",
"isIsolated": false,
"schemaTransformationVersion": "1.0"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@
"facebook"
],
"isCmekEnabled": true,
"cmekKeyVaultUrl": "https://myCmekKey"
"cmekKeyVaultUrl": "https://myCmekKey",
"isIsolated": false,
"schemaTransformationVersion": "1.0"
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@
"facebook"
],
"isCmekEnabled": true,
"cmekKeyVaultUrl": "https://myCmekKey"
"cmekKeyVaultUrl": "https://myCmekKey",
"isIsolated": false,
"schemaTransformationVersion": "1.0"
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@
"luisKey": "luiskey",
"msaAppId": "msaappid",
"isCmekEnabled": true,
"cmekKeyVaultUrl": "https://myCmekKey"
"cmekKeyVaultUrl": "https://myCmekKey",
"isIsolated": false,
"schemaTransformationVersion": "1.0"
}
}
},
Expand Down Expand Up @@ -68,7 +70,9 @@
"facebook"
],
"isCmekEnabled": true,
"cmekKeyVaultUrl": "https://myCmekKey"
"cmekKeyVaultUrl": "https://myCmekKey",
"isIsolated": false,
"schemaTransformationVersion": "1.0"
}
}
},
Expand Down Expand Up @@ -105,7 +109,9 @@
"facebook"
],
"isCmekEnabled": true,
"cmekKeyVaultUrl": "https://myCmekKey"
"cmekKeyVaultUrl": "https://myCmekKey",
"isIsolated": false,
"schemaTransformationVersion": "1.0"
}
}
}
Expand Down