Skip to content

Commit bf75a58

Browse files
author
Ranjini Chithambaram (from Dev Box)
committed
update descriptions
1 parent 1f5caf4 commit bf75a58

File tree

2 files changed

+5
-21
lines changed

2 files changed

+5
-21
lines changed

specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2025-05-01-preview/examples/RedisEnterpriseDatabasesCreateNoClusterCache.json

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -32,23 +32,6 @@
3232
"redisVersion": "6.0"
3333
}
3434
}
35-
},
36-
"201": {
37-
"body": {
38-
"id": "/subscriptions/e7b5a9d2-6b6a-4d2f-9143-20d9a10f5b8f/resourceGroups/rg1/providers/Microsoft.Cache/redisEnterprise/cache1/databases/db1",
39-
"name": "cache1/db1",
40-
"type": "Microsoft.Cache/redisEnterprise/databases",
41-
"properties": {
42-
"provisioningState": "Creating",
43-
"resourceState": "Creating",
44-
"clientProtocol": "Encrypted",
45-
"clusteringPolicy": "EnterpriseCluster",
46-
"evictionPolicy": "AllKeysLRU",
47-
"port": 10000,
48-
"accessKeysAuthentication": "Enabled"
49-
}
50-
}
5135
}
5236
}
53-
}
54-
37+
}

specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2025-05-01-preview/redisenterprise.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2137,15 +2137,16 @@
21372137
},
21382138
"clusteringPolicy": {
21392139
"type": "string",
2140-
"description": "Clustering policy - default is OSSCluster. This property must be chosen at create time, and cannot be changed without deleting the database.",
2140+
"description": "Clustering policy - default is OSSCluster. This property can be updated only if the current value is NoCluster. If the value is OSSCluster or EnterpriseCluster, it cannot be updated without deleting the database.",
21412141
"enum": [
21422142
"EnterpriseCluster",
21432143
"OSSCluster",
21442144
"NoCluster"
21452145
],
21462146
"x-ms-mutability": [
21472147
"read",
2148-
"create"
2148+
"create",
2149+
"update"
21492150
],
21502151
"x-ms-enum": {
21512152
"name": "ClusteringPolicy",
@@ -2164,7 +2165,7 @@
21642165
{
21652166
"value": "NoCluster",
21662167
"name": "NoCluster",
2167-
"description": "NoCluster clustering policy is for non-clustered instances."
2168+
"description": "The NoCluster policy is used for non-clustered Redis instances that do not require clustering features."
21682169
}
21692170
]
21702171
}

0 commit comments

Comments
 (0)