Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion azure-mgmt-hanaonazure/dev_requirements.txt

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,19 @@
Release History
===============

0.6.0 (2019-05-20)
++++++++++++++++++

**Features**

- Adding new Skus to enums

0.5.1 (2019-04-26)
++++++++++++++++++

**Bugfixes**

- Fixing incorrect RestAPI descriptio
- Fixing incorrect RestAPI description

0.5.0 (2019-04-15)
++++++++++++++++++
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ class HanaInstanceSizeNamesEnum(str, Enum):
s768m = "S768m"
s768xm = "S768xm"
s960m = "S960m"
s224o = "S224o"
s224m = "S224m"
s224om = "S224om"
s224oxm = "S224oxm"
s224oxxm = "S224oxxm"


class HanaInstancePowerStateEnum(str, Enum):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class HardwareProfile(Model):
:ivar hana_instance_size: Specifies the HANA instance SKU. Possible values
include: 'S72m', 'S144m', 'S72', 'S144', 'S192', 'S192m', 'S192xm', 'S96',
'S384', 'S384m', 'S384xm', 'S384xxm', 'S576m', 'S576xm', 'S768', 'S768m',
'S768xm', 'S960m'
'S768xm', 'S960m', 'S224o', 'S224m', 'S224om', 'S224oxm', 'S224oxxm'
:vartype hana_instance_size: str or
~azure.mgmt.hanaonazure.models.HanaInstanceSizeNamesEnum
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class HardwareProfile(Model):
:ivar hana_instance_size: Specifies the HANA instance SKU. Possible values
include: 'S72m', 'S144m', 'S72', 'S144', 'S192', 'S192m', 'S192xm', 'S96',
'S384', 'S384m', 'S384xm', 'S384xxm', 'S576m', 'S576xm', 'S768', 'S768m',
'S768xm', 'S960m'
'S768xm', 'S960m', 'S224o', 'S224m', 'S224om', 'S224oxm', 'S224oxxm'
:vartype hana_instance_size: str or
~azure.mgmt.hanaonazure.models.HanaInstanceSizeNamesEnum
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
# regenerated.
# --------------------------------------------------------------------------

VERSION = "0.5.1"
VERSION = "0.6.0"

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-e ../../../azure-sdk-tools