File tree Expand file tree Collapse file tree 2 files changed +8
-33
lines changed
Expand file tree Collapse file tree 2 files changed +8
-33
lines changed Original file line number Diff line number Diff line change 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"
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"
855841 },
856842 "location" : {
857843 "type" : " string" ,
844+ "default" : " global" ,
858845 "description" : " Specifies the location of the resource."
859846 }
860847 },
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"
Original file line number Diff line number Diff line change 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"
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"
936922 },
937923 "location" : {
938924 "type" : " string" ,
925+ "default" : " global" ,
939926 "description" : " Specifies the location of the resource."
940927 }
941928 },
You can’t perform that action at this time.
0 commit comments