Skip to content

Commit 11f56f9

Browse files
committed
Fixes the name of the at_least_one_of field for strongSessionAffinityCookie
1 parent a9d507b commit 11f56f9

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

mmv1/products/compute/BackendService.yaml

+9-9
Original file line numberDiff line numberDiff line change
@@ -1312,9 +1312,9 @@ properties:
13121312
description: |
13131313
Lifetime of the cookie.
13141314
at_least_one_of:
1315-
- 'http_cookie.0.ttl'
1316-
- 'http_cookie.0.name'
1317-
- 'http_cookie.0.path'
1315+
- 'strong_session_affinity_cookie.0.ttl'
1316+
- 'strong_session_affinity_cookie.0.name'
1317+
- 'strong_session_affinity_cookie.0.path'
13181318
properties:
13191319
- name: 'seconds'
13201320
type: Integer
@@ -1334,17 +1334,17 @@ properties:
13341334
description: |
13351335
Name of the cookie.
13361336
at_least_one_of:
1337-
- 'http_cookie.0.ttl'
1338-
- 'http_cookie.0.name'
1339-
- 'http_cookie.0.path'
1337+
- 'strong_session_affinity_cookie.0.ttl'
1338+
- 'strong_session_affinity_cookie.0.name'
1339+
- 'strong_session_affinity_cookie.0.path'
13401340
- name: 'path'
13411341
type: String
13421342
description: |
13431343
Path to set for the cookie.
13441344
at_least_one_of:
1345-
- 'http_cookie.0.ttl'
1346-
- 'http_cookie.0.name'
1347-
- 'http_cookie.0.path'
1345+
- 'strong_session_affinity_cookie.0.ttl'
1346+
- 'strong_session_affinity_cookie.0.name'
1347+
- 'strong_session_affinity_cookie.0.path'
13481348
- name: 'timeoutSec'
13491349
type: Integer
13501350
description: |

mmv1/products/compute/RegionBackendService.yaml

+9-9
Original file line numberDiff line numberDiff line change
@@ -1168,9 +1168,9 @@ properties:
11681168
description: |
11691169
Lifetime of the cookie.
11701170
at_least_one_of:
1171-
- 'http_cookie.0.ttl'
1172-
- 'http_cookie.0.name'
1173-
- 'http_cookie.0.path'
1171+
- 'strong_session_affinity_cookie.0.ttl'
1172+
- 'strong_session_affinity_cookie.0.name'
1173+
- 'strong_session_affinity_cookie.0.path'
11741174
properties:
11751175
- name: 'seconds'
11761176
type: Integer
@@ -1190,17 +1190,17 @@ properties:
11901190
description: |
11911191
Name of the cookie.
11921192
at_least_one_of:
1193-
- 'http_cookie.0.ttl'
1194-
- 'http_cookie.0.name'
1195-
- 'http_cookie.0.path'
1193+
- 'strong_session_affinity_cookie.0.ttl'
1194+
- 'strong_session_affinity_cookie.0.name'
1195+
- 'strong_session_affinity_cookie.0.path'
11961196
- name: 'path'
11971197
type: String
11981198
description: |
11991199
Path to set for the cookie.
12001200
at_least_one_of:
1201-
- 'http_cookie.0.ttl'
1202-
- 'http_cookie.0.name'
1203-
- 'http_cookie.0.path'
1201+
- 'strong_session_affinity_cookie.0.ttl'
1202+
- 'strong_session_affinity_cookie.0.name'
1203+
- 'strong_session_affinity_cookie.0.path'
12041204
- name: 'connectionTrackingPolicy'
12051205
type: NestedObject
12061206
description: |

0 commit comments

Comments
 (0)