Skip to content

Commit

Permalink
Update Swagger constraints to allow HANA Very Large Instances (#3029)
Browse files Browse the repository at this point in the history
* Update Swagger constraints to allow HANA Very Large Instances

Update HanaHardwareTypeNamesEnum list to include VLI hardware type
Update HanaInstanceSizeNamesEnum list to include VLI SKUs
Fix typo in HanaHardwareTypeNamesEnum description

* Update HanaInstances_List.json

* Update HanaInstances_ListByResourceGroup.json
  • Loading branch information
lagalbra authored and dsgouda committed May 7, 2018
1 parent b3958fe commit ed7ee9b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"properties": {
"hanaInstanceId": "00000000-0000-0000-0000-000000000000",
"hardwareProfile": {
"hardwareType": "Cisco_UCS",
"hanaInstanceSize": "S72"
"hardwareType": "HPE",
"hanaInstanceSize": "S384"
},
"networkProfile": {
"networkInterfaces": [
Expand All @@ -75,4 +75,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
"properties": {
"hanaInstanceId": "00000000-0000-0000-0000-000000000000",
"hardwareProfile": {
"hardwareType": "Cisco_UCS",
"hanaInstanceSize": "S72"
"hardwareType": "HPE",
"hanaInstanceSize": "S384"
},
"networkProfile": {
"networkInterfaces": [
Expand All @@ -76,4 +76,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -294,13 +294,14 @@
"readOnly": true,
"type": "string",
"enum": [
"Cisco_UCS"
"Cisco_UCS",
"HPE"
],
"x-ms-enum": {
"name": "HanaHardwareTypeNamesEnum",
"modelAsString": true
},
"description": "Name of the hardware type (vendor and/or thrie product name)"
"description": "Name of the hardware type (vendor and/or their product name)"
},
"hanaInstanceSize": {
"readOnly": true,
Expand All @@ -311,7 +312,13 @@
"S72",
"S144",
"S192",
"S192m"
"S192m",
"S384",
"S384m",
"S384xm",
"S576",
"S768",
"S960"
],
"x-ms-enum": {
"name": "HanaInstanceSizeNamesEnum",
Expand Down Expand Up @@ -512,4 +519,4 @@
"description": "Client API version."
}
}
}
}

0 comments on commit ed7ee9b

Please sign in to comment.