From e837ee239acd083db33f9dd99e9c3dcf843d64c7 Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Mon, 3 Dec 2018 07:38:07 +0000 Subject: [PATCH] Generated from d144cf9cc3e16a1a700dea23ad4ee65c0bdd3e63 typo: operationsmanagement/resource-manager/Microsoft.OperationsManagement - properites -> properties - Associatons -> Associations --- .../operationsmanagement/managementassociations.go | 2 +- .../mgmt/2015-11-01-preview/operationsmanagement/models.go | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/services/preview/operationsmanagement/mgmt/2015-11-01-preview/operationsmanagement/managementassociations.go b/services/preview/operationsmanagement/mgmt/2015-11-01-preview/operationsmanagement/managementassociations.go index 9ae67bb1f1fa..aacc1e928c95 100644 --- a/services/preview/operationsmanagement/mgmt/2015-11-01-preview/operationsmanagement/managementassociations.go +++ b/services/preview/operationsmanagement/mgmt/2015-11-01-preview/operationsmanagement/managementassociations.go @@ -310,7 +310,7 @@ func (client ManagementAssociationsClient) GetResponder(resp *http.Response) (re return } -// ListBySubscription retrieves the ManagementAssociatons list. +// ListBySubscription retrieves the ManagementAssociations list. func (client ManagementAssociationsClient) ListBySubscription(ctx context.Context) (result ManagementAssociationPropertiesList, err error) { if tracing.IsEnabled() { ctx = tracing.StartSpan(ctx, fqdn+"/ManagementAssociationsClient.ListBySubscription") diff --git a/services/preview/operationsmanagement/mgmt/2015-11-01-preview/operationsmanagement/models.go b/services/preview/operationsmanagement/mgmt/2015-11-01-preview/operationsmanagement/models.go index fcf6d76c5bf7..93ac58f37774 100644 --- a/services/preview/operationsmanagement/mgmt/2015-11-01-preview/operationsmanagement/models.go +++ b/services/preview/operationsmanagement/mgmt/2015-11-01-preview/operationsmanagement/models.go @@ -73,7 +73,7 @@ type ManagementAssociationProperties struct { // ManagementAssociationPropertiesList the list of ManagementAssociation response type ManagementAssociationPropertiesList struct { autorest.Response `json:"-"` - // Value - List of Management Association properites within the subscription. + // Value - List of Management Association properties within the subscription. Value *[]ManagementAssociation `json:"value,omitempty"` } @@ -110,7 +110,7 @@ type ManagementConfigurationProperties struct { // ManagementConfigurationPropertiesList the list of ManagementConfiguration response type ManagementConfigurationPropertiesList struct { autorest.Response `json:"-"` - // Value - List of Management Configuration properites within the subscription. + // Value - List of Management Configuration properties within the subscription. Value *[]ManagementConfiguration `json:"value,omitempty"` } @@ -183,7 +183,7 @@ type SolutionProperties struct { // SolutionPropertiesList the list of solution response type SolutionPropertiesList struct { autorest.Response `json:"-"` - // Value - List of solution properites within the subscription. + // Value - List of solution properties within the subscription. Value *[]Solution `json:"value,omitempty"` }