Skip to content

Commit 3000f51

Browse files
author
SDKAuto
committed
CodeGen from PR 16317 in Azure/azure-rest-api-specs
Merge 6feb1efe7af3dfed7f7da3cb49745fe0c92474be into daf57304e06ef0369f7d5d8104ae03ae78d13ca9
1 parent 078253f commit 3000f51

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

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

Lines changed: 3 additions & 2 deletions
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"
@@ -505,7 +506,7 @@
505506
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
506507
}
507508
],
508-
"description": "Static IP address. Required when deploying a Redis cache inside an existing Azure Virtual Network."
509+
"description": "Static IP address. Optionally, may be specified when deploying a Redis cache inside an existing Azure Virtual Network; auto assigned by default."
509510
},
510511
"subnetId": {
511512
"oneOf": [

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

Lines changed: 3 additions & 2 deletions
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"
@@ -520,7 +521,7 @@
520521
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
521522
}
522523
],
523-
"description": "Static IP address. Required when deploying a Redis cache inside an existing Azure Virtual Network."
524+
"description": "Static IP address. Optionally, may be specified when deploying a Redis cache inside an existing Azure Virtual Network; auto assigned by default."
524525
},
525526
"subnetId": {
526527
"oneOf": [

0 commit comments

Comments
 (0)