diff --git a/services/edge/model_acl.go b/services/edge/model_acl.go index 07452bcc8..f2bf3c895 100644 --- a/services/edge/model_acl.go +++ b/services/edge/model_acl.go @@ -45,7 +45,7 @@ func setAclGetIpAllowListAttributeType(arg *AclGetIpAllowListAttributeType, val *arg = &val } -// Acl The ACL config for the instances API and all edgecluster proxies. +// Acl The ACL config for the instances API. // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead type Acl struct { IpAllowList AclGetIpAllowListAttributeType `json:"ipAllowList,omitempty"` diff --git a/services/edge/oas_commit b/services/edge/oas_commit index 375e3bee8..d965f1895 100644 --- a/services/edge/oas_commit +++ b/services/edge/oas_commit @@ -1 +1 @@ -f03aa0907e74e8b2a68149937622d809c7c4aef5 +6e4899efa4bc6bf238a150734cb30d93cf5abd41 diff --git a/services/edge/v1beta1api/model_acl.go b/services/edge/v1beta1api/model_acl.go index c5c0328ac..bd718e29e 100644 --- a/services/edge/v1beta1api/model_acl.go +++ b/services/edge/v1beta1api/model_acl.go @@ -17,7 +17,7 @@ import ( // checks if the Acl type satisfies the MappedNullable interface at compile time var _ MappedNullable = &Acl{} -// Acl The ACL config for the instances API and all edgecluster proxies. +// Acl The ACL config for the instances API. type Acl struct { IpAllowList []IpAllowListEntry `json:"ipAllowList,omitempty"` AdditionalProperties map[string]interface{}