diff --git a/services/servicebus/mgmt/2015-08-01/servicebus/models.go b/services/servicebus/mgmt/2015-08-01/servicebus/models.go index d42ca0d89d0e..40c68302f678 100644 --- a/services/servicebus/mgmt/2015-08-01/servicebus/models.go +++ b/services/servicebus/mgmt/2015-08-01/servicebus/models.go @@ -209,7 +209,7 @@ func PossibleUnavailableReasonValues() []UnavailableReason { // CheckNameAvailability description of a Check Name availability request properties. type CheckNameAvailability struct { - // Name - The Name to check the namespce 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. + // 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. Name *string `json:"name,omitempty"` } @@ -2107,7 +2107,7 @@ func NewTopicListResultPage(getNextPage func(context.Context, TopicListResult) ( return TopicListResultPage{fn: getNextPage} } -// TopicProperties the Tpoic Properties definition. +// TopicProperties the Topic Properties definition. type TopicProperties struct { // AccessedAt - Last time the message was sent, or a request was received, for this topic. AccessedAt *date.Time `json:"accessedAt,omitempty"` diff --git a/services/servicebus/mgmt/2015-08-01/servicebus/namespaces.go b/services/servicebus/mgmt/2015-08-01/servicebus/namespaces.go index f04af4d18a6a..942f1eb2eac8 100644 --- a/services/servicebus/mgmt/2015-08-01/servicebus/namespaces.go +++ b/services/servicebus/mgmt/2015-08-01/servicebus/namespaces.go @@ -217,7 +217,7 @@ func (client NamespacesClient) CreateOrUpdateResponder(resp *http.Response) (res // Parameters: // resourceGroupName - name of the Resource group within the Azure subscription. // namespaceName - the namespace name -// authorizationRuleName - the authorizationrule name. +// authorizationRuleName - the authorization rule name. // parameters - the shared access authorization rule. func (client NamespacesClient) CreateOrUpdateAuthorizationRule(ctx context.Context, resourceGroupName string, namespaceName string, authorizationRuleName string, parameters SharedAccessAuthorizationRuleCreateOrUpdateParameters) (result SharedAccessAuthorizationRuleResource, err error) { if tracing.IsEnabled() { @@ -401,7 +401,7 @@ func (client NamespacesClient) DeleteResponder(resp *http.Response) (result auto // Parameters: // resourceGroupName - name of the Resource group within the Azure subscription. // namespaceName - the namespace name -// authorizationRuleName - the authorizationrule name. +// authorizationRuleName - the authorization rule name. func (client NamespacesClient) DeleteAuthorizationRule(ctx context.Context, resourceGroupName string, namespaceName string, authorizationRuleName string) (result autorest.Response, err error) { if tracing.IsEnabled() { ctx = tracing.StartSpan(ctx, fqdn+"/NamespacesClient.DeleteAuthorizationRule") @@ -579,7 +579,7 @@ func (client NamespacesClient) GetResponder(resp *http.Response) (result Namespa // Parameters: // resourceGroupName - name of the Resource group within the Azure subscription. // namespaceName - the namespace name -// authorizationRuleName - the authorizationrule name. +// authorizationRuleName - the authorization rule name. func (client NamespacesClient) GetAuthorizationRule(ctx context.Context, resourceGroupName string, namespaceName string, authorizationRuleName string) (result SharedAccessAuthorizationRuleResource, err error) { if tracing.IsEnabled() { ctx = tracing.StartSpan(ctx, fqdn+"/NamespacesClient.GetAuthorizationRule") @@ -1026,7 +1026,7 @@ func (client NamespacesClient) ListBySubscriptionComplete(ctx context.Context) ( // Parameters: // resourceGroupName - name of the Resource group within the Azure subscription. // namespaceName - the namespace name -// authorizationRuleName - the authorizationrule name. +// authorizationRuleName - the authorization rule name. func (client NamespacesClient) ListKeys(ctx context.Context, resourceGroupName string, namespaceName string, authorizationRuleName string) (result ResourceListKeys, err error) { if tracing.IsEnabled() { ctx = tracing.StartSpan(ctx, fqdn+"/NamespacesClient.ListKeys") @@ -1118,7 +1118,7 @@ func (client NamespacesClient) ListKeysResponder(resp *http.Response) (result Re // Parameters: // resourceGroupName - name of the Resource group within the Azure subscription. // namespaceName - the namespace name -// authorizationRuleName - the authorizationrule name. +// authorizationRuleName - the authorization rule name. // parameters - parameters supplied to regenerate the authorization rule. func (client NamespacesClient) RegenerateKeys(ctx context.Context, resourceGroupName string, namespaceName string, authorizationRuleName string, parameters RegenerateKeysParameters) (result ResourceListKeys, err error) { if tracing.IsEnabled() { diff --git a/services/servicebus/mgmt/2015-08-01/servicebus/queues.go b/services/servicebus/mgmt/2015-08-01/servicebus/queues.go index b8b591d6f12e..8251ff2180b0 100644 --- a/services/servicebus/mgmt/2015-08-01/servicebus/queues.go +++ b/services/servicebus/mgmt/2015-08-01/servicebus/queues.go @@ -143,7 +143,7 @@ func (client QueuesClient) CreateOrUpdateResponder(resp *http.Response) (result // resourceGroupName - name of the Resource group within the Azure subscription. // namespaceName - the namespace name // queueName - the queue name. -// authorizationRuleName - the authorizationrule name. +// authorizationRuleName - the authorization rule name. // parameters - the shared access authorization rule. func (client QueuesClient) CreateOrUpdateAuthorizationRule(ctx context.Context, resourceGroupName string, namespaceName string, queueName string, authorizationRuleName string, parameters SharedAccessAuthorizationRuleCreateOrUpdateParameters) (result SharedAccessAuthorizationRuleResource, err error) { if tracing.IsEnabled() { @@ -337,7 +337,7 @@ func (client QueuesClient) DeleteResponder(resp *http.Response) (result autorest // resourceGroupName - name of the Resource group within the Azure subscription. // namespaceName - the namespace name // queueName - the queue name. -// authorizationRuleName - the authorizationrule name. +// authorizationRuleName - the authorization rule name. func (client QueuesClient) DeleteAuthorizationRule(ctx context.Context, resourceGroupName string, namespaceName string, queueName string, authorizationRuleName string) (result autorest.Response, err error) { if tracing.IsEnabled() { ctx = tracing.StartSpan(ctx, fqdn+"/QueuesClient.DeleteAuthorizationRule") @@ -525,7 +525,7 @@ func (client QueuesClient) GetResponder(resp *http.Response) (result QueueResour // resourceGroupName - name of the Resource group within the Azure subscription. // namespaceName - the namespace name // queueName - the queue name. -// authorizationRuleName - the authorizationrule name. +// authorizationRuleName - the authorization rule name. func (client QueuesClient) GetAuthorizationRule(ctx context.Context, resourceGroupName string, namespaceName string, queueName string, authorizationRuleName string) (result SharedAccessAuthorizationRuleResource, err error) { if tracing.IsEnabled() { ctx = tracing.StartSpan(ctx, fqdn+"/QueuesClient.GetAuthorizationRule") @@ -877,7 +877,7 @@ func (client QueuesClient) ListAuthorizationRulesComplete(ctx context.Context, r // resourceGroupName - name of the Resource group within the Azure subscription. // namespaceName - the namespace name // queueName - the queue name. -// authorizationRuleName - the authorizationrule name. +// authorizationRuleName - the authorization rule name. func (client QueuesClient) ListKeys(ctx context.Context, resourceGroupName string, namespaceName string, queueName string, authorizationRuleName string) (result ResourceListKeys, err error) { if tracing.IsEnabled() { ctx = tracing.StartSpan(ctx, fqdn+"/QueuesClient.ListKeys") @@ -974,7 +974,7 @@ func (client QueuesClient) ListKeysResponder(resp *http.Response) (result Resour // resourceGroupName - name of the Resource group within the Azure subscription. // namespaceName - the namespace name // queueName - the queue name. -// authorizationRuleName - the authorizationrule name. +// authorizationRuleName - the authorization rule name. func (client QueuesClient) PostAuthorizationRule(ctx context.Context, resourceGroupName string, namespaceName string, queueName string, authorizationRuleName string) (result SharedAccessAuthorizationRuleResource, err error) { if tracing.IsEnabled() { ctx = tracing.StartSpan(ctx, fqdn+"/QueuesClient.PostAuthorizationRule") @@ -1071,7 +1071,7 @@ func (client QueuesClient) PostAuthorizationRuleResponder(resp *http.Response) ( // resourceGroupName - name of the Resource group within the Azure subscription. // namespaceName - the namespace name // queueName - the queue name. -// authorizationRuleName - the authorizationrule name. +// authorizationRuleName - the authorization rule name. // parameters - parameters supplied to regenerate the authorization rule. func (client QueuesClient) RegenerateKeys(ctx context.Context, resourceGroupName string, namespaceName string, queueName string, authorizationRuleName string, parameters RegenerateKeysParameters) (result ResourceListKeys, err error) { if tracing.IsEnabled() { diff --git a/services/servicebus/mgmt/2015-08-01/servicebus/topics.go b/services/servicebus/mgmt/2015-08-01/servicebus/topics.go index febc1c3913cb..6d2abbb84cfd 100644 --- a/services/servicebus/mgmt/2015-08-01/servicebus/topics.go +++ b/services/servicebus/mgmt/2015-08-01/servicebus/topics.go @@ -138,12 +138,12 @@ func (client TopicsClient) CreateOrUpdateResponder(resp *http.Response) (result return } -// CreateOrUpdateAuthorizationRule creates an authorizatio rule for the specified topic. +// CreateOrUpdateAuthorizationRule creates an authorization rule for the specified topic. // Parameters: // resourceGroupName - name of the Resource group within the Azure subscription. // namespaceName - the namespace name // topicName - the topic name. -// authorizationRuleName - the authorizationrule name. +// authorizationRuleName - the authorization rule name. // parameters - the shared access authorization rule. func (client TopicsClient) CreateOrUpdateAuthorizationRule(ctx context.Context, resourceGroupName string, namespaceName string, topicName string, authorizationRuleName string, parameters SharedAccessAuthorizationRuleCreateOrUpdateParameters) (result SharedAccessAuthorizationRuleResource, err error) { if tracing.IsEnabled() { @@ -337,7 +337,7 @@ func (client TopicsClient) DeleteResponder(resp *http.Response) (result autorest // resourceGroupName - name of the Resource group within the Azure subscription. // namespaceName - the namespace name // topicName - the topic name. -// authorizationRuleName - the authorizationrule name. +// authorizationRuleName - the authorization rule name. func (client TopicsClient) DeleteAuthorizationRule(ctx context.Context, resourceGroupName string, namespaceName string, topicName string, authorizationRuleName string) (result autorest.Response, err error) { if tracing.IsEnabled() { ctx = tracing.StartSpan(ctx, fqdn+"/TopicsClient.DeleteAuthorizationRule") @@ -525,7 +525,7 @@ func (client TopicsClient) GetResponder(resp *http.Response) (result TopicResour // resourceGroupName - name of the Resource group within the Azure subscription. // namespaceName - the namespace name // topicName - the topic name. -// authorizationRuleName - the authorizationrule name. +// authorizationRuleName - the authorization rule name. func (client TopicsClient) GetAuthorizationRule(ctx context.Context, resourceGroupName string, namespaceName string, topicName string, authorizationRuleName string) (result SharedAccessAuthorizationRuleResource, err error) { if tracing.IsEnabled() { ctx = tracing.StartSpan(ctx, fqdn+"/TopicsClient.GetAuthorizationRule") @@ -877,7 +877,7 @@ func (client TopicsClient) ListAuthorizationRulesComplete(ctx context.Context, r // resourceGroupName - name of the Resource group within the Azure subscription. // namespaceName - the namespace name // topicName - the topic name. -// authorizationRuleName - the authorizationrule name. +// authorizationRuleName - the authorization rule name. func (client TopicsClient) ListKeys(ctx context.Context, resourceGroupName string, namespaceName string, topicName string, authorizationRuleName string) (result ResourceListKeys, err error) { if tracing.IsEnabled() { ctx = tracing.StartSpan(ctx, fqdn+"/TopicsClient.ListKeys") @@ -974,7 +974,7 @@ func (client TopicsClient) ListKeysResponder(resp *http.Response) (result Resour // resourceGroupName - name of the Resource group within the Azure subscription. // namespaceName - the namespace name // topicName - the topic name. -// authorizationRuleName - the authorizationrule name. +// authorizationRuleName - the authorization rule name. func (client TopicsClient) PostAuthorizationRule(ctx context.Context, resourceGroupName string, namespaceName string, topicName string, authorizationRuleName string) (result SharedAccessAuthorizationRuleResource, err error) { if tracing.IsEnabled() { ctx = tracing.StartSpan(ctx, fqdn+"/TopicsClient.PostAuthorizationRule") @@ -1071,7 +1071,7 @@ func (client TopicsClient) PostAuthorizationRuleResponder(resp *http.Response) ( // resourceGroupName - name of the Resource group within the Azure subscription. // namespaceName - the namespace name // topicName - the topic name. -// authorizationRuleName - the authorizationrule name. +// authorizationRuleName - the authorization rule name. // parameters - parameters supplied to regenerate the authorization rule. func (client TopicsClient) RegenerateKeys(ctx context.Context, resourceGroupName string, namespaceName string, topicName string, authorizationRuleName string, parameters RegenerateKeysParameters) (result ResourceListKeys, err error) { if tracing.IsEnabled() { diff --git a/services/servicebus/mgmt/2017-04-01/servicebus/disasterrecoveryconfigs.go b/services/servicebus/mgmt/2017-04-01/servicebus/disasterrecoveryconfigs.go index cfbb59588494..f96329e6c249 100644 --- a/services/servicebus/mgmt/2017-04-01/servicebus/disasterrecoveryconfigs.go +++ b/services/servicebus/mgmt/2017-04-01/servicebus/disasterrecoveryconfigs.go @@ -411,7 +411,7 @@ func (client DisasterRecoveryConfigsClient) DeleteResponder(resp *http.Response) return } -// FailOver envokes GEO DR failover and reconfigure the alias to point to the secondary namespace +// FailOver invokes GEO DR failover and reconfigure the alias to point to the secondary namespace // Parameters: // resourceGroupName - name of the Resource group within the Azure subscription. // namespaceName - the namespace name @@ -599,7 +599,7 @@ func (client DisasterRecoveryConfigsClient) GetResponder(resp *http.Response) (r // resourceGroupName - name of the Resource group within the Azure subscription. // namespaceName - the namespace name // alias - the Disaster Recovery configuration name -// authorizationRuleName - the authorizationrule name. +// authorizationRuleName - the authorization rule name. func (client DisasterRecoveryConfigsClient) GetAuthorizationRule(ctx context.Context, resourceGroupName string, namespaceName string, alias string, authorizationRuleName string) (result SBAuthorizationRule, err error) { if tracing.IsEnabled() { ctx = tracing.StartSpan(ctx, fqdn+"/DisasterRecoveryConfigsClient.GetAuthorizationRule") @@ -951,7 +951,7 @@ func (client DisasterRecoveryConfigsClient) ListAuthorizationRulesComplete(ctx c // resourceGroupName - name of the Resource group within the Azure subscription. // namespaceName - the namespace name // alias - the Disaster Recovery configuration name -// authorizationRuleName - the authorizationrule name. +// authorizationRuleName - the authorization rule name. func (client DisasterRecoveryConfigsClient) ListKeys(ctx context.Context, resourceGroupName string, namespaceName string, alias string, authorizationRuleName string) (result AccessKeys, err error) { if tracing.IsEnabled() { ctx = tracing.StartSpan(ctx, fqdn+"/DisasterRecoveryConfigsClient.ListKeys") diff --git a/services/servicebus/mgmt/2017-04-01/servicebus/migrationconfigs.go b/services/servicebus/mgmt/2017-04-01/servicebus/migrationconfigs.go index 2482262ae9f1..208f2c86cfcb 100644 --- a/services/servicebus/mgmt/2017-04-01/servicebus/migrationconfigs.go +++ b/services/servicebus/mgmt/2017-04-01/servicebus/migrationconfigs.go @@ -42,7 +42,7 @@ func NewMigrationConfigsClientWithBaseURI(baseURI string, subscriptionID string) } // CompleteMigration this operation Completes Migration of entities by pointing the connection strings to Premium -// namespace and any enties created after the operation will be under Premium Namespace. CompleteMigration operation +// namespace and any entities created after the operation will be under Premium Namespace. CompleteMigration operation // will fail when entity migration is in-progress. // Parameters: // resourceGroupName - name of the Resource group within the Azure subscription. @@ -130,7 +130,7 @@ func (client MigrationConfigsClient) CompleteMigrationResponder(resp *http.Respo return } -// CreateAndStartMigration creates Migration configuration and starts migration of enties from Standard to Premium +// CreateAndStartMigration creates Migration configuration and starts migration of entities from Standard to Premium // namespace // Parameters: // resourceGroupName - name of the Resource group within the Azure subscription. diff --git a/services/servicebus/mgmt/2017-04-01/servicebus/models.go b/services/servicebus/mgmt/2017-04-01/servicebus/models.go index 9109d942229f..19e38c46fa83 100644 --- a/services/servicebus/mgmt/2017-04-01/servicebus/models.go +++ b/services/servicebus/mgmt/2017-04-01/servicebus/models.go @@ -500,9 +500,9 @@ type ArmDisasterRecoveryProperties struct { ProvisioningState ProvisioningStateDR `json:"provisioningState,omitempty"` // PendingReplicationOperationsCount - Number of entities pending to be replicated. PendingReplicationOperationsCount *int64 `json:"pendingReplicationOperationsCount,omitempty"` - // PartnerNamespace - ARM Id of the Primary/Secondary eventhub namespace name, which is part of GEO DR pairning + // PartnerNamespace - ARM Id of the Primary/Secondary eventhub namespace name, which is part of GEO DR pairing PartnerNamespace *string `json:"partnerNamespace,omitempty"` - // AlternateName - Primary/Secondary eventhub namespace name, which is part of GEO DR pairning + // AlternateName - Primary/Secondary eventhub namespace name, which is part of GEO DR pairing AlternateName *string `json:"alternateName,omitempty"` // Role - role of namespace in GEO DR - possible values 'Primary' or 'PrimaryNotReplicating' or 'Secondary'. Possible values include: 'Primary', 'PrimaryNotReplicating', 'Secondary' Role RoleDisasterRecovery `json:"role,omitempty"` @@ -530,7 +530,7 @@ type CaptureDescription struct { // CheckNameAvailability description of a Check Name availability request properties. type CheckNameAvailability struct { - // Name - The Name to check the namespce 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. + // 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. Name *string `json:"name,omitempty"` } @@ -609,7 +609,7 @@ func (cf CorrelationFilter) MarshalJSON() ([]byte, error) { type Destination struct { // Name - Name for capture destination Name *string `json:"name,omitempty"` - // DestinationProperties - Properties describing the storage account, blob container and acrchive name format for capture destination + // DestinationProperties - Properties describing the storage account, blob container and archive name format for capture destination *DestinationProperties `json:"properties,omitempty"` } @@ -658,7 +658,7 @@ func (d *Destination) UnmarshalJSON(body []byte) error { return nil } -// DestinationProperties properties describing the storage account, blob container and acrchive name format +// DestinationProperties properties describing the storage account, blob container and archive name format // for capture destination type DestinationProperties struct { // StorageAccountResourceID - Resource id of the storage account to be used to create the blobs @@ -669,7 +669,7 @@ type DestinationProperties struct { ArchiveNameFormat *string `json:"archiveNameFormat,omitempty"` } -// ErrorResponse error reponse indicates ServiceBus service is not able to process the incoming request. +// ErrorResponse error response indicates ServiceBus service is not able to process the incoming request. // The reason is provided in the error message. type ErrorResponse struct { // Code - Error code. @@ -1621,7 +1621,7 @@ type PremiumMessagingRegionsProperties struct { } // RegenerateAccessKeyParameters parameters supplied to the Regenerate Authorization Rule operation, -// specifies which key neeeds to be reset. +// specifies which key needs to be reset. type RegenerateAccessKeyParameters struct { // KeyType - The access key to regenerate. Possible values include: 'PrimaryKey', 'SecondaryKey' KeyType KeyType `json:"keyType,omitempty"` @@ -2152,7 +2152,7 @@ type SBAuthorizationRuleProperties struct { // SBNamespace description of a namespace resource. type SBNamespace struct { autorest.Response `json:"-"` - // Sku - Porperties of Sku + // Sku - Properties of Sku Sku *SBSku `json:"sku,omitempty"` // SBNamespaceProperties - Properties of the namespace. *SBNamespaceProperties `json:"properties,omitempty"` @@ -2441,7 +2441,7 @@ type SBNamespaceProperties struct { // SBNamespaceUpdateParameters description of a namespace resource. type SBNamespaceUpdateParameters struct { - // Sku - Porperties of Sku + // Sku - Properties of Sku Sku *SBSku `json:"sku,omitempty"` // SBNamespaceProperties - Properties of the namespace. *SBNamespaceProperties `json:"properties,omitempty"` @@ -3340,7 +3340,7 @@ func NewSBTopicListResultPage(getNextPage func(context.Context, SBTopicListResul return SBTopicListResultPage{fn: getNextPage} } -// SBTopicProperties the Tpoic Properties definition. +// SBTopicProperties the Topic Properties definition. type SBTopicProperties struct { // SizeInBytes - Size of the topic, in bytes. SizeInBytes *int64 `json:"sizeInBytes,omitempty"` @@ -3352,7 +3352,7 @@ type SBTopicProperties struct { AccessedAt *date.Time `json:"accessedAt,omitempty"` // SubscriptionCount - Number of subscriptions. SubscriptionCount *int32 `json:"subscriptionCount,omitempty"` - // CountDetails - Message count deatils + // CountDetails - Message count details CountDetails *MessageCountDetails `json:"countDetails,omitempty"` // DefaultMessageTimeToLive - ISO 8601 Default message timespan to live value. This is the duration after which the message expires, starting from when the message is sent to Service Bus. This is the default value used when TimeToLive is not set on a message itself. DefaultMessageTimeToLive *string `json:"defaultMessageTimeToLive,omitempty"` diff --git a/services/servicebus/mgmt/2017-04-01/servicebus/namespaces.go b/services/servicebus/mgmt/2017-04-01/servicebus/namespaces.go index 577a3114dcc4..94fec92556a0 100644 --- a/services/servicebus/mgmt/2017-04-01/servicebus/namespaces.go +++ b/services/servicebus/mgmt/2017-04-01/servicebus/namespaces.go @@ -215,7 +215,7 @@ func (client NamespacesClient) CreateOrUpdateResponder(resp *http.Response) (res // Parameters: // resourceGroupName - name of the Resource group within the Azure subscription. // namespaceName - the namespace name -// authorizationRuleName - the authorizationrule name. +// authorizationRuleName - the authorization rule name. // parameters - the shared access authorization rule. func (client NamespacesClient) CreateOrUpdateAuthorizationRule(ctx context.Context, resourceGroupName string, namespaceName string, authorizationRuleName string, parameters SBAuthorizationRule) (result SBAuthorizationRule, err error) { if tracing.IsEnabled() { @@ -399,7 +399,7 @@ func (client NamespacesClient) DeleteResponder(resp *http.Response) (result auto // Parameters: // resourceGroupName - name of the Resource group within the Azure subscription. // namespaceName - the namespace name -// authorizationRuleName - the authorizationrule name. +// authorizationRuleName - the authorization rule name. func (client NamespacesClient) DeleteAuthorizationRule(ctx context.Context, resourceGroupName string, namespaceName string, authorizationRuleName string) (result autorest.Response, err error) { if tracing.IsEnabled() { ctx = tracing.StartSpan(ctx, fqdn+"/NamespacesClient.DeleteAuthorizationRule") @@ -577,7 +577,7 @@ func (client NamespacesClient) GetResponder(resp *http.Response) (result SBNames // Parameters: // resourceGroupName - name of the Resource group within the Azure subscription. // namespaceName - the namespace name -// authorizationRuleName - the authorizationrule name. +// authorizationRuleName - the authorization rule name. func (client NamespacesClient) GetAuthorizationRule(ctx context.Context, resourceGroupName string, namespaceName string, authorizationRuleName string) (result SBAuthorizationRule, err error) { if tracing.IsEnabled() { ctx = tracing.StartSpan(ctx, fqdn+"/NamespacesClient.GetAuthorizationRule") @@ -1024,7 +1024,7 @@ func (client NamespacesClient) ListByResourceGroupComplete(ctx context.Context, // Parameters: // resourceGroupName - name of the Resource group within the Azure subscription. // namespaceName - the namespace name -// authorizationRuleName - the authorizationrule name. +// authorizationRuleName - the authorization rule name. func (client NamespacesClient) ListKeys(ctx context.Context, resourceGroupName string, namespaceName string, authorizationRuleName string) (result AccessKeys, err error) { if tracing.IsEnabled() { ctx = tracing.StartSpan(ctx, fqdn+"/NamespacesClient.ListKeys") @@ -1205,7 +1205,7 @@ func (client NamespacesClient) MigrateResponder(resp *http.Response) (result aut // Parameters: // resourceGroupName - name of the Resource group within the Azure subscription. // namespaceName - the namespace name -// authorizationRuleName - the authorizationrule name. +// authorizationRuleName - the authorization rule name. // parameters - parameters supplied to regenerate the authorization rule. func (client NamespacesClient) RegenerateKeys(ctx context.Context, resourceGroupName string, namespaceName string, authorizationRuleName string, parameters RegenerateAccessKeyParameters) (result AccessKeys, err error) { if tracing.IsEnabled() { diff --git a/services/servicebus/mgmt/2017-04-01/servicebus/queues.go b/services/servicebus/mgmt/2017-04-01/servicebus/queues.go index 37cd451fdf3e..983277f01e23 100644 --- a/services/servicebus/mgmt/2017-04-01/servicebus/queues.go +++ b/services/servicebus/mgmt/2017-04-01/servicebus/queues.go @@ -140,7 +140,7 @@ func (client QueuesClient) CreateOrUpdateResponder(resp *http.Response) (result // resourceGroupName - name of the Resource group within the Azure subscription. // namespaceName - the namespace name // queueName - the queue name. -// authorizationRuleName - the authorizationrule name. +// authorizationRuleName - the authorization rule name. // parameters - the shared access authorization rule. func (client QueuesClient) CreateOrUpdateAuthorizationRule(ctx context.Context, resourceGroupName string, namespaceName string, queueName string, authorizationRuleName string, parameters SBAuthorizationRule) (result SBAuthorizationRule, err error) { if tracing.IsEnabled() { @@ -332,7 +332,7 @@ func (client QueuesClient) DeleteResponder(resp *http.Response) (result autorest // resourceGroupName - name of the Resource group within the Azure subscription. // namespaceName - the namespace name // queueName - the queue name. -// authorizationRuleName - the authorizationrule name. +// authorizationRuleName - the authorization rule name. func (client QueuesClient) DeleteAuthorizationRule(ctx context.Context, resourceGroupName string, namespaceName string, queueName string, authorizationRuleName string) (result autorest.Response, err error) { if tracing.IsEnabled() { ctx = tracing.StartSpan(ctx, fqdn+"/QueuesClient.DeleteAuthorizationRule") @@ -518,7 +518,7 @@ func (client QueuesClient) GetResponder(resp *http.Response) (result SBQueue, er // resourceGroupName - name of the Resource group within the Azure subscription. // namespaceName - the namespace name // queueName - the queue name. -// authorizationRuleName - the authorizationrule name. +// authorizationRuleName - the authorization rule name. func (client QueuesClient) GetAuthorizationRule(ctx context.Context, resourceGroupName string, namespaceName string, queueName string, authorizationRuleName string) (result SBAuthorizationRule, err error) { if tracing.IsEnabled() { ctx = tracing.StartSpan(ctx, fqdn+"/QueuesClient.GetAuthorizationRule") @@ -888,7 +888,7 @@ func (client QueuesClient) ListByNamespaceComplete(ctx context.Context, resource // resourceGroupName - name of the Resource group within the Azure subscription. // namespaceName - the namespace name // queueName - the queue name. -// authorizationRuleName - the authorizationrule name. +// authorizationRuleName - the authorization rule name. func (client QueuesClient) ListKeys(ctx context.Context, resourceGroupName string, namespaceName string, queueName string, authorizationRuleName string) (result AccessKeys, err error) { if tracing.IsEnabled() { ctx = tracing.StartSpan(ctx, fqdn+"/QueuesClient.ListKeys") @@ -984,7 +984,7 @@ func (client QueuesClient) ListKeysResponder(resp *http.Response) (result Access // resourceGroupName - name of the Resource group within the Azure subscription. // namespaceName - the namespace name // queueName - the queue name. -// authorizationRuleName - the authorizationrule name. +// authorizationRuleName - the authorization rule name. // parameters - parameters supplied to regenerate the authorization rule. func (client QueuesClient) RegenerateKeys(ctx context.Context, resourceGroupName string, namespaceName string, queueName string, authorizationRuleName string, parameters RegenerateAccessKeyParameters) (result AccessKeys, err error) { if tracing.IsEnabled() { diff --git a/services/servicebus/mgmt/2017-04-01/servicebus/topics.go b/services/servicebus/mgmt/2017-04-01/servicebus/topics.go index 9c80caeceb8b..d88386727adc 100644 --- a/services/servicebus/mgmt/2017-04-01/servicebus/topics.go +++ b/services/servicebus/mgmt/2017-04-01/servicebus/topics.go @@ -135,12 +135,12 @@ func (client TopicsClient) CreateOrUpdateResponder(resp *http.Response) (result return } -// CreateOrUpdateAuthorizationRule creates an authorizatio rule for the specified topic. +// CreateOrUpdateAuthorizationRule creates an authorization rule for the specified topic. // Parameters: // resourceGroupName - name of the Resource group within the Azure subscription. // namespaceName - the namespace name // topicName - the topic name. -// authorizationRuleName - the authorizationrule name. +// authorizationRuleName - the authorization rule name. // parameters - the shared access authorization rule. func (client TopicsClient) CreateOrUpdateAuthorizationRule(ctx context.Context, resourceGroupName string, namespaceName string, topicName string, authorizationRuleName string, parameters SBAuthorizationRule) (result SBAuthorizationRule, err error) { if tracing.IsEnabled() { @@ -332,7 +332,7 @@ func (client TopicsClient) DeleteResponder(resp *http.Response) (result autorest // resourceGroupName - name of the Resource group within the Azure subscription. // namespaceName - the namespace name // topicName - the topic name. -// authorizationRuleName - the authorizationrule name. +// authorizationRuleName - the authorization rule name. func (client TopicsClient) DeleteAuthorizationRule(ctx context.Context, resourceGroupName string, namespaceName string, topicName string, authorizationRuleName string) (result autorest.Response, err error) { if tracing.IsEnabled() { ctx = tracing.StartSpan(ctx, fqdn+"/TopicsClient.DeleteAuthorizationRule") @@ -518,7 +518,7 @@ func (client TopicsClient) GetResponder(resp *http.Response) (result SBTopic, er // resourceGroupName - name of the Resource group within the Azure subscription. // namespaceName - the namespace name // topicName - the topic name. -// authorizationRuleName - the authorizationrule name. +// authorizationRuleName - the authorization rule name. func (client TopicsClient) GetAuthorizationRule(ctx context.Context, resourceGroupName string, namespaceName string, topicName string, authorizationRuleName string) (result SBAuthorizationRule, err error) { if tracing.IsEnabled() { ctx = tracing.StartSpan(ctx, fqdn+"/TopicsClient.GetAuthorizationRule") @@ -888,7 +888,7 @@ func (client TopicsClient) ListByNamespaceComplete(ctx context.Context, resource // resourceGroupName - name of the Resource group within the Azure subscription. // namespaceName - the namespace name // topicName - the topic name. -// authorizationRuleName - the authorizationrule name. +// authorizationRuleName - the authorization rule name. func (client TopicsClient) ListKeys(ctx context.Context, resourceGroupName string, namespaceName string, topicName string, authorizationRuleName string) (result AccessKeys, err error) { if tracing.IsEnabled() { ctx = tracing.StartSpan(ctx, fqdn+"/TopicsClient.ListKeys") @@ -984,7 +984,7 @@ func (client TopicsClient) ListKeysResponder(resp *http.Response) (result Access // resourceGroupName - name of the Resource group within the Azure subscription. // namespaceName - the namespace name // topicName - the topic name. -// authorizationRuleName - the authorizationrule name. +// authorizationRuleName - the authorization rule name. // parameters - parameters supplied to regenerate the authorization rule. func (client TopicsClient) RegenerateKeys(ctx context.Context, resourceGroupName string, namespaceName string, topicName string, authorizationRuleName string, parameters RegenerateAccessKeyParameters) (result AccessKeys, err error) { if tracing.IsEnabled() {