From e3356df852f0802a15bc84805d0872318e4ecc01 Mon Sep 17 00:00:00 2001 From: Aman Mahendroo Date: Tue, 17 Dec 2024 05:44:03 +0000 Subject: [PATCH 1/2] b/383149651 - remove immutability from export ranges to avoid recreation of resources --- mmv1/products/networkconnectivity/Spoke.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/mmv1/products/networkconnectivity/Spoke.yaml b/mmv1/products/networkconnectivity/Spoke.yaml index 4ab3309a7845..191c7c788b13 100644 --- a/mmv1/products/networkconnectivity/Spoke.yaml +++ b/mmv1/products/networkconnectivity/Spoke.yaml @@ -256,13 +256,11 @@ properties: - name: 'excludeExportRanges' type: Array description: IP ranges encompassing the subnets to be excluded from peering. - immutable: true item_type: type: String - name: 'includeExportRanges' type: Array description: IP ranges allowed to be included from peering. - immutable: true item_type: type: String - name: linkedProducerVpcNetwork From 9207b0514cfb944412c36e3f09da291265fa3b7e Mon Sep 17 00:00:00 2001 From: Aman Mahendroo Date: Tue, 17 Dec 2024 05:53:33 +0000 Subject: [PATCH 2/2] b/383149651 - remove immutability from export ranges to avoid recreation of resources --- mmv1/products/networkconnectivity/Spoke.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/mmv1/products/networkconnectivity/Spoke.yaml b/mmv1/products/networkconnectivity/Spoke.yaml index 191c7c788b13..10553c396892 100644 --- a/mmv1/products/networkconnectivity/Spoke.yaml +++ b/mmv1/products/networkconnectivity/Spoke.yaml @@ -292,13 +292,11 @@ properties: - name: includeExportRanges type: Array description: IP ranges allowed to be included from peering. - immutable: true item_type: type: String - name: excludeExportRanges type: Array description: IP ranges encompassing the subnets to be excluded from peering. - immutable: true item_type: type: String - name: 'uniqueId'