diff --git a/azure-mgmt-eventhub/azure/mgmt/eventhub/models/arm_disaster_recovery.py b/azure-mgmt-eventhub/azure/mgmt/eventhub/models/arm_disaster_recovery.py index 8ff2fcda3237..abefcf063749 100644 --- a/azure-mgmt-eventhub/azure/mgmt/eventhub/models/arm_disaster_recovery.py +++ b/azure-mgmt-eventhub/azure/mgmt/eventhub/models/arm_disaster_recovery.py @@ -31,7 +31,7 @@ class ArmDisasterRecovery(Resource): :vartype provisioning_state: str or ~azure.mgmt.eventhub.models.ProvisioningStateDR :param partner_namespace: ARM Id of the Primary/Secondary eventhub - namespace name, which is part of GEO DR pairning + namespace name, which is part of GEO DR pairing :type partner_namespace: str :param alternate_name: Alternate name specified when alias and namespace names are same. diff --git a/azure-mgmt-eventhub/azure/mgmt/eventhub/models/arm_disaster_recovery_py3.py b/azure-mgmt-eventhub/azure/mgmt/eventhub/models/arm_disaster_recovery_py3.py index d80f9e32f7e9..faec421b2e95 100644 --- a/azure-mgmt-eventhub/azure/mgmt/eventhub/models/arm_disaster_recovery_py3.py +++ b/azure-mgmt-eventhub/azure/mgmt/eventhub/models/arm_disaster_recovery_py3.py @@ -31,7 +31,7 @@ class ArmDisasterRecovery(Resource): :vartype provisioning_state: str or ~azure.mgmt.eventhub.models.ProvisioningStateDR :param partner_namespace: ARM Id of the Primary/Secondary eventhub - namespace name, which is part of GEO DR pairning + namespace name, which is part of GEO DR pairing :type partner_namespace: str :param alternate_name: Alternate name specified when alias and namespace names are same. diff --git a/azure-mgmt-eventhub/azure/mgmt/eventhub/models/consumer_group.py b/azure-mgmt-eventhub/azure/mgmt/eventhub/models/consumer_group.py index b26c980d265b..d66c65ed0bb0 100644 --- a/azure-mgmt-eventhub/azure/mgmt/eventhub/models/consumer_group.py +++ b/azure-mgmt-eventhub/azure/mgmt/eventhub/models/consumer_group.py @@ -28,7 +28,7 @@ class ConsumerGroup(Resource): :vartype created_at: datetime :ivar updated_at: The exact time the message was updated. :vartype updated_at: datetime - :param user_metadata: Usermetadata is a placeholder to store user-defined + :param user_metadata: User Metadata is a placeholder to store user-defined string data with maximum length 1024. e.g. it can be used to store descriptive data, such as list of teams and their contact information also user-defined configuration settings can be stored. diff --git a/azure-mgmt-eventhub/azure/mgmt/eventhub/models/consumer_group_py3.py b/azure-mgmt-eventhub/azure/mgmt/eventhub/models/consumer_group_py3.py index 68fddac962ea..aad6ba46b217 100644 --- a/azure-mgmt-eventhub/azure/mgmt/eventhub/models/consumer_group_py3.py +++ b/azure-mgmt-eventhub/azure/mgmt/eventhub/models/consumer_group_py3.py @@ -28,7 +28,7 @@ class ConsumerGroup(Resource): :vartype created_at: datetime :ivar updated_at: The exact time the message was updated. :vartype updated_at: datetime - :param user_metadata: Usermetadata is a placeholder to store user-defined + :param user_metadata: User Metadata is a placeholder to store user-defined string data with maximum length 1024. e.g. it can be used to store descriptive data, such as list of teams and their contact information also user-defined configuration settings can be stored. diff --git a/azure-mgmt-eventhub/azure/mgmt/eventhub/models/eh_namespace.py b/azure-mgmt-eventhub/azure/mgmt/eventhub/models/eh_namespace.py index bc01bea977a1..a495b162506a 100644 --- a/azure-mgmt-eventhub/azure/mgmt/eventhub/models/eh_namespace.py +++ b/azure-mgmt-eventhub/azure/mgmt/eventhub/models/eh_namespace.py @@ -45,7 +45,7 @@ class EHNamespace(TrackedResource): is enabled for eventhub namespace. :type is_auto_inflate_enabled: bool :param maximum_throughput_units: Upper limit of throughput units when - AutoInflate is enabled, vaule should be within 0 to 20 throughput units. ( + AutoInflate is enabled, value should be within 0 to 20 throughput units. ( '0' if AutoInflateEnabled = true) :type maximum_throughput_units: int :param kafka_enabled: Value that indicates whether Kafka is enabled for diff --git a/azure-mgmt-eventhub/azure/mgmt/eventhub/models/eh_namespace_py3.py b/azure-mgmt-eventhub/azure/mgmt/eventhub/models/eh_namespace_py3.py index e07c19070582..29a6d2e0c5bd 100644 --- a/azure-mgmt-eventhub/azure/mgmt/eventhub/models/eh_namespace_py3.py +++ b/azure-mgmt-eventhub/azure/mgmt/eventhub/models/eh_namespace_py3.py @@ -45,7 +45,7 @@ class EHNamespace(TrackedResource): is enabled for eventhub namespace. :type is_auto_inflate_enabled: bool :param maximum_throughput_units: Upper limit of throughput units when - AutoInflate is enabled, vaule should be within 0 to 20 throughput units. ( + AutoInflate is enabled, value should be within 0 to 20 throughput units. ( '0' if AutoInflateEnabled = true) :type maximum_throughput_units: int :param kafka_enabled: Value that indicates whether Kafka is enabled for diff --git a/azure-mgmt-eventhub/azure/mgmt/eventhub/models/error_response.py b/azure-mgmt-eventhub/azure/mgmt/eventhub/models/error_response.py index 040706337efb..54101edf7b02 100644 --- a/azure-mgmt-eventhub/azure/mgmt/eventhub/models/error_response.py +++ b/azure-mgmt-eventhub/azure/mgmt/eventhub/models/error_response.py @@ -14,7 +14,7 @@ class ErrorResponse(Model): - """Error reponse indicates EventHub service is not able to process the + """Error response indicates EventHub service is not able to process the incoming request. The reason is provided in the error message. :param code: Error code. diff --git a/azure-mgmt-eventhub/azure/mgmt/eventhub/models/error_response_py3.py b/azure-mgmt-eventhub/azure/mgmt/eventhub/models/error_response_py3.py index 94df585d4569..eb7be55548c8 100644 --- a/azure-mgmt-eventhub/azure/mgmt/eventhub/models/error_response_py3.py +++ b/azure-mgmt-eventhub/azure/mgmt/eventhub/models/error_response_py3.py @@ -14,7 +14,7 @@ class ErrorResponse(Model): - """Error reponse indicates EventHub service is not able to process the + """Error response indicates EventHub service is not able to process the incoming request. The reason is provided in the error message. :param code: Error code. diff --git a/azure-mgmt-eventhub/azure/mgmt/eventhub/models/regenerate_access_key_parameters.py b/azure-mgmt-eventhub/azure/mgmt/eventhub/models/regenerate_access_key_parameters.py index f0b2b1ecb0f0..f59c3176df9b 100644 --- a/azure-mgmt-eventhub/azure/mgmt/eventhub/models/regenerate_access_key_parameters.py +++ b/azure-mgmt-eventhub/azure/mgmt/eventhub/models/regenerate_access_key_parameters.py @@ -14,7 +14,7 @@ class RegenerateAccessKeyParameters(Model): """Parameters supplied to the Regenerate Authorization Rule operation, - specifies which key neeeds to be reset. + specifies which key needs to be reset. All required parameters must be populated in order to send to Azure. diff --git a/azure-mgmt-eventhub/azure/mgmt/eventhub/models/regenerate_access_key_parameters_py3.py b/azure-mgmt-eventhub/azure/mgmt/eventhub/models/regenerate_access_key_parameters_py3.py index f99be3a71cbb..f21b662d9bff 100644 --- a/azure-mgmt-eventhub/azure/mgmt/eventhub/models/regenerate_access_key_parameters_py3.py +++ b/azure-mgmt-eventhub/azure/mgmt/eventhub/models/regenerate_access_key_parameters_py3.py @@ -14,7 +14,7 @@ class RegenerateAccessKeyParameters(Model): """Parameters supplied to the Regenerate Authorization Rule operation, - specifies which key neeeds to be reset. + specifies which key needs to be reset. All required parameters must be populated in order to send to Azure. diff --git a/azure-mgmt-eventhub/azure/mgmt/eventhub/models/sku.py b/azure-mgmt-eventhub/azure/mgmt/eventhub/models/sku.py index 7f7a52bfc7f8..b41a7bf34bc0 100644 --- a/azure-mgmt-eventhub/azure/mgmt/eventhub/models/sku.py +++ b/azure-mgmt-eventhub/azure/mgmt/eventhub/models/sku.py @@ -23,7 +23,7 @@ class Sku(Model): :param tier: The billing tier of this particular SKU. Possible values include: 'Basic', 'Standard' :type tier: str or ~azure.mgmt.eventhub.models.SkuTier - :param capacity: The Event Hubs throughput units, vaule should be 0 to 20 + :param capacity: The Event Hubs throughput units, value should be 0 to 20 throughput units. :type capacity: int """ diff --git a/azure-mgmt-eventhub/azure/mgmt/eventhub/models/sku_py3.py b/azure-mgmt-eventhub/azure/mgmt/eventhub/models/sku_py3.py index db9fe2bf8b85..34a596524232 100644 --- a/azure-mgmt-eventhub/azure/mgmt/eventhub/models/sku_py3.py +++ b/azure-mgmt-eventhub/azure/mgmt/eventhub/models/sku_py3.py @@ -23,7 +23,7 @@ class Sku(Model): :param tier: The billing tier of this particular SKU. Possible values include: 'Basic', 'Standard' :type tier: str or ~azure.mgmt.eventhub.models.SkuTier - :param capacity: The Event Hubs throughput units, vaule should be 0 to 20 + :param capacity: The Event Hubs throughput units, value should be 0 to 20 throughput units. :type capacity: int """ diff --git a/azure-mgmt-eventhub/azure/mgmt/eventhub/operations/consumer_groups_operations.py b/azure-mgmt-eventhub/azure/mgmt/eventhub/operations/consumer_groups_operations.py index b0895b206050..4f70464bcc2b 100644 --- a/azure-mgmt-eventhub/azure/mgmt/eventhub/operations/consumer_groups_operations.py +++ b/azure-mgmt-eventhub/azure/mgmt/eventhub/operations/consumer_groups_operations.py @@ -50,7 +50,7 @@ def create_or_update( :type event_hub_name: str :param consumer_group_name: The consumer group name :type consumer_group_name: str - :param user_metadata: Usermetadata is a placeholder to store + :param user_metadata: User Metadata is a placeholder to store user-defined string data with maximum length 1024. e.g. it can be used to store descriptive data, such as list of teams and their contact information also user-defined configuration settings can be stored. diff --git a/azure-mgmt-eventhub/azure/mgmt/eventhub/operations/disaster_recovery_configs_operations.py b/azure-mgmt-eventhub/azure/mgmt/eventhub/operations/disaster_recovery_configs_operations.py index da4c4712c00f..fc20afddf863 100644 --- a/azure-mgmt-eventhub/azure/mgmt/eventhub/operations/disaster_recovery_configs_operations.py +++ b/azure-mgmt-eventhub/azure/mgmt/eventhub/operations/disaster_recovery_configs_operations.py @@ -188,7 +188,7 @@ def create_or_update( :param alias: The Disaster Recovery configuration name :type alias: str :param partner_namespace: ARM Id of the Primary/Secondary eventhub - namespace name, which is part of GEO DR pairning + namespace name, which is part of GEO DR pairing :type partner_namespace: str :param alternate_name: Alternate name specified when alias and namespace names are same. @@ -434,7 +434,7 @@ def break_pairing( def fail_over( self, resource_group_name, namespace_name, alias, custom_headers=None, raw=False, **operation_config): - """envokes GEO DR failover and reconfigure the alias to point to the + """Invokes GEO DR failover and reconfigure the alias to point to the secondary namespace. :param resource_group_name: Name of the resource group within the diff --git a/azure-mgmt-eventhub/azure/mgmt/eventhub/version.py b/azure-mgmt-eventhub/azure/mgmt/eventhub/version.py index 1a46faeb7ce7..d24076f8d84b 100644 --- a/azure-mgmt-eventhub/azure/mgmt/eventhub/version.py +++ b/azure-mgmt-eventhub/azure/mgmt/eventhub/version.py @@ -9,5 +9,5 @@ # regenerated. # -------------------------------------------------------------------------- -VERSION = "2.2.0" +VERSION = "1.3.0"