diff --git a/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/hana_management_client_enums.py b/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/hana_management_client_enums.py index 77822b942ae9..5c5283248567 100644 --- a/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/hana_management_client_enums.py +++ b/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/hana_management_client_enums.py @@ -15,6 +15,7 @@ class HanaHardwareTypeNamesEnum(Enum): cisco_ucs = "Cisco_UCS" + hpe = "HPE" class HanaInstanceSizeNamesEnum(Enum): @@ -25,3 +26,9 @@ class HanaInstanceSizeNamesEnum(Enum): s144 = "S144" s192 = "S192" s192m = "S192m" + s384 = "S384" + s384m = "S384m" + s384xm = "S384xm" + s576 = "S576" + s768 = "S768" + s960 = "S960" diff --git a/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/hardware_profile.py b/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/hardware_profile.py index fd054952ce8e..19b58c615144 100644 --- a/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/hardware_profile.py +++ b/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/hardware_profile.py @@ -18,12 +18,13 @@ class HardwareProfile(Model): Variables are only populated by the server, and will be ignored when sending a request. - :ivar hardware_type: Name of the hardware type (vendor and/or thrie - product name). Possible values include: 'Cisco_UCS' + :ivar hardware_type: Name of the hardware type (vendor and/or their + product name). Possible values include: 'Cisco_UCS', 'HPE' :vartype hardware_type: str or ~azure.mgmt.hanaonazure.models.HanaHardwareTypeNamesEnum :ivar hana_instance_size: Specifies the HANA instance SKU. Possible values - include: 'S72m', 'S144m', 'S72', 'S144', 'S192', 'S192m' + include: 'S72m', 'S144m', 'S72', 'S144', 'S192', 'S192m', 'S384', 'S384m', + 'S384xm', 'S576', 'S768', 'S960' :vartype hana_instance_size: str or ~azure.mgmt.hanaonazure.models.HanaInstanceSizeNamesEnum """