Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@
}
}
},
"ArmSku": {
"Sku": {
"description": "An ARM Resource SKU.",
"type": "object",
"properties": {
Expand Down Expand Up @@ -539,6 +539,7 @@
"Default",
"Copy",
"Secondary",
"OnlineSecondary",
"PointInTimeRestore",
"Restore",
"Recovery",
Expand Down Expand Up @@ -620,7 +621,7 @@
"type": "string",
"readOnly": true,
"x-ms-enum": {
"name": "Status",
"name": "DatabaseStatus",
"modelAsString": true
}
},
Expand Down Expand Up @@ -781,7 +782,7 @@
],
"properties": {
"sku": {
"$ref": "#/definitions/ArmSku",
"$ref": "#/definitions/Sku",
"description": "The name and tier of the SKU."
},
"kind": {
Expand All @@ -801,7 +802,7 @@
"type": "object",
"properties": {
"sku": {
"$ref": "#/definitions/ArmSku",
"$ref": "#/definitions/Sku",
"description": "The name and tier of the SKU."
},
"properties": {
Expand Down
Loading