Skip to content

Commit 4910f49

Browse files
SDKAutoBin Xu
andcommitted
CodeGen from PR 21039 in Azure/azure-rest-api-specs
Add autoIoScaling property in MySQL get/update payload (#21039) Co-authored-by: Bin Xu <bixu@microsoft.com>
1 parent 8757c50 commit 4910f49

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

schemas/2021-12-01-preview/Microsoft.DBforMySQL.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -867,6 +867,21 @@
867867
],
868868
"description": "Enable Storage Auto Grow or not."
869869
},
870+
"autoIoScaling": {
871+
"oneOf": [
872+
{
873+
"type": "string",
874+
"enum": [
875+
"Enabled",
876+
"Disabled"
877+
]
878+
},
879+
{
880+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
881+
}
882+
],
883+
"description": "Enable IO Auto Scaling or not."
884+
},
870885
"iops": {
871886
"oneOf": [
872887
{

0 commit comments

Comments
 (0)