diff --git a/services/notificationhubs/mgmt/2014-09-01/notificationhubs/models.go b/services/notificationhubs/mgmt/2014-09-01/notificationhubs/models.go index e1112b34aa82..a7b2597da9bb 100644 --- a/services/notificationhubs/mgmt/2014-09-01/notificationhubs/models.go +++ b/services/notificationhubs/mgmt/2014-09-01/notificationhubs/models.go @@ -144,7 +144,7 @@ func (capVar CheckAvailabilityParameters) MarshalJSON() ([]byte, error) { return json.Marshal(objectMap) } -// CheckAvailabilityResource description of a CheckAvailibility resource. +// CheckAvailabilityResource description of a CheckAvailability resource. type CheckAvailabilityResource struct { autorest.Response `json:"-"` // ID - Gets or sets the id diff --git a/services/notificationhubs/mgmt/2014-09-01/notificationhubs/namespaces.go b/services/notificationhubs/mgmt/2014-09-01/notificationhubs/namespaces.go index a806dfc27885..000c98b46f75 100644 --- a/services/notificationhubs/mgmt/2014-09-01/notificationhubs/namespaces.go +++ b/services/notificationhubs/mgmt/2014-09-01/notificationhubs/namespaces.go @@ -216,7 +216,7 @@ func (client NamespacesClient) CreateOrUpdateResponder(resp *http.Response) (res // Parameters: // resourceGroupName - the name of the resource group. // namespaceName - the namespace name. -// authorizationRuleName - aauthorization Rule Name. +// authorizationRuleName - 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() { diff --git a/services/notificationhubs/mgmt/2016-03-01/notificationhubs/models.go b/services/notificationhubs/mgmt/2016-03-01/notificationhubs/models.go index 6839512b58f3..165e1e0e5f66 100644 --- a/services/notificationhubs/mgmt/2016-03-01/notificationhubs/models.go +++ b/services/notificationhubs/mgmt/2016-03-01/notificationhubs/models.go @@ -176,7 +176,7 @@ type ApnsCredentialProperties struct { CertificateKey *string `json:"certificateKey,omitempty"` // Endpoint - The endpoint of this credential. Endpoint *string `json:"endpoint,omitempty"` - // Thumbprint - The Apns certificate Thumbprint + // Thumbprint - The APNS certificate Thumbprint Thumbprint *string `json:"thumbprint,omitempty"` } @@ -275,7 +275,7 @@ func (capVar CheckAvailabilityParameters) MarshalJSON() ([]byte, error) { return json.Marshal(objectMap) } -// CheckAvailabilityResult description of a CheckAvailibility resource. +// CheckAvailabilityResult description of a CheckAvailability resource. type CheckAvailabilityResult struct { autorest.Response `json:"-"` // IsAvailiable - True if the name is available and can be used to create new Namespace/NotificationHub. Otherwise false. @@ -682,7 +682,7 @@ type MpnsCredentialProperties struct { MpnsCertificate *string `json:"mpnsCertificate,omitempty"` // CertificateKey - The certificate key for this credential. CertificateKey *string `json:"certificateKey,omitempty"` - // Thumbprint - The Mpns certificate Thumbprint + // Thumbprint - The MPNS certificate Thumbprint Thumbprint *string `json:"thumbprint,omitempty"` } @@ -1698,7 +1698,7 @@ type SharedAccessAuthorizationRuleProperties struct { // SharedAccessAuthorizationRuleResource description of a Namespace AuthorizationRules. type SharedAccessAuthorizationRuleResource struct { autorest.Response `json:"-"` - // SharedAccessAuthorizationRuleProperties - Pproperties of the Namespace AuthorizationRule. + // SharedAccessAuthorizationRuleProperties - Properties of the Namespace AuthorizationRule. *SharedAccessAuthorizationRuleProperties `json:"properties,omitempty"` // ID - Resource Id ID *string `json:"id,omitempty"` diff --git a/services/notificationhubs/mgmt/2016-03-01/notificationhubs/namespaces.go b/services/notificationhubs/mgmt/2016-03-01/notificationhubs/namespaces.go index 3b0b33e10fe7..5f97818878ab 100644 --- a/services/notificationhubs/mgmt/2016-03-01/notificationhubs/namespaces.go +++ b/services/notificationhubs/mgmt/2016-03-01/notificationhubs/namespaces.go @@ -210,7 +210,7 @@ func (client NamespacesClient) CreateOrUpdateResponder(resp *http.Response) (res // Parameters: // resourceGroupName - the name of the resource group. // namespaceName - the namespace name. -// authorizationRuleName - aauthorization Rule Name. +// authorizationRuleName - 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() { diff --git a/services/notificationhubs/mgmt/2017-04-01/notificationhubs/models.go b/services/notificationhubs/mgmt/2017-04-01/notificationhubs/models.go index 287141b89f92..fcd9ddfa85be 100644 --- a/services/notificationhubs/mgmt/2017-04-01/notificationhubs/models.go +++ b/services/notificationhubs/mgmt/2017-04-01/notificationhubs/models.go @@ -176,7 +176,7 @@ type ApnsCredentialProperties struct { CertificateKey *string `json:"certificateKey,omitempty"` // Endpoint - The endpoint of this credential. Endpoint *string `json:"endpoint,omitempty"` - // Thumbprint - The Apns certificate Thumbprint + // Thumbprint - The APNS certificate Thumbprint Thumbprint *string `json:"thumbprint,omitempty"` // KeyID - A 10-character key identifier (kid) key, obtained from your developer account KeyID *string `json:"keyId,omitempty"` @@ -283,7 +283,7 @@ func (capVar CheckAvailabilityParameters) MarshalJSON() ([]byte, error) { return json.Marshal(objectMap) } -// CheckAvailabilityResult description of a CheckAvailibility resource. +// CheckAvailabilityResult description of a CheckAvailability resource. type CheckAvailabilityResult struct { autorest.Response `json:"-"` // IsAvailiable - True if the name is available and can be used to create new Namespace/NotificationHub. Otherwise false. @@ -586,7 +586,7 @@ type DebugSendResult struct { Results interface{} `json:"results,omitempty"` } -// ErrorResponse error reponse indicates NotificationHubs service is not able to process the incoming +// ErrorResponse error response indicates NotificationHubs service is not able to process the incoming // request. The reason is provided in the error message. type ErrorResponse struct { // Code - Error code. @@ -833,7 +833,7 @@ type MpnsCredentialProperties struct { MpnsCertificate *string `json:"mpnsCertificate,omitempty"` // CertificateKey - The certificate key for this credential. CertificateKey *string `json:"certificateKey,omitempty"` - // Thumbprint - The Mpns certificate Thumbprint + // Thumbprint - The MPNS certificate Thumbprint Thumbprint *string `json:"thumbprint,omitempty"` } @@ -2120,7 +2120,7 @@ type SharedAccessAuthorizationRuleProperties struct { // SharedAccessAuthorizationRuleResource description of a Namespace AuthorizationRules. type SharedAccessAuthorizationRuleResource struct { autorest.Response `json:"-"` - // SharedAccessAuthorizationRuleProperties - Pproperties of the Namespace AuthorizationRule. + // SharedAccessAuthorizationRuleProperties - Properties of the Namespace AuthorizationRule. *SharedAccessAuthorizationRuleProperties `json:"properties,omitempty"` // ID - Resource Id ID *string `json:"id,omitempty"` diff --git a/services/notificationhubs/mgmt/2017-04-01/notificationhubs/namespaces.go b/services/notificationhubs/mgmt/2017-04-01/notificationhubs/namespaces.go index ebe0e3b47645..8429cad1b654 100644 --- a/services/notificationhubs/mgmt/2017-04-01/notificationhubs/namespaces.go +++ b/services/notificationhubs/mgmt/2017-04-01/notificationhubs/namespaces.go @@ -209,7 +209,7 @@ func (client NamespacesClient) CreateOrUpdateResponder(resp *http.Response) (res // Parameters: // resourceGroupName - the name of the resource group. // namespaceName - the namespace name. -// authorizationRuleName - aauthorization Rule Name. +// authorizationRuleName - 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() {