Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR azure-mgmt-hanaonazure] [Mirror] add clear-output-folder in resource-manager readme.typescript.md to f… #109

Closed
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
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@ class HanaInstanceSizeNamesEnum(str, Enum):
s192m = "S192m"
s192xm = "S192xm"
s96 = "S96"
s112 = "S112"
s224m = "S224m"
s224o = "S224o"
s224om = "S224om"
s224oo = "S224oo"
s224oom = "S224oom"
s224ooo = "S224ooo"
s224oxm = "S224oxm"
s224oxxm = "S224oxxm"
s384 = "S384"
s384m = "S384m"
s384xm = "S384xm"
Expand All @@ -38,11 +47,6 @@ 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 @@ -288,8 +288,9 @@ class HardwareProfile(Model):
~azure.mgmt.hanaonazure.models.HanaHardwareTypeNamesEnum
: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', 'S224o', 'S224m', 'S224om', 'S224oxm', 'S224oxxm'
'S112', 'S224m', 'S224o', 'S224om', 'S224oo', 'S224oom', 'S224ooo',
'S224oxm', 'S224oxxm', 'S384', 'S384m', 'S384xm', 'S384xxm', 'S576m',
'S576xm', 'S768', 'S768m', 'S768xm', 'S960m'
:vartype hana_instance_size: str or
~azure.mgmt.hanaonazure.models.HanaInstanceSizeNamesEnum
"""
Expand Down Expand Up @@ -495,6 +496,8 @@ class SapMonitor(Resource):
:param hana_db_credentials_msi_id: MSI ID passed by customer which has
access to customer's KeyVault and to be assigned to the Collector VM.
:type hana_db_credentials_msi_id: str
:param key_vault_id: Key Vault ID containing customer's HANA credentials.
:type key_vault_id: str
:ivar provisioning_state: State of provisioning of the HanaInstance.
Possible values include: 'Accepted', 'Creating', 'Updating', 'Failed',
'Succeeded', 'Deleting', 'Migrating'
Expand Down Expand Up @@ -532,6 +535,7 @@ class SapMonitor(Resource):
'hana_db_password': {'key': 'properties.hanaDbPassword', 'type': 'str'},
'hana_db_password_key_vault_url': {'key': 'properties.hanaDbPasswordKeyVaultUrl', 'type': 'str'},
'hana_db_credentials_msi_id': {'key': 'properties.hanaDbCredentialsMsiId', 'type': 'str'},
'key_vault_id': {'key': 'properties.keyVaultId', 'type': 'str'},
'provisioning_state': {'key': 'properties.provisioningState', 'type': 'str'},
'managed_resource_group_name': {'key': 'properties.managedResourceGroupName', 'type': 'str'},
'log_analytics_workspace_arm_id': {'key': 'properties.logAnalyticsWorkspaceArmId', 'type': 'str'},
Expand All @@ -547,6 +551,7 @@ def __init__(self, **kwargs):
self.hana_db_password = kwargs.get('hana_db_password', None)
self.hana_db_password_key_vault_url = kwargs.get('hana_db_password_key_vault_url', None)
self.hana_db_credentials_msi_id = kwargs.get('hana_db_credentials_msi_id', None)
self.key_vault_id = kwargs.get('key_vault_id', None)
self.provisioning_state = None
self.managed_resource_group_name = None
self.log_analytics_workspace_arm_id = None
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,9 @@ class HardwareProfile(Model):
~azure.mgmt.hanaonazure.models.HanaHardwareTypeNamesEnum
: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', 'S224o', 'S224m', 'S224om', 'S224oxm', 'S224oxxm'
'S112', 'S224m', 'S224o', 'S224om', 'S224oo', 'S224oom', 'S224ooo',
'S224oxm', 'S224oxxm', 'S384', 'S384m', 'S384xm', 'S384xxm', 'S576m',
'S576xm', 'S768', 'S768m', 'S768xm', 'S960m'
:vartype hana_instance_size: str or
~azure.mgmt.hanaonazure.models.HanaInstanceSizeNamesEnum
"""
Expand Down Expand Up @@ -495,6 +496,8 @@ class SapMonitor(Resource):
:param hana_db_credentials_msi_id: MSI ID passed by customer which has
access to customer's KeyVault and to be assigned to the Collector VM.
:type hana_db_credentials_msi_id: str
:param key_vault_id: Key Vault ID containing customer's HANA credentials.
:type key_vault_id: str
:ivar provisioning_state: State of provisioning of the HanaInstance.
Possible values include: 'Accepted', 'Creating', 'Updating', 'Failed',
'Succeeded', 'Deleting', 'Migrating'
Expand Down Expand Up @@ -532,12 +535,13 @@ class SapMonitor(Resource):
'hana_db_password': {'key': 'properties.hanaDbPassword', 'type': 'str'},
'hana_db_password_key_vault_url': {'key': 'properties.hanaDbPasswordKeyVaultUrl', 'type': 'str'},
'hana_db_credentials_msi_id': {'key': 'properties.hanaDbCredentialsMsiId', 'type': 'str'},
'key_vault_id': {'key': 'properties.keyVaultId', 'type': 'str'},
'provisioning_state': {'key': 'properties.provisioningState', 'type': 'str'},
'managed_resource_group_name': {'key': 'properties.managedResourceGroupName', 'type': 'str'},
'log_analytics_workspace_arm_id': {'key': 'properties.logAnalyticsWorkspaceArmId', 'type': 'str'},
}

def __init__(self, *, location: str=None, hana_subnet: str=None, hana_hostname: str=None, hana_db_name: str=None, hana_db_sql_port: int=None, hana_db_username: str=None, hana_db_password: str=None, hana_db_password_key_vault_url: str=None, hana_db_credentials_msi_id: str=None, **kwargs) -> None:
def __init__(self, *, location: str=None, hana_subnet: str=None, hana_hostname: str=None, hana_db_name: str=None, hana_db_sql_port: int=None, hana_db_username: str=None, hana_db_password: str=None, hana_db_password_key_vault_url: str=None, hana_db_credentials_msi_id: str=None, key_vault_id: str=None, **kwargs) -> None:
super(SapMonitor, self).__init__(location=location, **kwargs)
self.hana_subnet = hana_subnet
self.hana_hostname = hana_hostname
Expand All @@ -547,6 +551,7 @@ def __init__(self, *, location: str=None, hana_subnet: str=None, hana_hostname:
self.hana_db_password = hana_db_password
self.hana_db_password_key_vault_url = hana_db_password_key_vault_url
self.hana_db_credentials_msi_id = hana_db_credentials_msi_id
self.key_vault_id = key_vault_id
self.provisioning_state = None
self.managed_resource_group_name = None
self.log_analytics_workspace_arm_id = None
Expand Down