From 208510068ee283b8c81a39614fc3d3d5dee22f1b Mon Sep 17 00:00:00 2001 From: Carlos Hinojosa Cavada Date: Tue, 25 Feb 2025 14:56:43 -0800 Subject: [PATCH] Add zones to container group pool examples --- .../StandbyContainerGroupPools_CreateOrUpdate.json | 14 ++++++++++++-- .../2025-03-01/StandbyContainerGroupPools_Get.json | 7 ++++++- ...dbyContainerGroupPools_ListByResourceGroup.json | 7 ++++++- ...ndbyContainerGroupPools_ListBySubscription.json | 7 ++++++- .../StandbyContainerGroupPools_Update.json | 14 ++++++++++++-- .../StandbyContainerGroupPools_CreateOrUpdate.json | 14 ++++++++++++-- .../examples/StandbyContainerGroupPools_Get.json | 7 ++++++- ...dbyContainerGroupPools_ListByResourceGroup.json | 7 ++++++- ...ndbyContainerGroupPools_ListBySubscription.json | 7 ++++++- .../StandbyContainerGroupPools_Update.json | 14 ++++++++++++-- 10 files changed, 84 insertions(+), 14 deletions(-) diff --git a/specification/standbypool/StandbyPool.Management/examples/2025-03-01/StandbyContainerGroupPools_CreateOrUpdate.json b/specification/standbypool/StandbyPool.Management/examples/2025-03-01/StandbyContainerGroupPools_CreateOrUpdate.json index d63f08f4771b..d18afe0ce69b 100644 --- a/specification/standbypool/StandbyPool.Management/examples/2025-03-01/StandbyContainerGroupPools_CreateOrUpdate.json +++ b/specification/standbypool/StandbyPool.Management/examples/2025-03-01/StandbyContainerGroupPools_CreateOrUpdate.json @@ -22,7 +22,12 @@ "id": "/subscriptions/00000000-0000-0000-0000-000000000009/resourceGroups/rgstandbypool/providers/Microsoft.Network/virtualNetworks/cgSubnet/subnets/cgSubnet" } ] - } + }, + "zones": [ + "1", + "2", + "3" + ] }, "tags": {}, "location": "West US" @@ -85,7 +90,12 @@ "id": "/subscriptions/00000000-0000-0000-0000-000000000009/resourceGroups/rgstandbypool/providers/Microsoft.Network/virtualNetworks/cgSubnet/subnets/cgSubnet" } ] - } + }, + "zones": [ + "1", + "2", + "3" + ] }, "tags": {}, "location": "West US", diff --git a/specification/standbypool/StandbyPool.Management/examples/2025-03-01/StandbyContainerGroupPools_Get.json b/specification/standbypool/StandbyPool.Management/examples/2025-03-01/StandbyContainerGroupPools_Get.json index 037e4071289a..6a41c874de74 100644 --- a/specification/standbypool/StandbyPool.Management/examples/2025-03-01/StandbyContainerGroupPools_Get.json +++ b/specification/standbypool/StandbyPool.Management/examples/2025-03-01/StandbyContainerGroupPools_Get.json @@ -26,7 +26,12 @@ "id": "/subscriptions/00000000-0000-0000-0000-000000000009/resourceGroups/rgstandbypool/providers/Microsoft.Network/virtualNetworks/cgSubnet/subnets/cgSubnet" } ] - } + }, + "zones": [ + "1", + "2", + "3" + ] }, "tags": {}, "location": "West US", diff --git a/specification/standbypool/StandbyPool.Management/examples/2025-03-01/StandbyContainerGroupPools_ListByResourceGroup.json b/specification/standbypool/StandbyPool.Management/examples/2025-03-01/StandbyContainerGroupPools_ListByResourceGroup.json index 4f3d0f2e6061..5563f0d8019b 100644 --- a/specification/standbypool/StandbyPool.Management/examples/2025-03-01/StandbyContainerGroupPools_ListByResourceGroup.json +++ b/specification/standbypool/StandbyPool.Management/examples/2025-03-01/StandbyContainerGroupPools_ListByResourceGroup.json @@ -27,7 +27,12 @@ "id": "/subscriptions/00000000-0000-0000-0000-000000000009/resourceGroups/rgstandbypool/providers/Microsoft.Network/virtualNetworks/cgSubnet/subnets/cgSubnet" } ] - } + }, + "zones": [ + "1", + "2", + "3" + ] }, "tags": {}, "location": "West US", diff --git a/specification/standbypool/StandbyPool.Management/examples/2025-03-01/StandbyContainerGroupPools_ListBySubscription.json b/specification/standbypool/StandbyPool.Management/examples/2025-03-01/StandbyContainerGroupPools_ListBySubscription.json index 542bf66f7943..00ff2937638f 100644 --- a/specification/standbypool/StandbyPool.Management/examples/2025-03-01/StandbyContainerGroupPools_ListBySubscription.json +++ b/specification/standbypool/StandbyPool.Management/examples/2025-03-01/StandbyContainerGroupPools_ListBySubscription.json @@ -26,7 +26,12 @@ "id": "/subscriptions/00000000-0000-0000-0000-000000000009/resourceGroups/rgstandbypool/providers/Microsoft.Network/virtualNetworks/cgSubnet/subnets/cgSubnet" } ] - } + }, + "zones": [ + "1", + "2", + "3" + ] }, "tags": {}, "location": "West US", diff --git a/specification/standbypool/StandbyPool.Management/examples/2025-03-01/StandbyContainerGroupPools_Update.json b/specification/standbypool/StandbyPool.Management/examples/2025-03-01/StandbyContainerGroupPools_Update.json index 4367cae39e62..678739a088d4 100644 --- a/specification/standbypool/StandbyPool.Management/examples/2025-03-01/StandbyContainerGroupPools_Update.json +++ b/specification/standbypool/StandbyPool.Management/examples/2025-03-01/StandbyContainerGroupPools_Update.json @@ -23,7 +23,12 @@ "id": "/subscriptions/00000000-0000-0000-0000-000000000009/resourceGroups/rgstandbypool/providers/Microsoft.Network/virtualNetworks/cgSubnet/subnets/cgSubnet" } ] - } + }, + "zones": [ + "1", + "2", + "3" + ] } } }, @@ -46,7 +51,12 @@ "id": "/subscriptions/00000000-0000-0000-0000-000000000009/resourceGroups/rgstandbypool/providers/Microsoft.Network/virtualNetworks/cgSubnet/subnets/cgSubnet" } ] - } + }, + "zones": [ + "1", + "2", + "3" + ] }, "tags": {}, "location": "West US", diff --git a/specification/standbypool/resource-manager/Microsoft.StandbyPool/stable/2025-03-01/examples/StandbyContainerGroupPools_CreateOrUpdate.json b/specification/standbypool/resource-manager/Microsoft.StandbyPool/stable/2025-03-01/examples/StandbyContainerGroupPools_CreateOrUpdate.json index d63f08f4771b..d18afe0ce69b 100644 --- a/specification/standbypool/resource-manager/Microsoft.StandbyPool/stable/2025-03-01/examples/StandbyContainerGroupPools_CreateOrUpdate.json +++ b/specification/standbypool/resource-manager/Microsoft.StandbyPool/stable/2025-03-01/examples/StandbyContainerGroupPools_CreateOrUpdate.json @@ -22,7 +22,12 @@ "id": "/subscriptions/00000000-0000-0000-0000-000000000009/resourceGroups/rgstandbypool/providers/Microsoft.Network/virtualNetworks/cgSubnet/subnets/cgSubnet" } ] - } + }, + "zones": [ + "1", + "2", + "3" + ] }, "tags": {}, "location": "West US" @@ -85,7 +90,12 @@ "id": "/subscriptions/00000000-0000-0000-0000-000000000009/resourceGroups/rgstandbypool/providers/Microsoft.Network/virtualNetworks/cgSubnet/subnets/cgSubnet" } ] - } + }, + "zones": [ + "1", + "2", + "3" + ] }, "tags": {}, "location": "West US", diff --git a/specification/standbypool/resource-manager/Microsoft.StandbyPool/stable/2025-03-01/examples/StandbyContainerGroupPools_Get.json b/specification/standbypool/resource-manager/Microsoft.StandbyPool/stable/2025-03-01/examples/StandbyContainerGroupPools_Get.json index 037e4071289a..6a41c874de74 100644 --- a/specification/standbypool/resource-manager/Microsoft.StandbyPool/stable/2025-03-01/examples/StandbyContainerGroupPools_Get.json +++ b/specification/standbypool/resource-manager/Microsoft.StandbyPool/stable/2025-03-01/examples/StandbyContainerGroupPools_Get.json @@ -26,7 +26,12 @@ "id": "/subscriptions/00000000-0000-0000-0000-000000000009/resourceGroups/rgstandbypool/providers/Microsoft.Network/virtualNetworks/cgSubnet/subnets/cgSubnet" } ] - } + }, + "zones": [ + "1", + "2", + "3" + ] }, "tags": {}, "location": "West US", diff --git a/specification/standbypool/resource-manager/Microsoft.StandbyPool/stable/2025-03-01/examples/StandbyContainerGroupPools_ListByResourceGroup.json b/specification/standbypool/resource-manager/Microsoft.StandbyPool/stable/2025-03-01/examples/StandbyContainerGroupPools_ListByResourceGroup.json index 4f3d0f2e6061..5563f0d8019b 100644 --- a/specification/standbypool/resource-manager/Microsoft.StandbyPool/stable/2025-03-01/examples/StandbyContainerGroupPools_ListByResourceGroup.json +++ b/specification/standbypool/resource-manager/Microsoft.StandbyPool/stable/2025-03-01/examples/StandbyContainerGroupPools_ListByResourceGroup.json @@ -27,7 +27,12 @@ "id": "/subscriptions/00000000-0000-0000-0000-000000000009/resourceGroups/rgstandbypool/providers/Microsoft.Network/virtualNetworks/cgSubnet/subnets/cgSubnet" } ] - } + }, + "zones": [ + "1", + "2", + "3" + ] }, "tags": {}, "location": "West US", diff --git a/specification/standbypool/resource-manager/Microsoft.StandbyPool/stable/2025-03-01/examples/StandbyContainerGroupPools_ListBySubscription.json b/specification/standbypool/resource-manager/Microsoft.StandbyPool/stable/2025-03-01/examples/StandbyContainerGroupPools_ListBySubscription.json index 542bf66f7943..00ff2937638f 100644 --- a/specification/standbypool/resource-manager/Microsoft.StandbyPool/stable/2025-03-01/examples/StandbyContainerGroupPools_ListBySubscription.json +++ b/specification/standbypool/resource-manager/Microsoft.StandbyPool/stable/2025-03-01/examples/StandbyContainerGroupPools_ListBySubscription.json @@ -26,7 +26,12 @@ "id": "/subscriptions/00000000-0000-0000-0000-000000000009/resourceGroups/rgstandbypool/providers/Microsoft.Network/virtualNetworks/cgSubnet/subnets/cgSubnet" } ] - } + }, + "zones": [ + "1", + "2", + "3" + ] }, "tags": {}, "location": "West US", diff --git a/specification/standbypool/resource-manager/Microsoft.StandbyPool/stable/2025-03-01/examples/StandbyContainerGroupPools_Update.json b/specification/standbypool/resource-manager/Microsoft.StandbyPool/stable/2025-03-01/examples/StandbyContainerGroupPools_Update.json index 4367cae39e62..678739a088d4 100644 --- a/specification/standbypool/resource-manager/Microsoft.StandbyPool/stable/2025-03-01/examples/StandbyContainerGroupPools_Update.json +++ b/specification/standbypool/resource-manager/Microsoft.StandbyPool/stable/2025-03-01/examples/StandbyContainerGroupPools_Update.json @@ -23,7 +23,12 @@ "id": "/subscriptions/00000000-0000-0000-0000-000000000009/resourceGroups/rgstandbypool/providers/Microsoft.Network/virtualNetworks/cgSubnet/subnets/cgSubnet" } ] - } + }, + "zones": [ + "1", + "2", + "3" + ] } } }, @@ -46,7 +51,12 @@ "id": "/subscriptions/00000000-0000-0000-0000-000000000009/resourceGroups/rgstandbypool/providers/Microsoft.Network/virtualNetworks/cgSubnet/subnets/cgSubnet" } ] - } + }, + "zones": [ + "1", + "2", + "3" + ] }, "tags": {}, "location": "West US",