Skip to content

Commit

Permalink
aws account resetPassword depends on sso being false (#711)
Browse files Browse the repository at this point in the history
  • Loading branch information
maorfr committed Sep 12, 2024
1 parent 047ebcc commit 7f5f2b8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions schemas/aws/account-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,14 @@ properties:
"$ref": "/common-1.json#/definitions/crossref"
"$schemaRef": "/aws/quota-limits-1.yml"
description: "AWS quota limits for this account"
dependencies:
resetPasswords:
properties:
sso:
enum:
- false
required:
- sso
required:
- "$schema"
- labels
Expand Down

0 comments on commit 7f5f2b8

Please sign in to comment.