Skip to content

Commit 7c8eeee

Browse files
feat(iam): increase rules condition max_len to 2048 (#2172)
Co-authored-by: Jonathan R. <[email protected]>
1 parent cee0f0e commit 7c8eeee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages_generated/iam/src/v1alpha1/validation-rules.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ export const ListUsersRequest = {
226226

227227
export const RuleSpecs = {
228228
condition: {
229-
maxLength: 1024,
229+
maxLength: 2048,
230230
},
231231
}
232232

0 commit comments

Comments
 (0)