You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/mysql/resource-manager/Microsoft.DBforMySQL/FlexibleServers/preview/2021-12-01-preview/FlexibleServers.json
+11-3Lines changed: 11 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -668,7 +668,8 @@
668
668
},
669
669
"geoRedundantBackup": {
670
670
"$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"
672
673
},
673
674
"earliestRestoreDate": {
674
675
"type": "string",
@@ -694,7 +695,13 @@
694
695
},
695
696
"autoGrow": {
696
697
"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"
698
705
},
699
706
"storageSku": {
700
707
"type": "string",
@@ -703,7 +710,8 @@
703
710
},
704
711
"autoIoScaling": {
705
712
"description": "Enable IO Auto Scaling or not.",
706
-
"$ref": "#/definitions/EnableStatusEnum"
713
+
"$ref": "#/definitions/EnableStatusEnum",
714
+
"default": "Disabled"
707
715
}
708
716
},
709
717
"description": "Storage Profile properties of a server"
Copy file name to clipboardExpand all lines: specification/mysql/resource-manager/Microsoft.DBforMySQL/FlexibleServers/stable/2022-01-01/FlexibleServers.json
+11-3Lines changed: 11 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -700,7 +700,8 @@
700
700
},
701
701
"geoRedundantBackup": {
702
702
"$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"
704
705
},
705
706
"earliestRestoreDate": {
706
707
"type": "string",
@@ -726,7 +727,13 @@
726
727
},
727
728
"autoGrow": {
728
729
"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"
730
737
},
731
738
"storageSku": {
732
739
"type": "string",
@@ -735,7 +742,8 @@
735
742
},
736
743
"autoIoScaling": {
737
744
"description": "Enable IO Auto Scaling or not.",
738
-
"$ref": "#/definitions/EnableStatusEnum"
745
+
"$ref": "#/definitions/EnableStatusEnum",
746
+
"default": "Disabled"
739
747
}
740
748
},
741
749
"description": "Storage Profile properties of a server"
0 commit comments