Fix pre-commit hook (#3882)

This commit is contained in:
Luca Prete
2026-04-18 10:07:14 +02:00
committed by GitHub
parent 7a31a07df9
commit f2d4e937d1
286 changed files with 295 additions and 449 deletions

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!--
<!--
Copyright 2025 Google LLC
Licensed under the Apache License, Version 2.0 (the "License");
@@ -21,4 +21,4 @@ limitations under the License.
<RouteRule name="default">
<TargetEndpoint>default</TargetEndpoint>
</RouteRule>
</ProxyEndpoint>
</ProxyEndpoint>

View File

@@ -12,4 +12,4 @@
<HTTPTargetConnection>
<URL>http://10.16.0.4</URL>
</HTTPTargetConnection>
</TargetEndpoint>
</TargetEndpoint>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!--
<!--
Copyright 2025 Google LLC
Licensed under the Apache License, Version 2.0 (the "License");
@@ -16,4 +16,4 @@ limitations under the License.
-->
<APIProxy revision="1" name="test">
<Description>test</Description>
</APIProxy>
</APIProxy>

View File

@@ -17,4 +17,4 @@ curl -v -X POST \
curl -v \
-H "Authorization: Bearer $TOKEN" \
"https://apigee.googleapis.com/v1/organizations/$ORGANIZATION/environments/$ENVIRONMENT/apis/test/revisions/1/deployments"
"https://apigee.googleapis.com/v1/organizations/$ORGANIZATION/environments/$ENVIRONMENT/apis/test/revisions/1/deployments"

View File

@@ -12,4 +12,4 @@
<HTTPTargetConnection>
<URL>http://${ip_address}</URL>
</HTTPTargetConnection>
</TargetEndpoint>
</TargetEndpoint>

View File

@@ -46,4 +46,4 @@ variable "network_config" {
variable "project_id" {
description = "Project ID."
type = string
}
}