Skip to content

Commit 7addf72

Browse files
author
Autogenerator Pipeline
committed
Autogenerate schemas
1 parent 03c4b9c commit 7addf72

File tree

4 files changed

+16
-7
lines changed

4 files changed

+16
-7
lines changed

schemas/2019-05-01-preview/Microsoft.AppPlatform.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,8 @@
339339
"httpsOnly": {
340340
"oneOf": [
341341
{
342-
"type": "boolean"
342+
"type": "boolean",
343+
"default": false
343344
},
344345
{
345346
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"

schemas/2020-07-01/Microsoft.AppPlatform.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,8 @@
437437
"httpsOnly": {
438438
"oneOf": [
439439
{
440-
"type": "boolean"
440+
"type": "boolean",
441+
"default": false
441442
},
442443
{
443444
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"

schemas/2020-11-01-preview/Microsoft.AppPlatform.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,8 @@
438438
"enableEndToEndTLS": {
439439
"oneOf": [
440440
{
441-
"type": "boolean"
441+
"type": "boolean",
442+
"default": false
442443
},
443444
{
444445
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
@@ -453,7 +454,8 @@
453454
"httpsOnly": {
454455
"oneOf": [
455456
{
456-
"type": "boolean"
457+
"type": "boolean",
458+
"default": false
457459
},
458460
{
459461
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"

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

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -939,9 +939,13 @@
939939
"DirectLineSpeechChannelProperties": {
940940
"type": "object",
941941
"properties": {
942-
"cognitiveServicesSubscriptionId": {
942+
"cognitiveServiceRegion": {
943943
"type": "string",
944-
"description": "The cognitive service subscription ID to use with this channel registration."
944+
"description": "The cognitive service region with this channel registration."
945+
},
946+
"cognitiveServiceSubscriptionKey": {
947+
"type": "string",
948+
"description": "The cognitive service subscription key to use with this channel registration."
945949
},
946950
"customSpeechModelId": {
947951
"type": "string",
@@ -975,7 +979,8 @@
975979
}
976980
},
977981
"required": [
978-
"cognitiveServicesSubscriptionId"
982+
"cognitiveServiceRegion",
983+
"cognitiveServiceSubscriptionKey"
979984
],
980985
"description": "The parameters to provide for the DirectLine Speech channel."
981986
},

0 commit comments

Comments
 (0)