Skip to content

Commit 1f0822c

Browse files
author
SDK Automation
committed
Generated from d917a29b8671efed22570d6cae94b871b909e869
add required fields for sku object
1 parent ac2e165 commit 1f0822c

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1002,6 +1002,9 @@
10021002
"description": "The tier of the particular SKU, e.g. Basic."
10031003
}
10041004
},
1005+
"required": [
1006+
"name"
1007+
],
10051008
"description": "Billing information related properties of a server."
10061009
},
10071010
"StorageProfile": {

schemas/2017-12-01/Microsoft.DBforMySQL.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1304,6 +1304,9 @@
13041304
"description": "The tier of the particular SKU, e.g. Basic."
13051305
}
13061306
},
1307+
"required": [
1308+
"name"
1309+
],
13071310
"description": "Billing information related properties of a server."
13081311
},
13091312
"StorageProfile": {

schemas/2020-07-01-privatepreview/Microsoft.DBforMySQL.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -652,6 +652,10 @@
652652
"description": "The tier of the particular SKU, e.g. GeneralPurpose."
653653
}
654654
},
655+
"required": [
656+
"name",
657+
"tier"
658+
],
655659
"description": "Billing information related properties of a server."
656660
},
657661
"StorageProfile": {

0 commit comments

Comments
 (0)