Skip to content

Commit ab7dde5

Browse files
authored
fix(iam/v1alpha1): add max_bytes rule to update password validation (#2260)
1 parent c9a68c1 commit ab7dde5

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -310,13 +310,6 @@ export const UpdateSSHKeyRequest = {
310310
},
311311
}
312312

313-
export const UpdateUserPasswordRequest = {
314-
password: {
315-
maxLength: 72,
316-
minLength: 1,
317-
},
318-
}
319-
320313
export const UpdateUserRequest = {
321314
firstName: {
322315
maxLength: 64,

0 commit comments

Comments
 (0)