Skip to content

Commit 1cf775b

Browse files
authored
Merge branch 'main' into v1.7110.0
2 parents 8d34b86 + b9ec922 commit 1cf775b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

packages_generated/lb/src/v1/validation-rules.gen.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,10 @@ export const HealthCheckHttpConfig = {
55
hostHeader: {
66
pattern: /^[^\s]+$/,
77
},
8-
uri: {
9-
pattern: /^[^\s]+$/,
10-
},
118
}
129

1310
export const HealthCheckHttpsConfig = {
1411
hostHeader: {
1512
pattern: /^[^\s]+$/,
1613
},
17-
uri: {
18-
pattern: /^[^\s]+$/,
19-
},
2014
}

0 commit comments

Comments
 (0)