Skip to content

Commit 51d11e1

Browse files
xiaoxuqi-msJoshLove-msft
authored andcommitted
add default value for s360 issue (Azure#23580)
* add default value for s360 issue * fix s360 in 2021-12-01-preview
1 parent a6d7d8f commit 51d11e1

File tree

2 files changed

+22
-6
lines changed

2 files changed

+22
-6
lines changed

specification/mysql/resource-manager/Microsoft.DBforMySQL/FlexibleServers/preview/2021-12-01-preview/FlexibleServers.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,8 @@
668668
},
669669
"geoRedundantBackup": {
670670
"$ref": "#/definitions/EnableStatusEnum",
671-
"description": "Whether or not geo redundant backup is enabled."
671+
"description": "Whether or not geo redundant backup is enabled.",
672+
"default": "Disabled"
672673
},
673674
"earliestRestoreDate": {
674675
"type": "string",
@@ -694,7 +695,13 @@
694695
},
695696
"autoGrow": {
696697
"description": "Enable Storage Auto Grow or not.",
697-
"$ref": "#/definitions/EnableStatusEnum"
698+
"$ref": "#/definitions/EnableStatusEnum",
699+
"default": "Disabled"
700+
},
701+
"logOnDisk": {
702+
"description": "Enable Log On Disk or not.",
703+
"$ref": "#/definitions/EnableStatusEnum",
704+
"default": "Disabled"
698705
},
699706
"storageSku": {
700707
"type": "string",
@@ -703,7 +710,8 @@
703710
},
704711
"autoIoScaling": {
705712
"description": "Enable IO Auto Scaling or not.",
706-
"$ref": "#/definitions/EnableStatusEnum"
713+
"$ref": "#/definitions/EnableStatusEnum",
714+
"default": "Disabled"
707715
}
708716
},
709717
"description": "Storage Profile properties of a server"

specification/mysql/resource-manager/Microsoft.DBforMySQL/FlexibleServers/stable/2022-01-01/FlexibleServers.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,8 @@
700700
},
701701
"geoRedundantBackup": {
702702
"$ref": "#/definitions/EnableStatusEnum",
703-
"description": "Whether or not geo redundant backup is enabled."
703+
"description": "Whether or not geo redundant backup is enabled.",
704+
"default": "Disabled"
704705
},
705706
"earliestRestoreDate": {
706707
"type": "string",
@@ -726,7 +727,13 @@
726727
},
727728
"autoGrow": {
728729
"description": "Enable Storage Auto Grow or not.",
729-
"$ref": "#/definitions/EnableStatusEnum"
730+
"$ref": "#/definitions/EnableStatusEnum",
731+
"default": "Disabled"
732+
},
733+
"logOnDisk": {
734+
"description": "Enable Log On Disk or not.",
735+
"$ref": "#/definitions/EnableStatusEnum",
736+
"default": "Disabled"
730737
},
731738
"storageSku": {
732739
"type": "string",
@@ -735,7 +742,8 @@
735742
},
736743
"autoIoScaling": {
737744
"description": "Enable IO Auto Scaling or not.",
738-
"$ref": "#/definitions/EnableStatusEnum"
745+
"$ref": "#/definitions/EnableStatusEnum",
746+
"default": "Disabled"
739747
}
740748
},
741749
"description": "Storage Profile properties of a server"

0 commit comments

Comments
 (0)