Skip to content

Commit

Permalink
Default EngineMode for E3686 is provisioned (#3425)
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong authored Jun 27, 2024
1 parent 3b782cb commit c79124f
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 c79124f

Please sign in to comment.