Skip to content

Commit 9f6b20b

Browse files
authored
fix: Updated CRD to fix CRDGen Error
1 parent a171691 commit 9f6b20b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

crd/overlayextensionconfig/manifests/acn.azure.com_overlayextensionconfigs.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ spec:
4747
spec:
4848
description: OverlayExtensionConfigSpec defines the desired state of OverlayExtensionConfig.
4949
properties:
50-
appGatewaySubnetID:
51-
description: AppGatewaySubnetID field defines a subnet delegated to
52-
Application Gateway that should be able to reach routing domain
53-
ip addresses.
50+
appGatewaySubnetGUID:
51+
description: AppGatewaySubnetGUID field defines a subnet delegated
52+
to Application Gateway that should be able to reach routing domain
53+
ip addresses. This needs to be a valid GUID.
5454
type: string
5555
x-kubernetes-validations:
5656
- message: Value is immutable

0 commit comments

Comments
 (0)