Skip to content
Closed
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
22 changes: 5 additions & 17 deletions schemas/2021-03-01/Microsoft.BotService.json
Original file line number Diff line number Diff line change
Expand Up @@ -407,10 +407,6 @@
"type": "string",
"description": "The hint (e.g. keyVault secret resourceId) on how to fetch the app secret"
},
"cmekEncryptionStatus": {
"type": "string",
"description": "The CMK encryption status"
},
"cmekKeyVaultUrl": {
"type": "string",
"description": "The CMK Url"
Expand Down Expand Up @@ -465,21 +461,11 @@
],
"description": "Whether Cmek is enabled"
},
"isDeveloperAppInsightsApiKeySet": {
"oneOf": [
{
"type": "boolean"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Whether the bot is developerAppInsightsApiKey set"
},
"isStreamingSupported": {
"oneOf": [
{
"type": "boolean"
"type": "boolean",
"default": false
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down Expand Up @@ -855,6 +841,7 @@
},
"location": {
"type": "string",
"default": "global",
"description": "Specifies the location of the resource."
}
},
Expand Down Expand Up @@ -1437,7 +1424,8 @@
"acceptedTerms": {
"oneOf": [
{
"type": "boolean"
"type": "boolean",
"default": true
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down
19 changes: 3 additions & 16 deletions schemas/2021-05-01-preview/Microsoft.BotService.json
Original file line number Diff line number Diff line change
Expand Up @@ -449,10 +449,6 @@
"type": "string",
"description": "The hint (e.g. keyVault secret resourceId) on how to fetch the app secret"
},
"cmekEncryptionStatus": {
"type": "string",
"description": "The CMK encryption status"
},
"cmekKeyVaultUrl": {
"type": "string",
"description": "The CMK Url"
Expand Down Expand Up @@ -507,21 +503,11 @@
],
"description": "Whether Cmek is enabled"
},
"isDeveloperAppInsightsApiKeySet": {
"oneOf": [
{
"type": "boolean"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Whether the bot is developerAppInsightsApiKey set"
},
"isStreamingSupported": {
"oneOf": [
{
"type": "boolean"
"type": "boolean",
"default": false
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down Expand Up @@ -936,6 +922,7 @@
},
"location": {
"type": "string",
"default": "global",
"description": "Specifies the location of the resource."
}
},
Expand Down