File tree Expand file tree Collapse file tree 4 files changed +16
-7
lines changed
Expand file tree Collapse file tree 4 files changed +16
-7
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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"
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"
Original file line number Diff line number Diff line change 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" ,
975979 }
976980 },
977981 "required" : [
978- " cognitiveServicesSubscriptionId"
982+ " cognitiveServiceRegion" ,
983+ " cognitiveServiceSubscriptionKey"
979984 ],
980985 "description" : " The parameters to provide for the DirectLine Speech channel."
981986 },
You can’t perform that action at this time.
0 commit comments