Skip to content

Commit 3d30555

Browse files
authored
fix: added missing validations (#781)
1 parent 8fc9701 commit 3d30555

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

modules/mysql/metadata.display.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,15 @@ spec:
369369
password_validation_policy_config:
370370
name: password_validation_policy_config
371371
title: Password Validation Policy Config
372+
properties:
373+
complexity:
374+
name: complexity
375+
title: complexity
376+
enumValueLabels:
377+
- label: COMPLEXITY_DEFAULT
378+
value: COMPLEXITY_DEFAULT
379+
- label: COMPLEXITY_UNSPECIFIED
380+
value: COMPLEXITY_UNSPECIFIED
372381
pricing_plan:
373382
name: pricing_plan
374383
title: Pricing Plan

modules/postgresql/metadata.display.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,15 @@ spec:
333333
password_validation_policy_config:
334334
name: password_validation_policy_config
335335
title: Password Validation Policy Config
336+
properties:
337+
complexity:
338+
name: complexity
339+
title: complexity
340+
enumValueLabels:
341+
- label: COMPLEXITY_DEFAULT
342+
value: COMPLEXITY_DEFAULT
343+
- label: COMPLEXITY_UNSPECIFIED
344+
value: COMPLEXITY_UNSPECIFIED
336345
pricing_plan:
337346
name: pricing_plan
338347
title: Pricing Plan

0 commit comments

Comments
 (0)