Skip to content

Commit 96e4eb2

Browse files
authored
Merge pull request #5 from chithams/chithams/update-nocluster-samples
Update examples for NoCluster policy
2 parents 1f7921a + 7619049 commit 96e4eb2

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

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

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,24 @@
2727
"resourceState": "Creating",
2828
"clusteringPolicy": "NoCluster",
2929
"evictionPolicy": "NoEviction",
30-
"keySpaceNotification": "",
30+
"deferUpgrade": "NotDeferred",
31+
"redisVersion": "7.2",
32+
"accessKeysAuthentication": "Enabled"
33+
}
34+
}
35+
},
36+
"200": {
37+
"body": {
38+
"id": "/subscriptions/e7b5a9d2-6b6a-4d2f-9143-20d9a10f5b8f/resourceGroups/rg1/providers/Microsoft.Cache/redisEnterprise/cache1/databases/default",
39+
"name": "cache1/default",
40+
"type": "Microsoft.Cache/redisEnterprise/databases",
41+
"properties": {
42+
"clientProtocol": "Encrypted",
43+
"port": 10000,
44+
"provisioningState": "Updating",
45+
"resourceState": "Updating",
46+
"clusteringPolicy": "NoCluster",
47+
"evictionPolicy": "NoEviction",
3148
"deferUpgrade": "NotDeferred",
3249
"redisVersion": "7.2",
3350
"accessKeysAuthentication": "Enabled"

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,17 @@
2727
"resourceState": "Updating",
2828
"clusteringPolicy": "EnterpriseCluster",
2929
"evictionPolicy": "NoEviction",
30-
"keySpaceNotification": "",
3130
"deferUpgrade": "NotDeferred",
3231
"redisVersion": "7.2",
3332
"accessKeysAuthentication": "Enabled"
3433
}
3534
}
35+
},
36+
"202": {
37+
"headers": {
38+
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/e7b5a9d2-6b6a-4d2f-9143-20d9a10f5b8f/providers/Microsoft.Cache/...pathToOperationStatus...",
39+
"Location": "https://management.azure.com/subscriptions/e7b5a9d2-6b6a-4d2f-9143-20d9a10f5b8f/providers/Microsoft.Cache/...pathToOperationResult..."
40+
}
3641
}
3742
}
3843
}

0 commit comments

Comments
 (0)