Skip to content

Commit

Permalink
b/383149651 - Make export ranges fields immutable (#12592)
Browse files Browse the repository at this point in the history
  • Loading branch information
amanMahendroo authored Dec 18, 2024
1 parent a9e4dd8 commit 0eaffcc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions mmv1/products/networkconnectivity/Spoke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -263,13 +263,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
Expand Down Expand Up @@ -301,13 +299,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'
Expand Down

0 comments on commit 0eaffcc

Please sign in to comment.