Skip to content

Commit b9ec922

Browse files
fix(lb): remove whitespace regex uri (#2461)
Co-authored-by: Jonathan R. <[email protected]>
1 parent c8c424e commit b9ec922

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)