From cadbb3508870114b48a816a4d8890365f8a3a7a4 Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Thu, 14 Feb 2019 20:38:26 +0000 Subject: [PATCH] Generated from 14a99c1dc6e71db842f396d6b87d7fbca8dc6f93 typo: securityinsights/resource-manager/Microsoft.SecurityInsights - stting -> setting - etnties -> entities - NETBIOS -> NetBIOS - operartion -> operating - concesnt -> consent --- .../azure/mgmt/securityinsight/models/account_entity.py | 2 +- .../mgmt/securityinsight/models/account_entity_py3.py | 2 +- .../azure/mgmt/securityinsight/models/host_entity.py | 2 +- .../azure/mgmt/securityinsight/models/host_entity_py3.py | 2 +- .../azure/mgmt/securityinsight/models/office_consent.py | 4 ++-- .../mgmt/securityinsight/models/office_consent_py3.py | 4 ++-- .../securityinsight/models/security_insights_enums.py | 8 ++++---- .../operations/product_settings_operations.py | 2 +- 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/azure-mgmt-securityinsight/azure/mgmt/securityinsight/models/account_entity.py b/azure-mgmt-securityinsight/azure/mgmt/securityinsight/models/account_entity.py index 89c273d5013e..e1b09b4fc542 100644 --- a/azure-mgmt-securityinsight/azure/mgmt/securityinsight/models/account_entity.py +++ b/azure-mgmt-securityinsight/azure/mgmt/securityinsight/models/account_entity.py @@ -31,7 +31,7 @@ class AccountEntity(Entity): :ivar account_name: The name of the account. This field should hold only the name without any domain added to it, i.e. administrator. :vartype account_name: str - :ivar nt_domain: The NETBIOS domain name as it appears in the alert format + :ivar nt_domain: The NetBIOS domain name as it appears in the alert format – domain\\username. Examples: NT AUTHORITY. :vartype nt_domain: str :ivar upn_suffix: The user principal name suffix for the account, in some diff --git a/azure-mgmt-securityinsight/azure/mgmt/securityinsight/models/account_entity_py3.py b/azure-mgmt-securityinsight/azure/mgmt/securityinsight/models/account_entity_py3.py index ec5e903ae655..488716037262 100644 --- a/azure-mgmt-securityinsight/azure/mgmt/securityinsight/models/account_entity_py3.py +++ b/azure-mgmt-securityinsight/azure/mgmt/securityinsight/models/account_entity_py3.py @@ -31,7 +31,7 @@ class AccountEntity(Entity): :ivar account_name: The name of the account. This field should hold only the name without any domain added to it, i.e. administrator. :vartype account_name: str - :ivar nt_domain: The NETBIOS domain name as it appears in the alert format + :ivar nt_domain: The NetBIOS domain name as it appears in the alert format – domain\\username. Examples: NT AUTHORITY. :vartype nt_domain: str :ivar upn_suffix: The user principal name suffix for the account, in some diff --git a/azure-mgmt-securityinsight/azure/mgmt/securityinsight/models/host_entity.py b/azure-mgmt-securityinsight/azure/mgmt/securityinsight/models/host_entity.py index 550383353480..eca078070880 100644 --- a/azure-mgmt-securityinsight/azure/mgmt/securityinsight/models/host_entity.py +++ b/azure-mgmt-securityinsight/azure/mgmt/securityinsight/models/host_entity.py @@ -41,7 +41,7 @@ class HostEntity(Entity): :vartype azure_id: str :ivar oms_agent_id: The OMS agent id, if the host has OMS agent installed. :vartype oms_agent_id: str - :param os_family: The operartion system type. Possible values include: + :param os_family: The operating system type. Possible values include: 'Linux', 'Windows', 'Android', 'IOS' :type os_family: str or ~azure.mgmt.securityinsight.models.OSFamily :ivar os_version: A free text representation of the operating system. This diff --git a/azure-mgmt-securityinsight/azure/mgmt/securityinsight/models/host_entity_py3.py b/azure-mgmt-securityinsight/azure/mgmt/securityinsight/models/host_entity_py3.py index 75dd6e81efdb..0590bd25f509 100644 --- a/azure-mgmt-securityinsight/azure/mgmt/securityinsight/models/host_entity_py3.py +++ b/azure-mgmt-securityinsight/azure/mgmt/securityinsight/models/host_entity_py3.py @@ -41,7 +41,7 @@ class HostEntity(Entity): :vartype azure_id: str :ivar oms_agent_id: The OMS agent id, if the host has OMS agent installed. :vartype oms_agent_id: str - :param os_family: The operartion system type. Possible values include: + :param os_family: The operating system type. Possible values include: 'Linux', 'Windows', 'Android', 'IOS' :type os_family: str or ~azure.mgmt.securityinsight.models.OSFamily :ivar os_version: A free text representation of the operating system. This diff --git a/azure-mgmt-securityinsight/azure/mgmt/securityinsight/models/office_consent.py b/azure-mgmt-securityinsight/azure/mgmt/securityinsight/models/office_consent.py index bea49f793ea6..c5e997afa3af 100644 --- a/azure-mgmt-securityinsight/azure/mgmt/securityinsight/models/office_consent.py +++ b/azure-mgmt-securityinsight/azure/mgmt/securityinsight/models/office_consent.py @@ -24,9 +24,9 @@ class OfficeConsent(Resource): :vartype type: str :ivar name: Azure resource name :vartype name: str - :param tenant_id: The tenantId of the Office365 with the concesnt. + :param tenant_id: The tenantId of the Office365 with the consent. :type tenant_id: str - :ivar tenant_name: The tenant name of the Office365 with the concesnt. + :ivar tenant_name: The tenant name of the Office365 with the consent. :vartype tenant_name: str """ diff --git a/azure-mgmt-securityinsight/azure/mgmt/securityinsight/models/office_consent_py3.py b/azure-mgmt-securityinsight/azure/mgmt/securityinsight/models/office_consent_py3.py index 4feb93636e8f..4d2c4de98318 100644 --- a/azure-mgmt-securityinsight/azure/mgmt/securityinsight/models/office_consent_py3.py +++ b/azure-mgmt-securityinsight/azure/mgmt/securityinsight/models/office_consent_py3.py @@ -24,9 +24,9 @@ class OfficeConsent(Resource): :vartype type: str :ivar name: Azure resource name :vartype name: str - :param tenant_id: The tenantId of the Office365 with the concesnt. + :param tenant_id: The tenantId of the Office365 with the consent. :type tenant_id: str - :ivar tenant_name: The tenant name of the Office365 with the concesnt. + :ivar tenant_name: The tenant name of the Office365 with the consent. :vartype tenant_name: str """ diff --git a/azure-mgmt-securityinsight/azure/mgmt/securityinsight/models/security_insights_enums.py b/azure-mgmt-securityinsight/azure/mgmt/securityinsight/models/security_insights_enums.py index 655ba0639343..7f82e3f12db9 100644 --- a/azure-mgmt-securityinsight/azure/mgmt/securityinsight/models/security_insights_enums.py +++ b/azure-mgmt-securityinsight/azure/mgmt/securityinsight/models/security_insights_enums.py @@ -81,10 +81,10 @@ class EntityKind(str, Enum): class OSFamily(str, Enum): - linux = "Linux" #: Host with Linux operartion system. - windows = "Windows" #: Host with Windows operartion system. - android = "Android" #: Host with Android operartion system. - ios = "IOS" #: Host with IOS operartion system. + linux = "Linux" #: Host with Linux operating system. + windows = "Windows" #: Host with Windows operating system. + android = "Android" #: Host with Android operating system. + ios = "IOS" #: Host with IOS operating system. class SettingKind(str, Enum): diff --git a/azure-mgmt-securityinsight/azure/mgmt/securityinsight/operations/product_settings_operations.py b/azure-mgmt-securityinsight/azure/mgmt/securityinsight/operations/product_settings_operations.py index 4bdaffcbf466..6878551636cc 100644 --- a/azure-mgmt-securityinsight/azure/mgmt/securityinsight/operations/product_settings_operations.py +++ b/azure-mgmt-securityinsight/azure/mgmt/securityinsight/operations/product_settings_operations.py @@ -39,7 +39,7 @@ def __init__(self, client, config, serializer, deserializer): def get( self, resource_group_name, operational_insights_resource_provider, workspace_name, settings_name, custom_headers=None, raw=False, **operation_config): - """Gets a stting. + """Gets a setting. :param resource_group_name: The name of the resource group within the user's subscription. The name is case insensitive.