Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

[AutoPR] servicebus/resource-manager #4530

Closed
wants to merge 2 commits into from
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
2 changes: 1 addition & 1 deletion lib/services/serviceBusManagement2/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2018 Microsoft
Copyright (c) 2019 Microsoft

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ class ArmDisasterRecovery extends models['Resource'] {
* @member {number} [pendingReplicationOperationsCount] Number of entities
* pending to be replicated.
* @member {string} [partnerNamespace] ARM Id of the Primary/Secondary
* eventhub namespace name, which is part of GEO DR pairning
* eventhub namespace name, which is part of GEO DR pairing
* @member {string} [alternateName] Primary/Secondary eventhub namespace
* name, which is part of GEO DR pairning
* name, which is part of GEO DR pairing
* @member {string} [role] role of namespace in GEO DR - possible values
* 'Primary' or 'PrimaryNotReplicating' or 'Secondary'. Possible values
* include: 'Primary', 'PrimaryNotReplicating', 'Secondary'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
class CheckNameAvailability {
/**
* Create a CheckNameAvailability.
* @member {string} name The Name to check the namespce name availability and
* The namespace name can contain only letters, numbers, and hyphens. The
* @member {string} name The Name to check the namespace name availability
* and The namespace name can contain only letters, numbers, and hyphens. The
* namespace must start with a letter, and it must end with a letter or
* number.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
'use strict';

/**
* Error reponse indicates ServiceBus service is not able to process the
* Error response indicates ServiceBus service is not able to process the
* incoming request. The reason is provided in the error message.
*
*/
Expand Down
16 changes: 8 additions & 8 deletions lib/services/serviceBusManagement2/lib/models/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export interface SBSku {
* @constructor
* Description of a namespace resource.
*
* @member {object} [sku] Porperties of Sku
* @member {object} [sku] Properties of Sku
* @member {string} [sku.name] Name of this SKU. Possible values include:
* 'Basic', 'Standard', 'Premium'
* @member {string} [sku.tier] The billing tier of this particular SKU.
Expand Down Expand Up @@ -114,7 +114,7 @@ export interface SBNamespace extends TrackedResource {
* @constructor
* Description of a namespace resource.
*
* @member {object} [sku] Porperties of Sku
* @member {object} [sku] Properties of Sku
* @member {string} [sku.name] Name of this SKU. Possible values include:
* 'Basic', 'Standard', 'Premium'
* @member {string} [sku.tier] The billing tier of this particular SKU.
Expand Down Expand Up @@ -209,7 +209,7 @@ export interface AccessKeys {
* Initializes a new instance of the RegenerateAccessKeyParameters class.
* @constructor
* Parameters supplied to the Regenerate Authorization Rule operation,
* specifies which key neeeds to be reset.
* specifies which key needs to be reset.
*
* @member {string} keyType The access key to regenerate. Possible values
* include: 'PrimaryKey', 'SecondaryKey'
Expand Down Expand Up @@ -345,7 +345,7 @@ export interface SBQueue extends Resource {
* @member {date} [accessedAt] Last time the message was sent, or a request was
* received, for this topic.
* @member {number} [subscriptionCount] Number of subscriptions.
* @member {object} [countDetails] Message count deatils
* @member {object} [countDetails] Message count details
* @member {number} [countDetails.activeMessageCount] Number of active messages
* in the queue, topic, or subscription.
* @member {number} [countDetails.deadLetterMessageCount] Number of messages
Expand Down Expand Up @@ -482,7 +482,7 @@ export interface SBSubscription extends Resource {
* @constructor
* Description of a Check Name availability request properties.
*
* @member {string} name The Name to check the namespce name availability and
* @member {string} name The Name to check the namespace name availability and
* The namespace name can contain only letters, numbers, and hyphens. The
* namespace must start with a letter, and it must end with a letter or number.
*/
Expand Down Expand Up @@ -550,7 +550,7 @@ export interface Operation {
* @class
* Initializes a new instance of the ErrorResponse class.
* @constructor
* Error reponse indicates ServiceBus service is not able to process the
* Error response indicates ServiceBus service is not able to process the
* incoming request. The reason is provided in the error message.
*
* @member {string} [code] Error code.
Expand Down Expand Up @@ -847,9 +847,9 @@ export interface Eventhub extends Resource {
* @member {number} [pendingReplicationOperationsCount] Number of entities
* pending to be replicated.
* @member {string} [partnerNamespace] 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
* @member {string} [alternateName] Primary/Secondary eventhub namespace name,
* which is part of GEO DR pairning
* which is part of GEO DR pairing
* @member {string} [role] role of namespace in GEO DR - possible values
* 'Primary' or 'PrimaryNotReplicating' or 'Secondary'. Possible values
* include: 'Primary', 'PrimaryNotReplicating', 'Secondary'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

/**
* Parameters supplied to the Regenerate Authorization Rule operation,
* specifies which key neeeds to be reset.
* specifies which key needs to be reset.
*
*/
class RegenerateAccessKeyParameters {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const models = require('./index');
class SBNamespace extends models['TrackedResource'] {
/**
* Create a SBNamespace.
* @member {object} [sku] Porperties of Sku
* @member {object} [sku] Properties of Sku
* @member {string} [sku.name] Name of this SKU. Possible values include:
* 'Basic', 'Standard', 'Premium'
* @member {string} [sku.tier] The billing tier of this particular SKU.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const models = require('./index');
class SBNamespaceUpdateParameters extends models['ResourceNamespacePatch'] {
/**
* Create a SBNamespaceUpdateParameters.
* @member {object} [sku] Porperties of Sku
* @member {object} [sku] Properties of Sku
* @member {string} [sku.name] Name of this SKU. Possible values include:
* 'Basic', 'Standard', 'Premium'
* @member {string} [sku.tier] The billing tier of this particular SKU.
Expand Down
2 changes: 1 addition & 1 deletion lib/services/serviceBusManagement2/lib/models/sBTopic.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class SBTopic extends models['Resource'] {
* @member {date} [accessedAt] Last time the message was sent, or a request
* was received, for this topic.
* @member {number} [subscriptionCount] Number of subscriptions.
* @member {object} [countDetails] Message count deatils
* @member {object} [countDetails] Message count details
* @member {number} [countDetails.activeMessageCount] Number of active
* messages in the queue, topic, or subscription.
* @member {number} [countDetails.deadLetterMessageCount] Number of messages
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const WebResource = msRest.WebResource;
* @param {object} parameters Parameters to check availability of the given
* namespace name
*
* @param {string} parameters.name The Name to check the namespce name
* @param {string} parameters.name The Name to check the namespace name
* availability and The namespace name can contain only letters, numbers, and
* hyphens. The namespace must start with a letter, and it must end with a
* letter or number.
Expand Down Expand Up @@ -389,10 +389,10 @@ function _list(resourceGroupName, namespaceName, options, callback) {
* Recovery configuration)
*
* @param {string} [parameters.partnerNamespace] ARM Id of the
* Primary/Secondary eventhub namespace name, which is part of GEO DR pairning
* Primary/Secondary eventhub namespace name, which is part of GEO DR pairing
*
* @param {string} [parameters.alternateName] Primary/Secondary eventhub
* namespace name, which is part of GEO DR pairning
* namespace name, which is part of GEO DR pairing
*
* @param {object} [options] Optional Parameters.
*
Expand Down Expand Up @@ -1100,7 +1100,7 @@ function _breakPairing(resourceGroupName, namespaceName, alias, options, callbac
}

/**
* envokes GEO DR failover and reconfigure the alias to point to the secondary
* Invokes GEO DR failover and reconfigure the alias to point to the secondary
* namespace
*
* @param {string} resourceGroupName Name of the Resource group within the
Expand Down Expand Up @@ -1459,7 +1459,7 @@ function _listAuthorizationRules(resourceGroupName, namespaceName, alias, option
*
* @param {string} alias The Disaster Recovery configuration name
*
* @param {string} authorizationRuleName The authorizationrule name.
* @param {string} authorizationRuleName The authorization rule name.
*
* @param {object} [options] Optional Parameters.
*
Expand Down Expand Up @@ -1658,7 +1658,7 @@ function _getAuthorizationRule(resourceGroupName, namespaceName, alias, authoriz
*
* @param {string} alias The Disaster Recovery configuration name
*
* @param {string} authorizationRuleName The authorizationrule name.
* @param {string} authorizationRuleName The authorization rule name.
*
* @param {object} [options] Optional Parameters.
*
Expand Down Expand Up @@ -2138,7 +2138,7 @@ class DisasterRecoveryConfigs {
* @param {object} parameters Parameters to check availability of the given
* namespace name
*
* @param {string} parameters.name The Name to check the namespce name
* @param {string} parameters.name The Name to check the namespace name
* availability and The namespace name can contain only letters, numbers, and
* hyphens. The namespace must start with a letter, and it must end with a
* letter or number.
Expand Down Expand Up @@ -2179,7 +2179,7 @@ class DisasterRecoveryConfigs {
* @param {object} parameters Parameters to check availability of the given
* namespace name
*
* @param {string} parameters.name The Name to check the namespce name
* @param {string} parameters.name The Name to check the namespace name
* availability and The namespace name can contain only letters, numbers, and
* hyphens. The namespace must start with a letter, and it must end with a
* letter or number.
Expand Down Expand Up @@ -2335,10 +2335,10 @@ class DisasterRecoveryConfigs {
* Recovery configuration)
*
* @param {string} [parameters.partnerNamespace] ARM Id of the
* Primary/Secondary eventhub namespace name, which is part of GEO DR pairning
* Primary/Secondary eventhub namespace name, which is part of GEO DR pairing
*
* @param {string} [parameters.alternateName] Primary/Secondary eventhub
* namespace name, which is part of GEO DR pairning
* namespace name, which is part of GEO DR pairing
*
* @param {object} [options] Optional Parameters.
*
Expand Down Expand Up @@ -2379,10 +2379,10 @@ class DisasterRecoveryConfigs {
* Recovery configuration)
*
* @param {string} [parameters.partnerNamespace] ARM Id of the
* Primary/Secondary eventhub namespace name, which is part of GEO DR pairning
* Primary/Secondary eventhub namespace name, which is part of GEO DR pairing
*
* @param {string} [parameters.alternateName] Primary/Secondary eventhub
* namespace name, which is part of GEO DR pairning
* namespace name, which is part of GEO DR pairing
*
* @param {object} [options] Optional Parameters.
*
Expand Down Expand Up @@ -2710,7 +2710,7 @@ class DisasterRecoveryConfigs {
}

/**
* envokes GEO DR failover and reconfigure the alias to point to the secondary
* Invokes GEO DR failover and reconfigure the alias to point to the secondary
* namespace
*
* @param {string} resourceGroupName Name of the Resource group within the
Expand Down Expand Up @@ -2746,7 +2746,7 @@ class DisasterRecoveryConfigs {
}

/**
* envokes GEO DR failover and reconfigure the alias to point to the secondary
* Invokes GEO DR failover and reconfigure the alias to point to the secondary
* namespace
*
* @param {string} resourceGroupName Name of the Resource group within the
Expand Down Expand Up @@ -2905,7 +2905,7 @@ class DisasterRecoveryConfigs {
*
* @param {string} alias The Disaster Recovery configuration name
*
* @param {string} authorizationRuleName The authorizationrule name.
* @param {string} authorizationRuleName The authorization rule name.
*
* @param {object} [options] Optional Parameters.
*
Expand Down Expand Up @@ -2942,7 +2942,7 @@ class DisasterRecoveryConfigs {
*
* @param {string} alias The Disaster Recovery configuration name
*
* @param {string} authorizationRuleName The authorizationrule name.
* @param {string} authorizationRuleName The authorization rule name.
*
* @param {object} [options] Optional Parameters.
*
Expand Down Expand Up @@ -3001,7 +3001,7 @@ class DisasterRecoveryConfigs {
*
* @param {string} alias The Disaster Recovery configuration name
*
* @param {string} authorizationRuleName The authorizationrule name.
* @param {string} authorizationRuleName The authorization rule name.
*
* @param {object} [options] Optional Parameters.
*
Expand Down Expand Up @@ -3038,7 +3038,7 @@ class DisasterRecoveryConfigs {
*
* @param {string} alias The Disaster Recovery configuration name
*
* @param {string} authorizationRuleName The authorizationrule name.
* @param {string} authorizationRuleName The authorization rule name.
*
* @param {object} [options] Optional Parameters.
*
Expand Down
Loading