You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "The full resource ID of a subnet in a virtual network to deploy the Redis cache in. Example format: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/Microsoft.{Network|ClassicNetwork}/VirtualNetworks/vnet1/subnets/subnet1"
1969
1980
},
@@ -2548,6 +2559,14 @@
2548
2559
"properties": {
2549
2560
"linkedRedisCacheId": {
2550
2561
"type": "string",
2562
+
"format": "arm-id",
2563
+
"x-ms-arm-id-details": {
2564
+
"allowedResources": [
2565
+
{
2566
+
"type": "Microsoft.Cache/Redis"
2567
+
}
2568
+
]
2569
+
},
2551
2570
"description": "Fully qualified resourceId of the linked redis cache."
"description": "The full resource ID of a subnet in a virtual network to deploy the Redis cache in. Example format: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/Microsoft.{Network|ClassicNetwork}/VirtualNetworks/vnet1/subnets/subnet1"
2024
2035
},
@@ -2618,6 +2629,14 @@
2618
2629
"properties": {
2619
2630
"linkedRedisCacheId": {
2620
2631
"type": "string",
2632
+
"format": "arm-id",
2633
+
"x-ms-arm-id-details": {
2634
+
"allowedResources": [
2635
+
{
2636
+
"type": "Microsoft.Cache/Redis"
2637
+
}
2638
+
]
2639
+
},
2621
2640
"description": "Fully qualified resourceId of the linked redis cache."
0 commit comments