Skip to content

Commit

Permalink
Merge branch 'main' into fix/issue/3426
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong authored Jun 27, 2024
2 parents b0fa598 + c79124f commit 8ddb942
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@
},
"then": {
"properties": {
"ScalingConfiguration": false,
"ServerlessV2ScalingConfiguration": false
"ScalingConfiguration": false
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,26 +76,7 @@ def rule():
),
(
{"ServerlessV2ScalingConfiguration": "foo"},
[
ValidationError(
(
"Additional properties are not allowed "
"('ServerlessV2ScalingConfiguration')"
),
rule=DbClusterServerlessExclusive(),
path=deque(["ServerlessV2ScalingConfiguration"]),
validator=None,
schema_path=deque(
[
"allOf",
2,
"then",
"properties",
"ServerlessV2ScalingConfiguration",
]
),
)
],
[],
),
(
{"ScalingConfiguration": "foo"},
Expand Down

0 comments on commit 8ddb942

Please sign in to comment.