Skip to content

Commit 836c5f0

Browse files
authored
fix: Updated the name to be specific that we require the subnet Guid and not ARM ID
1 parent 4dcca49 commit 836c5f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crd/overlayextensionconfig/api/v1alpha1/overlayextensionconfig_types.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ type OverlayExtensionConfigSpec struct {
3939
// 43 is max length of IPv6 CIDR string
4040
ExtensionIPRange string `json:"extensionIPRange,omitempty"`
4141

42-
// AppGatewaySubnetID field defines a subnet delegated to Application Gateway that should be able to reach routing domain ip addresses.
42+
// AppGatewaySubnetGUID field defines a subnet delegated to Application Gateway that should be able to reach routing domain ip addresses. This needs to be a valid GUID.
4343
// +kubebuilder:validation:XValidation:rule="self == oldSelf",message="Value is immutable"
44-
AppGatewaySubnetID string `json:"appGatewaySubnetID,omitempty"`
44+
AppGatewaySubnetGUID string `json:"appGatewaySubnetGUID,omitempty"`
4545
}
4646

4747
type OECState string

0 commit comments

Comments
 (0)