From 3b0f53a1922ec9cc795db9cb816f7eee6e935f8a Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Sat, 9 Oct 2021 07:12:11 +0000 Subject: [PATCH] CodeGen from PR 16317 in Azure/azure-rest-api-specs Modify module-name released (#16317) * add resourcemanager and add repo for go track2 * add resourcemanager * fix other --- schemas/2020-06-01/Microsoft.Cache.json | 5 +++-- schemas/2020-12-01/Microsoft.Cache.json | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/schemas/2020-06-01/Microsoft.Cache.json b/schemas/2020-06-01/Microsoft.Cache.json index ec0b3ddfa6..f6fbbed6c7 100644 --- a/schemas/2020-06-01/Microsoft.Cache.json +++ b/schemas/2020-06-01/Microsoft.Cache.json @@ -412,7 +412,8 @@ "enableNonSslPort": { "oneOf": [ { - "type": "boolean" + "type": "boolean", + "default": false }, { "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" @@ -505,7 +506,7 @@ "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" } ], - "description": "Static IP address. Required when deploying a Redis cache inside an existing Azure Virtual Network." + "description": "Static IP address. Optionally, may be specified when deploying a Redis cache inside an existing Azure Virtual Network; auto assigned by default." }, "subnetId": { "oneOf": [ diff --git a/schemas/2020-12-01/Microsoft.Cache.json b/schemas/2020-12-01/Microsoft.Cache.json index 5b5bb922fb..cfe0d30dd8 100644 --- a/schemas/2020-12-01/Microsoft.Cache.json +++ b/schemas/2020-12-01/Microsoft.Cache.json @@ -412,7 +412,8 @@ "enableNonSslPort": { "oneOf": [ { - "type": "boolean" + "type": "boolean", + "default": false }, { "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" @@ -520,7 +521,7 @@ "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" } ], - "description": "Static IP address. Required when deploying a Redis cache inside an existing Azure Virtual Network." + "description": "Static IP address. Optionally, may be specified when deploying a Redis cache inside an existing Azure Virtual Network; auto assigned by default." }, "subnetId": { "oneOf": [