From 0b9c8637cb04264775ec41ec4be51766289db931 Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Tue, 12 Feb 2019 03:57:57 +0000 Subject: [PATCH] Generated from dc6eb55b85c24a5f94fbb6142b22754244cf41bc typo: relay/resource-manager/Microsoft.Relay - successfuly -> successfully - Autorization -> Authorization - Regenrate -> Regenerate - retirve -> retrieve - usermetadata -> userMetadata - reponse -> response - namespce -> namespace - butthe -> but the - neeeds -> needs --- services/relay/mgmt/2016-07-01/relay/models.go | 8 ++++---- services/relay/mgmt/2017-04-01/relay/models.go | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/services/relay/mgmt/2016-07-01/relay/models.go b/services/relay/mgmt/2016-07-01/relay/models.go index a5bebcfc3251..3fbb95d93fdd 100644 --- a/services/relay/mgmt/2016-07-01/relay/models.go +++ b/services/relay/mgmt/2016-07-01/relay/models.go @@ -352,7 +352,7 @@ type AuthorizationRuleProperties 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"` } @@ -367,7 +367,7 @@ type CheckNameAvailabilityResult struct { Message *string `json:"message,omitempty"` } -// ErrorResponse error reponse indicates Relay service is not able to process the incoming request. The +// ErrorResponse error response indicates Relay service is not able to process the incoming request. The // reason is provided in the error message. type ErrorResponse struct { // Code - Error code. @@ -614,7 +614,7 @@ type HybridConnectionProperties struct { ListenerCount *int32 `json:"listenerCount,omitempty"` // RequiresClientAuthorization - true if client authorization is needed for this HybridConnection; otherwise, false. RequiresClientAuthorization *bool `json:"requiresClientAuthorization,omitempty"` - // UserMetadata - usermetadata is a placeholder to store user-defined string data for the HybridConnection endpoint.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. + // UserMetadata - userMetadata is a placeholder to store user-defined string data for the HybridConnection endpoint.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. UserMetadata *string `json:"userMetadata,omitempty"` } @@ -1296,7 +1296,7 @@ type WcfRelayProperties struct { RequiresTransportSecurity *bool `json:"requiresTransportSecurity,omitempty"` // IsDynamic - true if the relay is dynamic; otherwise, false. IsDynamic *bool `json:"isDynamic,omitempty"` - // UserMetadata - usermetadata is a placeholder to store user-defined string data for the HybridConnection endpoint.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. + // UserMetadata - userMetadata is a placeholder to store user-defined string data for the HybridConnection endpoint.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. UserMetadata *string `json:"userMetadata,omitempty"` } diff --git a/services/relay/mgmt/2017-04-01/relay/models.go b/services/relay/mgmt/2017-04-01/relay/models.go index ea30b2511caa..a172cc85c2dc 100644 --- a/services/relay/mgmt/2017-04-01/relay/models.go +++ b/services/relay/mgmt/2017-04-01/relay/models.go @@ -403,7 +403,7 @@ type CheckNameAvailabilityResult struct { Reason UnavailableReason `json:"reason,omitempty"` } -// ErrorResponse error reponse indicates Relay service is not able to process the incoming request. The +// ErrorResponse error response indicates Relay service is not able to process the incoming request. The // reason is provided in the error message. type ErrorResponse struct { // Code - Error code. @@ -650,7 +650,7 @@ type HybridConnectionProperties struct { ListenerCount *int32 `json:"listenerCount,omitempty"` // RequiresClientAuthorization - Returns true if client authorization is needed for this hybrid connection; otherwise, false. RequiresClientAuthorization *bool `json:"requiresClientAuthorization,omitempty"` - // UserMetadata - The usermetadata is a placeholder to store user-defined string data for the hybrid connection endpoint. For example, it can be used to store descriptive data, such as a list of teams and their contact information. Also, user-defined configuration settings can be stored. + // UserMetadata - The userMetadata is a placeholder to store user-defined string data for the hybrid connection endpoint. For example, it can be used to store descriptive data, such as a list of teams and their contact information. Also, user-defined configuration settings can be stored. UserMetadata *string `json:"userMetadata,omitempty"` } @@ -1156,7 +1156,7 @@ func NewOperationListResultPage(getNextPage func(context.Context, OperationListR } // 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"` @@ -1454,7 +1454,7 @@ type WcfRelayProperties struct { RequiresClientAuthorization *bool `json:"requiresClientAuthorization,omitempty"` // RequiresTransportSecurity - Returns true if transport security is needed for this relay; otherwise, false. RequiresTransportSecurity *bool `json:"requiresTransportSecurity,omitempty"` - // UserMetadata - The usermetadata is a placeholder to store user-defined string data for the WCF Relay endpoint. For example, 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. + // UserMetadata - The userMetadata is a placeholder to store user-defined string data for the WCF Relay endpoint. For example, 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. UserMetadata *string `json:"userMetadata,omitempty"` }