Skip to content

Commit ed7ee9b

Browse files
lagalbradsgouda
authored andcommitted
Update Swagger constraints to allow HANA Very Large Instances (#3029)
* 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
1 parent b3958fe commit ed7ee9b

File tree

3 files changed

+17
-10
lines changed

3 files changed

+17
-10
lines changed

specification/hanaonazure/resource-manager/Microsoft.HanaOnAzure/preview/2017-11-03-preview/examples/HanaInstances_List.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
"properties": {
5151
"hanaInstanceId": "00000000-0000-0000-0000-000000000000",
5252
"hardwareProfile": {
53-
"hardwareType": "Cisco_UCS",
54-
"hanaInstanceSize": "S72"
53+
"hardwareType": "HPE",
54+
"hanaInstanceSize": "S384"
5555
},
5656
"networkProfile": {
5757
"networkInterfaces": [
@@ -75,4 +75,4 @@
7575
}
7676
}
7777
}
78-
}
78+
}

specification/hanaonazure/resource-manager/Microsoft.HanaOnAzure/preview/2017-11-03-preview/examples/HanaInstances_ListByResourceGroup.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
"properties": {
5252
"hanaInstanceId": "00000000-0000-0000-0000-000000000000",
5353
"hardwareProfile": {
54-
"hardwareType": "Cisco_UCS",
55-
"hanaInstanceSize": "S72"
54+
"hardwareType": "HPE",
55+
"hanaInstanceSize": "S384"
5656
},
5757
"networkProfile": {
5858
"networkInterfaces": [
@@ -76,4 +76,4 @@
7676
}
7777
}
7878
}
79-
}
79+
}

specification/hanaonazure/resource-manager/Microsoft.HanaOnAzure/preview/2017-11-03-preview/hanaonazure.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -294,13 +294,14 @@
294294
"readOnly": true,
295295
"type": "string",
296296
"enum": [
297-
"Cisco_UCS"
297+
"Cisco_UCS",
298+
"HPE"
298299
],
299300
"x-ms-enum": {
300301
"name": "HanaHardwareTypeNamesEnum",
301302
"modelAsString": true
302303
},
303-
"description": "Name of the hardware type (vendor and/or thrie product name)"
304+
"description": "Name of the hardware type (vendor and/or their product name)"
304305
},
305306
"hanaInstanceSize": {
306307
"readOnly": true,
@@ -311,7 +312,13 @@
311312
"S72",
312313
"S144",
313314
"S192",
314-
"S192m"
315+
"S192m",
316+
"S384",
317+
"S384m",
318+
"S384xm",
319+
"S576",
320+
"S768",
321+
"S960"
315322
],
316323
"x-ms-enum": {
317324
"name": "HanaInstanceSizeNamesEnum",
@@ -512,4 +519,4 @@
512519
"description": "Client API version."
513520
}
514521
}
515-
}
522+
}

0 commit comments

Comments
 (0)