Skip to content

Commit b6d0e0b

Browse files
authored
Generated from a191937f86b853c5addfa5a04eae618baba005d7 (#3990)
chore: Additional ServiceBus example renames
1 parent 4cc0e40 commit b6d0e0b

19 files changed

+41
-41
lines changed

azure-mgmt-servicebus/azure/mgmt/servicebus/models/arm_disaster_recovery.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ class ArmDisasterRecovery(Resource):
3434
be replicated.
3535
:vartype pending_replication_operations_count: long
3636
:param partner_namespace: ARM Id of the Primary/Secondary eventhub
37-
namespace name, which is part of GEO DR pairning
37+
namespace name, which is part of GEO DR pairing
3838
:type partner_namespace: str
3939
:param alternate_name: Primary/Secondary eventhub namespace name, which is
40-
part of GEO DR pairning
40+
part of GEO DR pairing
4141
:type alternate_name: str
4242
:ivar role: role of namespace in GEO DR - possible values 'Primary' or
4343
'PrimaryNotReplicating' or 'Secondary'. Possible values include:

azure-mgmt-servicebus/azure/mgmt/servicebus/models/arm_disaster_recovery_py3.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ class ArmDisasterRecovery(Resource):
3434
be replicated.
3535
:vartype pending_replication_operations_count: long
3636
:param partner_namespace: ARM Id of the Primary/Secondary eventhub
37-
namespace name, which is part of GEO DR pairning
37+
namespace name, which is part of GEO DR pairing
3838
:type partner_namespace: str
3939
:param alternate_name: Primary/Secondary eventhub namespace name, which is
40-
part of GEO DR pairning
40+
part of GEO DR pairing
4141
:type alternate_name: str
4242
:ivar role: role of namespace in GEO DR - possible values 'Primary' or
4343
'PrimaryNotReplicating' or 'Secondary'. Possible values include:

azure-mgmt-servicebus/azure/mgmt/servicebus/models/check_name_availability.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class CheckNameAvailability(Model):
1717
1818
All required parameters must be populated in order to send to Azure.
1919
20-
:param name: Required. The Name to check the namespce name availability
20+
:param name: Required. The Name to check the namespace name availability
2121
and The namespace name can contain only letters, numbers, and hyphens. The
2222
namespace must start with a letter, and it must end with a letter or
2323
number.

azure-mgmt-servicebus/azure/mgmt/servicebus/models/check_name_availability_py3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class CheckNameAvailability(Model):
1717
1818
All required parameters must be populated in order to send to Azure.
1919
20-
:param name: Required. The Name to check the namespce name availability
20+
:param name: Required. The Name to check the namespace name availability
2121
and The namespace name can contain only letters, numbers, and hyphens. The
2222
namespace must start with a letter, and it must end with a letter or
2323
number.

azure-mgmt-servicebus/azure/mgmt/servicebus/models/error_response.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515

1616
class ErrorResponse(Model):
17-
"""Error reponse indicates ServiceBus service is not able to process the
17+
"""Error response indicates ServiceBus service is not able to process the
1818
incoming request. The reason is provided in the error message.
1919
2020
:param code: Error code.

azure-mgmt-servicebus/azure/mgmt/servicebus/models/error_response_py3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515

1616
class ErrorResponse(Model):
17-
"""Error reponse indicates ServiceBus service is not able to process the
17+
"""Error response indicates ServiceBus service is not able to process the
1818
incoming request. The reason is provided in the error message.
1919
2020
:param code: Error code.

azure-mgmt-servicebus/azure/mgmt/servicebus/models/regenerate_access_key_parameters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
class RegenerateAccessKeyParameters(Model):
1616
"""Parameters supplied to the Regenerate Authorization Rule operation,
17-
specifies which key neeeds to be reset.
17+
specifies which key needs to be reset.
1818
1919
All required parameters must be populated in order to send to Azure.
2020

azure-mgmt-servicebus/azure/mgmt/servicebus/models/regenerate_access_key_parameters_py3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
class RegenerateAccessKeyParameters(Model):
1616
"""Parameters supplied to the Regenerate Authorization Rule operation,
17-
specifies which key neeeds to be reset.
17+
specifies which key needs to be reset.
1818
1919
All required parameters must be populated in order to send to Azure.
2020

azure-mgmt-servicebus/azure/mgmt/servicebus/models/sb_namespace.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class SBNamespace(TrackedResource):
3030
:type location: str
3131
:param tags: Resource tags
3232
:type tags: dict[str, str]
33-
:param sku: Porperties of Sku
33+
:param sku: Properties of Sku
3434
:type sku: ~azure.mgmt.servicebus.models.SBSku
3535
:ivar provisioning_state: Provisioning state of the namespace.
3636
:vartype provisioning_state: str

azure-mgmt-servicebus/azure/mgmt/servicebus/models/sb_namespace_py3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class SBNamespace(TrackedResource):
3030
:type location: str
3131
:param tags: Resource tags
3232
:type tags: dict[str, str]
33-
:param sku: Porperties of Sku
33+
:param sku: Properties of Sku
3434
:type sku: ~azure.mgmt.servicebus.models.SBSku
3535
:ivar provisioning_state: Provisioning state of the namespace.
3636
:vartype provisioning_state: str

azure-mgmt-servicebus/azure/mgmt/servicebus/models/sb_namespace_update_parameters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class SBNamespaceUpdateParameters(ResourceNamespacePatch):
2828
:type location: str
2929
:param tags: Resource tags
3030
:type tags: dict[str, str]
31-
:param sku: Porperties of Sku
31+
:param sku: Properties of Sku
3232
:type sku: ~azure.mgmt.servicebus.models.SBSku
3333
:ivar provisioning_state: Provisioning state of the namespace.
3434
:vartype provisioning_state: str

azure-mgmt-servicebus/azure/mgmt/servicebus/models/sb_namespace_update_parameters_py3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class SBNamespaceUpdateParameters(ResourceNamespacePatch):
2828
:type location: str
2929
:param tags: Resource tags
3030
:type tags: dict[str, str]
31-
:param sku: Porperties of Sku
31+
:param sku: Properties of Sku
3232
:type sku: ~azure.mgmt.servicebus.models.SBSku
3333
:ivar provisioning_state: Provisioning state of the namespace.
3434
:vartype provisioning_state: str

azure-mgmt-servicebus/azure/mgmt/servicebus/models/sb_topic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class SBTopic(Resource):
3535
:vartype accessed_at: datetime
3636
:ivar subscription_count: Number of subscriptions.
3737
:vartype subscription_count: int
38-
:ivar count_details: Message count deatils
38+
:ivar count_details: Message count details
3939
:vartype count_details: ~azure.mgmt.servicebus.models.MessageCountDetails
4040
:param default_message_time_to_live: ISO 8601 Default message timespan to
4141
live value. This is the duration after which the message expires, starting

azure-mgmt-servicebus/azure/mgmt/servicebus/models/sb_topic_py3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class SBTopic(Resource):
3535
:vartype accessed_at: datetime
3636
:ivar subscription_count: Number of subscriptions.
3737
:vartype subscription_count: int
38-
:ivar count_details: Message count deatils
38+
:ivar count_details: Message count details
3939
:vartype count_details: ~azure.mgmt.servicebus.models.MessageCountDetails
4040
:param default_message_time_to_live: ISO 8601 Default message timespan to
4141
live value. This is the duration after which the message expires, starting

azure-mgmt-servicebus/azure/mgmt/servicebus/operations/disaster_recovery_configs_operations.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def check_name_availability_method(
4545
:type resource_group_name: str
4646
:param namespace_name: The namespace name
4747
:type namespace_name: str
48-
:param name: The Name to check the namespce name availability and The
48+
:param name: The Name to check the namespace name availability and The
4949
namespace name can contain only letters, numbers, and hyphens. The
5050
namespace must start with a letter, and it must end with a letter or
5151
number.
@@ -191,10 +191,10 @@ def create_or_update(
191191
:param alias: The Disaster Recovery configuration name
192192
:type alias: str
193193
:param partner_namespace: ARM Id of the Primary/Secondary eventhub
194-
namespace name, which is part of GEO DR pairning
194+
namespace name, which is part of GEO DR pairing
195195
:type partner_namespace: str
196196
:param alternate_name: Primary/Secondary eventhub namespace name,
197-
which is part of GEO DR pairning
197+
which is part of GEO DR pairing
198198
:type alternate_name: str
199199
:param dict custom_headers: headers that will be added to the request
200200
:param bool raw: returns the direct response alongside the
@@ -437,7 +437,7 @@ def break_pairing(
437437

438438
def fail_over(
439439
self, resource_group_name, namespace_name, alias, custom_headers=None, raw=False, **operation_config):
440-
"""envokes GEO DR failover and reconfigure the alias to point to the
440+
"""Invokes GEO DR failover and reconfigure the alias to point to the
441441
secondary namespace.
442442
443443
:param resource_group_name: Name of the Resource group within the
@@ -576,7 +576,7 @@ def get_authorization_rule(
576576
:type namespace_name: str
577577
:param alias: The Disaster Recovery configuration name
578578
:type alias: str
579-
:param authorization_rule_name: The authorizationrule name.
579+
:param authorization_rule_name: The authorization rule name.
580580
:type authorization_rule_name: str
581581
:param dict custom_headers: headers that will be added to the request
582582
:param bool raw: returns the direct response alongside the
@@ -644,7 +644,7 @@ def list_keys(
644644
:type namespace_name: str
645645
:param alias: The Disaster Recovery configuration name
646646
:type alias: str
647-
:param authorization_rule_name: The authorizationrule name.
647+
:param authorization_rule_name: The authorization rule name.
648648
:type authorization_rule_name: str
649649
:param dict custom_headers: headers that will be added to the request
650650
:param bool raw: returns the direct response alongside the

azure-mgmt-servicebus/azure/mgmt/servicebus/operations/migration_configs_operations.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def _create_and_start_migration_initial(
163163

164164
def create_and_start_migration(
165165
self, resource_group_name, namespace_name, target_namespace, post_migration_name, custom_headers=None, raw=False, polling=True, **operation_config):
166-
"""Creates Migration configuration and starts migration of enties from
166+
"""Creates Migration configuration and starts migration of entities from
167167
Standard to Premium namespace.
168168
169169
:param resource_group_name: Name of the Resource group within the
@@ -340,7 +340,7 @@ def get(
340340
def complete_migration(
341341
self, resource_group_name, namespace_name, custom_headers=None, raw=False, **operation_config):
342342
"""This operation Completes Migration of entities by pointing the
343-
connection strings to Premium namespace and any enties created after
343+
connection strings to Premium namespace and any entities created after
344344
the operation will be under Premium Namespace. CompleteMigration
345345
operation will fail when entity migration is in-progress.
346346

azure-mgmt-servicebus/azure/mgmt/servicebus/operations/namespaces_operations.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def check_name_availability_method(
4242
self, name, custom_headers=None, raw=False, **operation_config):
4343
"""Check the give namespace name availability.
4444
45-
:param name: The Name to check the namespce name availability and The
45+
:param name: The Name to check the namespace name availability and The
4646
namespace name can contain only letters, numbers, and hyphens. The
4747
namespace must start with a letter, and it must end with a letter or
4848
number.
@@ -631,7 +631,7 @@ def create_or_update_authorization_rule(
631631
:type resource_group_name: str
632632
:param namespace_name: The namespace name
633633
:type namespace_name: str
634-
:param authorization_rule_name: The authorizationrule name.
634+
:param authorization_rule_name: The authorization rule name.
635635
:type authorization_rule_name: str
636636
:param rights: The rights associated with the rule.
637637
:type rights: list[str or ~azure.mgmt.servicebus.models.AccessRights]
@@ -704,7 +704,7 @@ def delete_authorization_rule(
704704
:type resource_group_name: str
705705
:param namespace_name: The namespace name
706706
:type namespace_name: str
707-
:param authorization_rule_name: The authorizationrule name.
707+
:param authorization_rule_name: The authorization rule name.
708708
:type authorization_rule_name: str
709709
:param dict custom_headers: headers that will be added to the request
710710
:param bool raw: returns the direct response alongside the
@@ -760,7 +760,7 @@ def get_authorization_rule(
760760
:type resource_group_name: str
761761
:param namespace_name: The namespace name
762762
:type namespace_name: str
763-
:param authorization_rule_name: The authorizationrule name.
763+
:param authorization_rule_name: The authorization rule name.
764764
:type authorization_rule_name: str
765765
:param dict custom_headers: headers that will be added to the request
766766
:param bool raw: returns the direct response alongside the
@@ -825,7 +825,7 @@ def list_keys(
825825
:type resource_group_name: str
826826
:param namespace_name: The namespace name
827827
:type namespace_name: str
828-
:param authorization_rule_name: The authorizationrule name.
828+
:param authorization_rule_name: The authorization rule name.
829829
:type authorization_rule_name: str
830830
:param dict custom_headers: headers that will be added to the request
831831
:param bool raw: returns the direct response alongside the
@@ -891,7 +891,7 @@ def regenerate_keys(
891891
:type resource_group_name: str
892892
:param namespace_name: The namespace name
893893
:type namespace_name: str
894-
:param authorization_rule_name: The authorizationrule name.
894+
:param authorization_rule_name: The authorization rule name.
895895
:type authorization_rule_name: str
896896
:param key_type: The access key to regenerate. Possible values
897897
include: 'PrimaryKey', 'SecondaryKey'

azure-mgmt-servicebus/azure/mgmt/servicebus/operations/queues_operations.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ def create_or_update_authorization_rule(
395395
:type namespace_name: str
396396
:param queue_name: The queue name.
397397
:type queue_name: str
398-
:param authorization_rule_name: The authorizationrule name.
398+
:param authorization_rule_name: The authorization rule name.
399399
:type authorization_rule_name: str
400400
:param rights: The rights associated with the rule.
401401
:type rights: list[str or ~azure.mgmt.servicebus.models.AccessRights]
@@ -471,7 +471,7 @@ def delete_authorization_rule(
471471
:type namespace_name: str
472472
:param queue_name: The queue name.
473473
:type queue_name: str
474-
:param authorization_rule_name: The authorizationrule name.
474+
:param authorization_rule_name: The authorization rule name.
475475
:type authorization_rule_name: str
476476
:param dict custom_headers: headers that will be added to the request
477477
:param bool raw: returns the direct response alongside the
@@ -530,7 +530,7 @@ def get_authorization_rule(
530530
:type namespace_name: str
531531
:param queue_name: The queue name.
532532
:type queue_name: str
533-
:param authorization_rule_name: The authorizationrule name.
533+
:param authorization_rule_name: The authorization rule name.
534534
:type authorization_rule_name: str
535535
:param dict custom_headers: headers that will be added to the request
536536
:param bool raw: returns the direct response alongside the
@@ -598,7 +598,7 @@ def list_keys(
598598
:type namespace_name: str
599599
:param queue_name: The queue name.
600600
:type queue_name: str
601-
:param authorization_rule_name: The authorizationrule name.
601+
:param authorization_rule_name: The authorization rule name.
602602
:type authorization_rule_name: str
603603
:param dict custom_headers: headers that will be added to the request
604604
:param bool raw: returns the direct response alongside the
@@ -666,7 +666,7 @@ def regenerate_keys(
666666
:type namespace_name: str
667667
:param queue_name: The queue name.
668668
:type queue_name: str
669-
:param authorization_rule_name: The authorizationrule name.
669+
:param authorization_rule_name: The authorization rule name.
670670
:type authorization_rule_name: str
671671
:param key_type: The access key to regenerate. Possible values
672672
include: 'PrimaryKey', 'SecondaryKey'

azure-mgmt-servicebus/azure/mgmt/servicebus/operations/topics_operations.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ def internal_paging(next_link=None, raw=False):
385385

386386
def create_or_update_authorization_rule(
387387
self, resource_group_name, namespace_name, topic_name, authorization_rule_name, rights, custom_headers=None, raw=False, **operation_config):
388-
"""Creates an authorizatio rule for the specified topic.
388+
"""Creates an authorization rule for the specified topic.
389389
390390
:param resource_group_name: Name of the Resource group within the
391391
Azure subscription.
@@ -394,7 +394,7 @@ def create_or_update_authorization_rule(
394394
:type namespace_name: str
395395
:param topic_name: The topic name.
396396
:type topic_name: str
397-
:param authorization_rule_name: The authorizationrule name.
397+
:param authorization_rule_name: The authorization rule name.
398398
:type authorization_rule_name: str
399399
:param rights: The rights associated with the rule.
400400
:type rights: list[str or ~azure.mgmt.servicebus.models.AccessRights]
@@ -470,7 +470,7 @@ def get_authorization_rule(
470470
:type namespace_name: str
471471
:param topic_name: The topic name.
472472
:type topic_name: str
473-
:param authorization_rule_name: The authorizationrule name.
473+
:param authorization_rule_name: The authorization rule name.
474474
:type authorization_rule_name: str
475475
:param dict custom_headers: headers that will be added to the request
476476
:param bool raw: returns the direct response alongside the
@@ -538,7 +538,7 @@ def delete_authorization_rule(
538538
:type namespace_name: str
539539
:param topic_name: The topic name.
540540
:type topic_name: str
541-
:param authorization_rule_name: The authorizationrule name.
541+
:param authorization_rule_name: The authorization rule name.
542542
:type authorization_rule_name: str
543543
:param dict custom_headers: headers that will be added to the request
544544
:param bool raw: returns the direct response alongside the
@@ -597,7 +597,7 @@ def list_keys(
597597
:type namespace_name: str
598598
:param topic_name: The topic name.
599599
:type topic_name: str
600-
:param authorization_rule_name: The authorizationrule name.
600+
:param authorization_rule_name: The authorization rule name.
601601
:type authorization_rule_name: str
602602
:param dict custom_headers: headers that will be added to the request
603603
:param bool raw: returns the direct response alongside the
@@ -665,7 +665,7 @@ def regenerate_keys(
665665
:type namespace_name: str
666666
:param topic_name: The topic name.
667667
:type topic_name: str
668-
:param authorization_rule_name: The authorizationrule name.
668+
:param authorization_rule_name: The authorization rule name.
669669
:type authorization_rule_name: str
670670
:param key_type: The access key to regenerate. Possible values
671671
include: 'PrimaryKey', 'SecondaryKey'

0 commit comments

Comments
 (0)