Skip to content

Commit b52b610

Browse files
author
Autogenerator Pipeline
committed
Merge remote-tracking branch 'origin/main' into autogenerate
2 parents 78750b4 + 051b14f commit b52b610

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

schemas/2020-06-01/Microsoft.Cache.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,8 @@
412412
"enableNonSslPort": {
413413
"oneOf": [
414414
{
415-
"type": "boolean"
415+
"type": "boolean",
416+
"default": false
416417
},
417418
{
418419
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"

schemas/2020-12-01/Microsoft.Cache.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,8 @@
412412
"enableNonSslPort": {
413413
"oneOf": [
414414
{
415-
"type": "boolean"
415+
"type": "boolean",
416+
"default": false
416417
},
417418
{
418419
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"

0 commit comments

Comments
 (0)