From 38b2e4d6bfdac48370c4db19b509fad9991c3e5d Mon Sep 17 00:00:00 2001 From: Fan Shang Xiang Date: Thu, 6 Mar 2025 07:36:20 +0000 Subject: [PATCH] aks: set effectiveOutboundIPs to readOnly --- .../aks/stable/2019-08-01/managedClusters.json | 1 + .../aks/stable/2019-10-01/managedClusters.json | 1 + .../aks/stable/2019-11-01/managedClusters.json | 1 + .../aks/stable/2020-01-01/managedClusters.json | 1 + .../aks/stable/2020-02-01/managedClusters.json | 1 + .../aks/stable/2020-03-01/managedClusters.json | 1 + .../aks/stable/2020-06-01/managedClusters.json | 1 + .../aks/stable/2020-07-01/managedClusters.json | 1 + .../aks/stable/2020-09-01/managedClusters.json | 1 + .../aks/stable/2020-11-01/managedClusters.json | 1 + .../aks/stable/2020-12-01/managedClusters.json | 1 + .../aks/stable/2021-02-01/managedClusters.json | 1 + .../aks/stable/2021-03-01/managedClusters.json | 1 + .../aks/stable/2021-05-01/managedClusters.json | 1 + .../aks/stable/2021-07-01/managedClusters.json | 2 ++ .../aks/stable/2021-08-01/managedClusters.json | 2 ++ .../aks/stable/2021-09-01/managedClusters.json | 2 ++ .../aks/stable/2021-10-01/managedClusters.json | 2 ++ .../aks/stable/2022-01-01/managedClusters.json | 2 ++ .../aks/stable/2022-02-01/managedClusters.json | 2 ++ .../aks/stable/2022-03-01/managedClusters.json | 2 ++ .../aks/stable/2022-04-01/managedClusters.json | 2 ++ .../aks/stable/2022-06-01/managedClusters.json | 2 ++ .../aks/stable/2022-07-01/managedClusters.json | 2 ++ .../aks/stable/2022-09-01/managedClusters.json | 2 ++ .../aks/stable/2022-11-01/managedClusters.json | 2 ++ .../aks/stable/2023-01-01/managedClusters.json | 2 ++ .../aks/stable/2023-02-01/managedClusters.json | 2 ++ .../aks/stable/2023-04-01/managedClusters.json | 2 ++ .../aks/stable/2023-05-01/managedClusters.json | 2 ++ .../aks/stable/2023-06-01/managedClusters.json | 2 ++ .../aks/stable/2023-07-01/managedClusters.json | 2 ++ .../aks/stable/2023-08-01/managedClusters.json | 2 ++ .../aks/stable/2023-09-01/managedClusters.json | 2 ++ .../aks/stable/2023-10-01/managedClusters.json | 2 ++ .../aks/stable/2023-11-01/managedClusters.json | 2 ++ .../aks/stable/2024-01-01/managedClusters.json | 2 ++ .../aks/stable/2024-02-01/managedClusters.json | 2 ++ .../aks/stable/2024-05-01/managedClusters.json | 2 ++ .../aks/stable/2024-07-01/managedClusters.json | 2 ++ .../aks/stable/2024-08-01/managedClusters.json | 2 ++ .../aks/stable/2024-09-01/managedClusters.json | 2 ++ .../aks/stable/2024-10-01/managedClusters.json | 2 ++ 43 files changed, 72 insertions(+) diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2019-08-01/managedClusters.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2019-08-01/managedClusters.json index d336ac2148f8..df0ba626d36a 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2019-08-01/managedClusters.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2019-08-01/managedClusters.json @@ -1672,6 +1672,7 @@ "description": "Desired outbound IP resources for the cluster load balancer." }, "effectiveOutboundIPs": { + "readOnly": true, "type": "array", "items": { "$ref": "#/definitions/ResourceReference" diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2019-10-01/managedClusters.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2019-10-01/managedClusters.json index b218cd442c75..e9dc597b3a23 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2019-10-01/managedClusters.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2019-10-01/managedClusters.json @@ -1715,6 +1715,7 @@ "description": "Desired outbound IP resources for the cluster load balancer." }, "effectiveOutboundIPs": { + "readOnly": true, "type": "array", "items": { "$ref": "#/definitions/ResourceReference" diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2019-11-01/managedClusters.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2019-11-01/managedClusters.json index b44df8600c26..8b14539dd7e5 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2019-11-01/managedClusters.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2019-11-01/managedClusters.json @@ -1743,6 +1743,7 @@ }, "effectiveOutboundIPs": { "type": "array", + "readOnly": true, "items": { "$ref": "#/definitions/ResourceReference" }, diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2020-01-01/managedClusters.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2020-01-01/managedClusters.json index 1c6015442cd7..9cd2bc5ccb6e 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2020-01-01/managedClusters.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2020-01-01/managedClusters.json @@ -1743,6 +1743,7 @@ }, "effectiveOutboundIPs": { "type": "array", + "readOnly": true, "items": { "$ref": "#/definitions/ResourceReference" }, diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2020-02-01/managedClusters.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2020-02-01/managedClusters.json index 7db9c1f6ae29..7d1282de5852 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2020-02-01/managedClusters.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2020-02-01/managedClusters.json @@ -1762,6 +1762,7 @@ }, "effectiveOutboundIPs": { "type": "array", + "readOnly": true, "items": { "$ref": "#/definitions/ResourceReference" }, diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2020-03-01/managedClusters.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2020-03-01/managedClusters.json index 1a5e30ed6674..983f8090488b 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2020-03-01/managedClusters.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2020-03-01/managedClusters.json @@ -1778,6 +1778,7 @@ }, "effectiveOutboundIPs": { "type": "array", + "readOnly": true, "items": { "$ref": "#/definitions/ResourceReference" }, diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2020-06-01/managedClusters.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2020-06-01/managedClusters.json index 3c38950a3bf6..cbd75cc3f1d0 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2020-06-01/managedClusters.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2020-06-01/managedClusters.json @@ -2008,6 +2008,7 @@ }, "effectiveOutboundIPs": { "type": "array", + "readOnly": true, "items": { "$ref": "#/definitions/ResourceReference" }, diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2020-07-01/managedClusters.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2020-07-01/managedClusters.json index 256425b5f329..b3a6efb2f390 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2020-07-01/managedClusters.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2020-07-01/managedClusters.json @@ -2078,6 +2078,7 @@ }, "effectiveOutboundIPs": { "type": "array", + "readOnly": true, "items": { "$ref": "#/definitions/ResourceReference" }, diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2020-09-01/managedClusters.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2020-09-01/managedClusters.json index 9efdbb35b3b7..dda953520631 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2020-09-01/managedClusters.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2020-09-01/managedClusters.json @@ -2273,6 +2273,7 @@ }, "effectiveOutboundIPs": { "type": "array", + "readOnly": true, "items": { "$ref": "#/definitions/ResourceReference" }, diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2020-11-01/managedClusters.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2020-11-01/managedClusters.json index ba1c2e821572..fc0e00a23db3 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2020-11-01/managedClusters.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2020-11-01/managedClusters.json @@ -2288,6 +2288,7 @@ }, "effectiveOutboundIPs": { "type": "array", + "readOnly": true, "items": { "$ref": "#/definitions/ResourceReference" }, diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2020-12-01/managedClusters.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2020-12-01/managedClusters.json index 29449da42c45..126789033506 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2020-12-01/managedClusters.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2020-12-01/managedClusters.json @@ -2669,6 +2669,7 @@ }, "effectiveOutboundIPs": { "type": "array", + "readOnly": true, "items": { "$ref": "#/definitions/ResourceReference" }, diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2021-02-01/managedClusters.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2021-02-01/managedClusters.json index 7efcd1ec2ee9..224d209e8675 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2021-02-01/managedClusters.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2021-02-01/managedClusters.json @@ -2685,6 +2685,7 @@ }, "effectiveOutboundIPs": { "type": "array", + "readOnly": true, "items": { "$ref": "#/definitions/ResourceReference" }, diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2021-03-01/managedClusters.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2021-03-01/managedClusters.json index 7ad3cbd4a23d..34602a844991 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2021-03-01/managedClusters.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2021-03-01/managedClusters.json @@ -2949,6 +2949,7 @@ }, "effectiveOutboundIPs": { "type": "array", + "readOnly": true, "items": { "$ref": "#/definitions/ResourceReference" }, diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2021-05-01/managedClusters.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2021-05-01/managedClusters.json index 43a23c96b179..2834d4a6c78f 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2021-05-01/managedClusters.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2021-05-01/managedClusters.json @@ -3119,6 +3119,7 @@ }, "effectiveOutboundIPs": { "type": "array", + "readOnly": true, "items": { "$ref": "#/definitions/ResourceReference" }, diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2021-07-01/managedClusters.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2021-07-01/managedClusters.json index e0e9e4ee184b..c2ca51406e78 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2021-07-01/managedClusters.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2021-07-01/managedClusters.json @@ -3112,6 +3112,7 @@ }, "effectiveOutboundIPs": { "type": "array", + "readOnly": true, "items": { "$ref": "#/definitions/ResourceReference" }, @@ -3183,6 +3184,7 @@ }, "effectiveOutboundIPs": { "type": "array", + "readOnly": true, "items": { "$ref": "#/definitions/ResourceReference" }, diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2021-08-01/managedClusters.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2021-08-01/managedClusters.json index 21e08e113319..4166b880f17a 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2021-08-01/managedClusters.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2021-08-01/managedClusters.json @@ -3398,6 +3398,7 @@ }, "effectiveOutboundIPs": { "type": "array", + "readOnly": true, "items": { "$ref": "#/definitions/ResourceReference" }, @@ -3469,6 +3470,7 @@ }, "effectiveOutboundIPs": { "type": "array", + "readOnly": true, "items": { "$ref": "#/definitions/ResourceReference" }, diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2021-09-01/managedClusters.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2021-09-01/managedClusters.json index 063cb781741a..98ccfbf8dd4c 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2021-09-01/managedClusters.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2021-09-01/managedClusters.json @@ -3430,6 +3430,7 @@ }, "effectiveOutboundIPs": { "type": "array", + "readOnly": true, "items": { "$ref": "#/definitions/ResourceReference" }, @@ -3501,6 +3502,7 @@ }, "effectiveOutboundIPs": { "type": "array", + "readOnly": true, "items": { "$ref": "#/definitions/ResourceReference" }, diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2021-10-01/managedClusters.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2021-10-01/managedClusters.json index 2a937a7b23af..72532379cddd 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2021-10-01/managedClusters.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2021-10-01/managedClusters.json @@ -3482,6 +3482,7 @@ }, "effectiveOutboundIPs": { "type": "array", + "readOnly": true, "items": { "$ref": "#/definitions/ResourceReference" }, @@ -3561,6 +3562,7 @@ }, "effectiveOutboundIPs": { "type": "array", + "readOnly": true, "items": { "$ref": "#/definitions/ResourceReference" }, diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2022-01-01/managedClusters.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2022-01-01/managedClusters.json index 35d407cb12bc..68e6b73b6536 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2022-01-01/managedClusters.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2022-01-01/managedClusters.json @@ -3480,6 +3480,7 @@ }, "effectiveOutboundIPs": { "type": "array", + "readOnly": true, "items": { "$ref": "#/definitions/ResourceReference" }, @@ -3559,6 +3560,7 @@ }, "effectiveOutboundIPs": { "type": "array", + "readOnly": true, "items": { "$ref": "#/definitions/ResourceReference" }, diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2022-02-01/managedClusters.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2022-02-01/managedClusters.json index 8fbba638c35d..32eae59fb24c 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2022-02-01/managedClusters.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2022-02-01/managedClusters.json @@ -3507,6 +3507,7 @@ }, "effectiveOutboundIPs": { "type": "array", + "readOnly": true, "items": { "$ref": "#/definitions/ResourceReference" }, @@ -3590,6 +3591,7 @@ }, "effectiveOutboundIPs": { "type": "array", + "readOnly": true, "items": { "$ref": "#/definitions/ResourceReference" }, diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2022-03-01/managedClusters.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2022-03-01/managedClusters.json index 7b1049a1dc68..bbd1804ecd37 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2022-03-01/managedClusters.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2022-03-01/managedClusters.json @@ -3407,6 +3407,7 @@ }, "effectiveOutboundIPs": { "type": "array", + "readOnly": true, "items": { "$ref": "#/definitions/ResourceReference" }, @@ -3490,6 +3491,7 @@ }, "effectiveOutboundIPs": { "type": "array", + "readOnly": true, "items": { "$ref": "#/definitions/ResourceReference" }, diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2022-04-01/managedClusters.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2022-04-01/managedClusters.json index e137bddfddbc..0c7c1b2a8c32 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2022-04-01/managedClusters.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2022-04-01/managedClusters.json @@ -3413,6 +3413,7 @@ }, "effectiveOutboundIPs": { "type": "array", + "readOnly": true, "items": { "$ref": "#/definitions/ResourceReference" }, @@ -3496,6 +3497,7 @@ }, "effectiveOutboundIPs": { "type": "array", + "readOnly": true, "items": { "$ref": "#/definitions/ResourceReference" }, diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2022-06-01/managedClusters.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2022-06-01/managedClusters.json index 2b6a7e1ace3b..7aad7bbd68b8 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2022-06-01/managedClusters.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2022-06-01/managedClusters.json @@ -3440,6 +3440,7 @@ }, "effectiveOutboundIPs": { "type": "array", + "readOnly": true, "items": { "$ref": "#/definitions/ResourceReference" }, @@ -3523,6 +3524,7 @@ }, "effectiveOutboundIPs": { "type": "array", + "readOnly": true, "items": { "$ref": "#/definitions/ResourceReference" }, diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2022-07-01/managedClusters.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2022-07-01/managedClusters.json index 448698aa99c0..86091b0d966f 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2022-07-01/managedClusters.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2022-07-01/managedClusters.json @@ -3452,6 +3452,7 @@ }, "effectiveOutboundIPs": { "type": "array", + "readOnly": true, "items": { "$ref": "#/definitions/ResourceReference" }, @@ -3535,6 +3536,7 @@ }, "effectiveOutboundIPs": { "type": "array", + "readOnly": true, "items": { "$ref": "#/definitions/ResourceReference" }, diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2022-09-01/managedClusters.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2022-09-01/managedClusters.json index d57ff32ea9b4..9905033e1d59 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2022-09-01/managedClusters.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2022-09-01/managedClusters.json @@ -3503,6 +3503,7 @@ }, "effectiveOutboundIPs": { "type": "array", + "readOnly": true, "items": { "$ref": "#/definitions/ResourceReference" }, @@ -3586,6 +3587,7 @@ }, "effectiveOutboundIPs": { "type": "array", + "readOnly": true, "items": { "$ref": "#/definitions/ResourceReference" }, diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2022-11-01/managedClusters.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2022-11-01/managedClusters.json index 76ac2f31ff7d..c9729b172773 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2022-11-01/managedClusters.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2022-11-01/managedClusters.json @@ -3587,6 +3587,7 @@ }, "effectiveOutboundIPs": { "type": "array", + "readOnly": true, "items": { "$ref": "#/definitions/ResourceReference" }, @@ -3670,6 +3671,7 @@ }, "effectiveOutboundIPs": { "type": "array", + "readOnly": true, "items": { "$ref": "#/definitions/ResourceReference" }, diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2023-01-01/managedClusters.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2023-01-01/managedClusters.json index e30a0626c619..68522fd04f19 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2023-01-01/managedClusters.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2023-01-01/managedClusters.json @@ -3713,6 +3713,7 @@ }, "effectiveOutboundIPs": { "type": "array", + "readOnly": true, "items": { "$ref": "#/definitions/ResourceReference" }, @@ -3796,6 +3797,7 @@ }, "effectiveOutboundIPs": { "type": "array", + "readOnly": true, "items": { "$ref": "#/definitions/ResourceReference" }, diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2023-02-01/managedClusters.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2023-02-01/managedClusters.json index bdebf4c2c793..6e90d0bb8d6a 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2023-02-01/managedClusters.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2023-02-01/managedClusters.json @@ -3495,6 +3495,7 @@ }, "effectiveOutboundIPs": { "type": "array", + "readOnly": true, "items": { "$ref": "#/definitions/ResourceReference" }, @@ -3578,6 +3579,7 @@ }, "effectiveOutboundIPs": { "type": "array", + "readOnly": true, "items": { "$ref": "#/definitions/ResourceReference" }, diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2023-04-01/managedClusters.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2023-04-01/managedClusters.json index d87f9dfd329f..58e7e4f94b94 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2023-04-01/managedClusters.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2023-04-01/managedClusters.json @@ -3532,6 +3532,7 @@ }, "effectiveOutboundIPs": { "type": "array", + "readOnly": true, "items": { "$ref": "#/definitions/ResourceReference" }, @@ -3615,6 +3616,7 @@ }, "effectiveOutboundIPs": { "type": "array", + "readOnly": true, "items": { "$ref": "#/definitions/ResourceReference" }, diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2023-05-01/managedClusters.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2023-05-01/managedClusters.json index 15437ccc6582..930428b28615 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2023-05-01/managedClusters.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2023-05-01/managedClusters.json @@ -3767,6 +3767,7 @@ }, "effectiveOutboundIPs": { "type": "array", + "readOnly": true, "items": { "$ref": "#/definitions/ResourceReference" }, @@ -3850,6 +3851,7 @@ }, "effectiveOutboundIPs": { "type": "array", + "readOnly": true, "items": { "$ref": "#/definitions/ResourceReference" }, diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2023-06-01/managedClusters.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2023-06-01/managedClusters.json index 559f49750d63..1d1a0d487356 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2023-06-01/managedClusters.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2023-06-01/managedClusters.json @@ -3774,6 +3774,7 @@ }, "effectiveOutboundIPs": { "type": "array", + "readOnly": true, "items": { "$ref": "#/definitions/ResourceReference" }, @@ -3857,6 +3858,7 @@ }, "effectiveOutboundIPs": { "type": "array", + "readOnly": true, "items": { "$ref": "#/definitions/ResourceReference" }, diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2023-07-01/managedClusters.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2023-07-01/managedClusters.json index 23c8e0641110..8f7c6409badd 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2023-07-01/managedClusters.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2023-07-01/managedClusters.json @@ -3774,6 +3774,7 @@ }, "effectiveOutboundIPs": { "type": "array", + "readOnly": true, "items": { "$ref": "#/definitions/ResourceReference" }, @@ -3857,6 +3858,7 @@ }, "effectiveOutboundIPs": { "type": "array", + "readOnly": true, "items": { "$ref": "#/definitions/ResourceReference" }, diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2023-08-01/managedClusters.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2023-08-01/managedClusters.json index 6c128763a8c2..46abd06ab6ed 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2023-08-01/managedClusters.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2023-08-01/managedClusters.json @@ -3953,6 +3953,7 @@ }, "effectiveOutboundIPs": { "type": "array", + "readOnly": true, "items": { "$ref": "#/definitions/ResourceReference" }, @@ -4036,6 +4037,7 @@ }, "effectiveOutboundIPs": { "type": "array", + "readOnly": true, "items": { "$ref": "#/definitions/ResourceReference" }, diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2023-09-01/managedClusters.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2023-09-01/managedClusters.json index 2bb21ba21f81..69dad411045b 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2023-09-01/managedClusters.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2023-09-01/managedClusters.json @@ -4158,6 +4158,7 @@ }, "effectiveOutboundIPs": { "type": "array", + "readOnly": true, "items": { "$ref": "#/definitions/ResourceReference" }, @@ -4241,6 +4242,7 @@ }, "effectiveOutboundIPs": { "type": "array", + "readOnly": true, "items": { "$ref": "#/definitions/ResourceReference" }, diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2023-10-01/managedClusters.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2023-10-01/managedClusters.json index 0e951e4dbebd..30346ebbe5b1 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2023-10-01/managedClusters.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2023-10-01/managedClusters.json @@ -4269,6 +4269,7 @@ }, "effectiveOutboundIPs": { "type": "array", + "readOnly": true, "items": { "$ref": "#/definitions/ResourceReference" }, @@ -4352,6 +4353,7 @@ }, "effectiveOutboundIPs": { "type": "array", + "readOnly": true, "items": { "$ref": "#/definitions/ResourceReference" }, diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2023-11-01/managedClusters.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2023-11-01/managedClusters.json index 9fb58f9a009c..2c645d30d432 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2023-11-01/managedClusters.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2023-11-01/managedClusters.json @@ -4277,6 +4277,7 @@ }, "effectiveOutboundIPs": { "type": "array", + "readOnly": true, "items": { "$ref": "#/definitions/ResourceReference" }, @@ -4360,6 +4361,7 @@ }, "effectiveOutboundIPs": { "type": "array", + "readOnly": true, "items": { "$ref": "#/definitions/ResourceReference" }, diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2024-01-01/managedClusters.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2024-01-01/managedClusters.json index 4eb4e3e87aa5..b294b8e0c37a 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2024-01-01/managedClusters.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2024-01-01/managedClusters.json @@ -4280,6 +4280,7 @@ }, "effectiveOutboundIPs": { "type": "array", + "readOnly": true, "items": { "$ref": "#/definitions/ResourceReference" }, @@ -4363,6 +4364,7 @@ }, "effectiveOutboundIPs": { "type": "array", + "readOnly": true, "items": { "$ref": "#/definitions/ResourceReference" }, diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2024-02-01/managedClusters.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2024-02-01/managedClusters.json index fadc4d3138ae..3c164c6c92eb 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2024-02-01/managedClusters.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2024-02-01/managedClusters.json @@ -4287,6 +4287,7 @@ }, "effectiveOutboundIPs": { "type": "array", + "readOnly": true, "items": { "$ref": "#/definitions/ResourceReference" }, @@ -4370,6 +4371,7 @@ }, "effectiveOutboundIPs": { "type": "array", + "readOnly": true, "items": { "$ref": "#/definitions/ResourceReference" }, diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2024-05-01/managedClusters.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2024-05-01/managedClusters.json index 5faa5bdb79a5..ddcffd85d490 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2024-05-01/managedClusters.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2024-05-01/managedClusters.json @@ -4250,6 +4250,7 @@ }, "effectiveOutboundIPs": { "type": "array", + "readOnly": true, "items": { "$ref": "#/definitions/ResourceReference" }, @@ -4333,6 +4334,7 @@ }, "effectiveOutboundIPs": { "type": "array", + "readOnly": true, "items": { "$ref": "#/definitions/ResourceReference" }, diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2024-07-01/managedClusters.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2024-07-01/managedClusters.json index b51e33841dab..b65da7aa03bb 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2024-07-01/managedClusters.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2024-07-01/managedClusters.json @@ -4408,6 +4408,7 @@ }, "effectiveOutboundIPs": { "type": "array", + "readOnly": true, "items": { "$ref": "#/definitions/ResourceReference" }, @@ -4491,6 +4492,7 @@ }, "effectiveOutboundIPs": { "type": "array", + "readOnly": true, "items": { "$ref": "#/definitions/ResourceReference" }, diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2024-08-01/managedClusters.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2024-08-01/managedClusters.json index e3de1b4ca43f..45c050782212 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2024-08-01/managedClusters.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2024-08-01/managedClusters.json @@ -4411,6 +4411,7 @@ }, "effectiveOutboundIPs": { "type": "array", + "readOnly": true, "items": { "$ref": "#/definitions/ResourceReference" }, @@ -4494,6 +4495,7 @@ }, "effectiveOutboundIPs": { "type": "array", + "readOnly": true, "items": { "$ref": "#/definitions/ResourceReference" }, diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2024-09-01/managedClusters.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2024-09-01/managedClusters.json index 559eabeaab29..0539ae3c68c3 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2024-09-01/managedClusters.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2024-09-01/managedClusters.json @@ -4538,6 +4538,7 @@ }, "effectiveOutboundIPs": { "type": "array", + "readOnly": true, "items": { "$ref": "#/definitions/ResourceReference" }, @@ -4621,6 +4622,7 @@ }, "effectiveOutboundIPs": { "type": "array", + "readOnly": true, "items": { "$ref": "#/definitions/ResourceReference" }, diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2024-10-01/managedClusters.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2024-10-01/managedClusters.json index 975402ba013f..b1bdb87cecc1 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2024-10-01/managedClusters.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2024-10-01/managedClusters.json @@ -4546,6 +4546,7 @@ }, "effectiveOutboundIPs": { "type": "array", + "readOnly": true, "items": { "$ref": "#/definitions/ResourceReference" }, @@ -4629,6 +4630,7 @@ }, "effectiveOutboundIPs": { "type": "array", + "readOnly": true, "items": { "$ref": "#/definitions/ResourceReference" },