From d8ee77117c2ba697437e0d8c150a7061c8acb866 Mon Sep 17 00:00:00 2001 From: Aman Mahendroo Date: Tue, 17 Dec 2024 05:40:25 +0000 Subject: [PATCH] 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..a5809771c670 100644 --- a/mmv1/products/networkconnectivity/Spoke.yaml +++ b/mmv1/products/networkconnectivity/Spoke.yaml @@ -294,13 +294,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'