diff --git a/specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2020-10-01-preview/examples/RedisEnterpriseUpdate.json b/specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2020-10-01-preview/examples/RedisEnterpriseUpdate.json index e8ea0df53ab9..671887fcd0f6 100644 --- a/specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2020-10-01-preview/examples/RedisEnterpriseUpdate.json +++ b/specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2020-10-01-preview/examples/RedisEnterpriseUpdate.json @@ -9,9 +9,7 @@ "name": "EnterpriseFlash_F300", "capacity": 9 }, - "properties": { - "minimumTlsVersion": "1.2" - }, + "properties": {}, "tags": { "tag1": "value1" } diff --git a/specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2020-10-01-preview/redisenterprise.json b/specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2020-10-01-preview/redisenterprise.json index 60f0a3cb706f..5b3afb62569c 100644 --- a/specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2020-10-01-preview/redisenterprise.json +++ b/specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2020-10-01-preview/redisenterprise.json @@ -1259,6 +1259,10 @@ "properties": { "minimumTlsVersion": { "type": "string", + "x-ms-mutability": [ + "read", + "create" + ], "description": "The minimum TLS version for the cluster to support, e.g. '1.2'" }, "hostName": {