Skip to content

Commit 658a631

Browse files
author
SDKAuto
committed
CodeGen from PR 17112 in Azure/azure-rest-api-specs
Merge 7d37c4c9561e5a06d5b0564a4eb616800c78878a into af723f616d53476dff2867d1bd933b2f0c63e03c
1 parent 6492306 commit 658a631

File tree

2 files changed

+8
-33
lines changed

2 files changed

+8
-33
lines changed

schemas/2021-03-01/Microsoft.BotService.json

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -407,10 +407,6 @@
407407
"type": "string",
408408
"description": "The hint (e.g. keyVault secret resourceId) on how to fetch the app secret"
409409
},
410-
"cmekEncryptionStatus": {
411-
"type": "string",
412-
"description": "The CMK encryption status"
413-
},
414410
"cmekKeyVaultUrl": {
415411
"type": "string",
416412
"description": "The CMK Url"
@@ -465,21 +461,11 @@
465461
],
466462
"description": "Whether Cmek is enabled"
467463
},
468-
"isDeveloperAppInsightsApiKeySet": {
469-
"oneOf": [
470-
{
471-
"type": "boolean"
472-
},
473-
{
474-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
475-
}
476-
],
477-
"description": "Whether the bot is developerAppInsightsApiKey set"
478-
},
479464
"isStreamingSupported": {
480465
"oneOf": [
481466
{
482-
"type": "boolean"
467+
"type": "boolean",
468+
"default": false
483469
},
484470
{
485471
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
@@ -855,6 +841,7 @@
855841
},
856842
"location": {
857843
"type": "string",
844+
"default": "global",
858845
"description": "Specifies the location of the resource."
859846
}
860847
},
@@ -1437,7 +1424,8 @@
14371424
"acceptedTerms": {
14381425
"oneOf": [
14391426
{
1440-
"type": "boolean"
1427+
"type": "boolean",
1428+
"default": true
14411429
},
14421430
{
14431431
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"

schemas/2021-05-01-preview/Microsoft.BotService.json

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -449,10 +449,6 @@
449449
"type": "string",
450450
"description": "The hint (e.g. keyVault secret resourceId) on how to fetch the app secret"
451451
},
452-
"cmekEncryptionStatus": {
453-
"type": "string",
454-
"description": "The CMK encryption status"
455-
},
456452
"cmekKeyVaultUrl": {
457453
"type": "string",
458454
"description": "The CMK Url"
@@ -507,21 +503,11 @@
507503
],
508504
"description": "Whether Cmek is enabled"
509505
},
510-
"isDeveloperAppInsightsApiKeySet": {
511-
"oneOf": [
512-
{
513-
"type": "boolean"
514-
},
515-
{
516-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
517-
}
518-
],
519-
"description": "Whether the bot is developerAppInsightsApiKey set"
520-
},
521506
"isStreamingSupported": {
522507
"oneOf": [
523508
{
524-
"type": "boolean"
509+
"type": "boolean",
510+
"default": false
525511
},
526512
{
527513
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
@@ -936,6 +922,7 @@
936922
},
937923
"location": {
938924
"type": "string",
925+
"default": "global",
939926
"description": "Specifies the location of the resource."
940927
}
941928
},

0 commit comments

Comments
 (0)