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"
2047
2058
},
@@ -2601,6 +2612,14 @@
2601
2612
"id": {
2602
2613
"readOnly": true,
2603
2614
"type": "string",
2615
+
"format": "arm-id",
2616
+
"x-ms-arm-id-details": {
2617
+
"allowedResources": [
2618
+
{
2619
+
"type": "Microsoft.Cache/redis/linkedServers"
2620
+
}
2621
+
]
2622
+
},
2604
2623
"description": "Linked server Id."
2605
2624
}
2606
2625
}
@@ -2657,6 +2676,14 @@
2657
2676
"properties": {
2658
2677
"linkedRedisCacheId": {
2659
2678
"type": "string",
2679
+
"format": "arm-id",
2680
+
"x-ms-arm-id-details": {
2681
+
"allowedResources": [
2682
+
{
2683
+
"type": "Microsoft.Cache/redis"
2684
+
}
2685
+
]
2686
+
},
2660
2687
"description": "Fully qualified resourceId of the linked redis cache."
0 commit comments