diff --git a/schemas/2021-03-01/Microsoft.BotService.json b/schemas/2021-03-01/Microsoft.BotService.json index d0e42847df..b6aa76eb6d 100644 --- a/schemas/2021-03-01/Microsoft.BotService.json +++ b/schemas/2021-03-01/Microsoft.BotService.json @@ -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" @@ -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" @@ -855,6 +841,7 @@ }, "location": { "type": "string", + "default": "global", "description": "Specifies the location of the resource." } }, @@ -1437,7 +1424,8 @@ "acceptedTerms": { "oneOf": [ { - "type": "boolean" + "type": "boolean", + "default": true }, { "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" diff --git a/schemas/2021-05-01-preview/Microsoft.BotService.json b/schemas/2021-05-01-preview/Microsoft.BotService.json index 96f0f73f9e..5b62ba7dbc 100644 --- a/schemas/2021-05-01-preview/Microsoft.BotService.json +++ b/schemas/2021-05-01-preview/Microsoft.BotService.json @@ -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" @@ -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" @@ -936,6 +922,7 @@ }, "location": { "type": "string", + "default": "global", "description": "Specifies the location of the resource." } },