From f5c3c51af14e67c33eb35adff2ee6b5f1bec10d1 Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Sat, 1 Dec 2018 18:53:17 +0000 Subject: [PATCH] Generated from 56aef8383527613e2ee15566cd34c6b92fd07647 typo: Microsoft.CostManagement - acount -> account - dategory -> category - upto -> up to - atleast -> at least - comaprison -> comparison - exeuction -> execution - occuring -> occurring - overriden -> overridden - managment -. management --- .../costmanagement/billingaccountdimensions.go | 2 +- .../mgmt/2018-05-31/costmanagement/models.go | 10 +++++----- .../costmanagement/resourcegroupdimensions.go | 2 +- .../costmanagement/subscriptiondimensions.go | 2 +- .../costmanagement/billingaccountdimensions.go | 2 +- .../2018-08-01-preview/costmanagement/models.go | 16 ++++++++-------- .../2018-08-01-preview/costmanagement/reports.go | 2 +- .../costmanagement/resourcegroupdimensions.go | 2 +- .../costmanagement/subscriptiondimensions.go | 2 +- 9 files changed, 20 insertions(+), 20 deletions(-) diff --git a/services/costmanagement/mgmt/2018-05-31/costmanagement/billingaccountdimensions.go b/services/costmanagement/mgmt/2018-05-31/costmanagement/billingaccountdimensions.go index 6f7a2f991752..f2403c50857a 100644 --- a/services/costmanagement/mgmt/2018-05-31/costmanagement/billingaccountdimensions.go +++ b/services/costmanagement/mgmt/2018-05-31/costmanagement/billingaccountdimensions.go @@ -46,7 +46,7 @@ func NewBillingAccountDimensionsClientWithBaseURI(baseURI string, subscriptionID // billingAccountID - billingAccount ID // filter - may be used to filter dimensions by properties/category, properties/usageStart, // properties/usageEnd. Supported operators are 'eq','lt', 'gt', 'le', 'ge'. -// expand - may be used to expand the properties/data within a dimension dategory. By default, data is not +// expand - may be used to expand the properties/data within a dimension category. By default, data is not // included when listing dimensions. // skiptoken - skiptoken is only used if a previous operation returned a partial result. If a previous response // contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that diff --git a/services/costmanagement/mgmt/2018-05-31/costmanagement/models.go b/services/costmanagement/mgmt/2018-05-31/costmanagement/models.go index 7b1e00918880..b8e2a5c03fe4 100644 --- a/services/costmanagement/mgmt/2018-05-31/costmanagement/models.go +++ b/services/costmanagement/mgmt/2018-05-31/costmanagement/models.go @@ -635,7 +635,7 @@ type ReportConfigAggregation struct { // ReportConfigComparisonExpression the comparison expression to be used in the report. type ReportConfigComparisonExpression struct { - // Name - The name of the column to use in comaprison. + // Name - The name of the column to use in comparison. Name *string `json:"name,omitempty"` // Operator - The operator to use for comparison. Operator *string `json:"operator,omitempty"` @@ -649,9 +649,9 @@ type ReportConfigDataset struct { Granularity GranularityType `json:"granularity,omitempty"` // Configuration - Has configuration information for the data in the report. The configuration will be ignored if aggregation and grouping are provided. Configuration *ReportConfigDatasetConfiguration `json:"configuration,omitempty"` - // Aggregation - Dictionary of aggregation expression to use in the report. The key of each item in the dictionary is the alias for the aggregated column. Report can have upto 2 aggregation clauses. + // Aggregation - Dictionary of aggregation expression to use in the report. The key of each item in the dictionary is the alias for the aggregated column. Report can have up to 2 aggregation clauses. Aggregation map[string]*ReportConfigAggregation `json:"aggregation"` - // Grouping - Array of group by expression to use in the report. Report can have upto 2 group by clauses. + // Grouping - Array of group by expression to use in the report. Report can have up to 2 group by clauses. Grouping *[]ReportConfigGrouping `json:"grouping,omitempty"` // Filter - Has filter expression to use in the report. Filter *ReportConfigFilter `json:"filter,omitempty"` @@ -714,9 +714,9 @@ type ReportConfigDeliveryInfo struct { // ReportConfigFilter the filter expression to be used in the report. type ReportConfigFilter struct { - // And - The logical "AND" expression. Must have atleast 2 items. + // And - The logical "AND" expression. Must have at least 2 items. And *[]ReportConfigFilter `json:"and,omitempty"` - // Or - The logical "OR" expression. Must have atleast 2 items. + // Or - The logical "OR" expression. Must have at least 2 items. Or *[]ReportConfigFilter `json:"or,omitempty"` // Not - The logical "NOT" expression. Not *ReportConfigFilter `json:"not,omitempty"` diff --git a/services/costmanagement/mgmt/2018-05-31/costmanagement/resourcegroupdimensions.go b/services/costmanagement/mgmt/2018-05-31/costmanagement/resourcegroupdimensions.go index cc18ccb7ffb1..a31b0fdbcd4f 100644 --- a/services/costmanagement/mgmt/2018-05-31/costmanagement/resourcegroupdimensions.go +++ b/services/costmanagement/mgmt/2018-05-31/costmanagement/resourcegroupdimensions.go @@ -46,7 +46,7 @@ func NewResourceGroupDimensionsClientWithBaseURI(baseURI string, subscriptionID // resourceGroupName - azure Resource Group Name. // filter - may be used to filter dimensions by properties/category, properties/usageStart, // properties/usageEnd. Supported operators are 'eq','lt', 'gt', 'le', 'ge'. -// expand - may be used to expand the properties/data within a dimension dategory. By default, data is not +// expand - may be used to expand the properties/data within a dimension category. By default, data is not // included when listing dimensions. // skiptoken - skiptoken is only used if a previous operation returned a partial result. If a previous response // contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that diff --git a/services/costmanagement/mgmt/2018-05-31/costmanagement/subscriptiondimensions.go b/services/costmanagement/mgmt/2018-05-31/costmanagement/subscriptiondimensions.go index e77550f45d4f..8657e2d6308e 100644 --- a/services/costmanagement/mgmt/2018-05-31/costmanagement/subscriptiondimensions.go +++ b/services/costmanagement/mgmt/2018-05-31/costmanagement/subscriptiondimensions.go @@ -45,7 +45,7 @@ func NewSubscriptionDimensionsClientWithBaseURI(baseURI string, subscriptionID s // Parameters: // filter - may be used to filter dimensions by properties/category, properties/usageStart, // properties/usageEnd. Supported operators are 'eq','lt', 'gt', 'le', 'ge'. -// expand - may be used to expand the properties/data within a dimension dategory. By default, data is not +// expand - may be used to expand the properties/data within a dimension category. By default, data is not // included when listing dimensions. // skiptoken - skiptoken is only used if a previous operation returned a partial result. If a previous response // contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that diff --git a/services/preview/costmanagement/mgmt/2018-08-01-preview/costmanagement/billingaccountdimensions.go b/services/preview/costmanagement/mgmt/2018-08-01-preview/costmanagement/billingaccountdimensions.go index e1689f4555cd..b26b1cdd2c0e 100644 --- a/services/preview/costmanagement/mgmt/2018-08-01-preview/costmanagement/billingaccountdimensions.go +++ b/services/preview/costmanagement/mgmt/2018-08-01-preview/costmanagement/billingaccountdimensions.go @@ -46,7 +46,7 @@ func NewBillingAccountDimensionsClientWithBaseURI(baseURI string, subscriptionID // billingAccountID - billingAccount ID // filter - may be used to filter dimensions by properties/category, properties/usageStart, // properties/usageEnd. Supported operators are 'eq','lt', 'gt', 'le', 'ge'. -// expand - may be used to expand the properties/data within a dimension dategory. By default, data is not +// expand - may be used to expand the properties/data within a dimension category. By default, data is not // included when listing dimensions. // skiptoken - skiptoken is only used if a previous operation returned a partial result. If a previous response // contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that diff --git a/services/preview/costmanagement/mgmt/2018-08-01-preview/costmanagement/models.go b/services/preview/costmanagement/mgmt/2018-08-01-preview/costmanagement/models.go index fe2b4d81c518..921d60d59179 100644 --- a/services/preview/costmanagement/mgmt/2018-08-01-preview/costmanagement/models.go +++ b/services/preview/costmanagement/mgmt/2018-08-01-preview/costmanagement/models.go @@ -514,7 +514,7 @@ type AlertProperties struct { Details map[string]*string `json:"details"` // CreationTime - The time when the alert was created. CreationTime *date.Time `json:"creationTime,omitempty"` - // CloseTime - The time when the alert was closed (resolved / overriden). + // CloseTime - The time when the alert was closed (resolved / overridden). CloseTime *date.Time `json:"closeTime,omitempty"` // Status - The current status of the alert. Possible values include: 'Active', 'Overridden', 'Resolved', 'Dismissed' Status AlertStatus `json:"status,omitempty"` @@ -569,7 +569,7 @@ type ConnectorCollectionErrorInfo struct { ErrorMessage *string `json:"errorMessage,omitempty"` // ErrorCode - Short error message ErrorCode *string `json:"errorCode,omitempty"` - // ErrorStartTime - Time the error started occuring (Last time error occurred in lastRun) + // ErrorStartTime - Time the error started occurring (Last time error occurred in lastRun) ErrorStartTime *date.Time `json:"errorStartTime,omitempty"` } @@ -1264,7 +1264,7 @@ type ReportAggregation struct { // ReportComparisonExpression the comparison expression to be used in the report. type ReportComparisonExpression struct { - // Name - The name of the column to use in comaprison. + // Name - The name of the column to use in comparison. Name *string `json:"name,omitempty"` // Operator - The operator to use for comparison. Operator *string `json:"operator,omitempty"` @@ -1278,9 +1278,9 @@ type ReportDataset struct { Granularity GranularityType `json:"granularity,omitempty"` // Configuration - Has configuration information for the data in the report. The configuration will be ignored if aggregation and grouping are provided. Configuration *ReportDatasetConfiguration `json:"configuration,omitempty"` - // Aggregation - Dictionary of aggregation expression to use in the report. The key of each item in the dictionary is the alias for the aggregated column. Report can have upto 2 aggregation clauses. + // Aggregation - Dictionary of aggregation expression to use in the report. The key of each item in the dictionary is the alias for the aggregated column. Report can have up to 2 aggregation clauses. Aggregation map[string]*ReportAggregation `json:"aggregation"` - // Grouping - Array of group by expression to use in the report. Report can have upto 2 group by clauses. + // Grouping - Array of group by expression to use in the report. Report can have up to 2 group by clauses. Grouping *[]ReportGrouping `json:"grouping,omitempty"` // Filter - Has filter expression to use in the report. Filter *ReportFilter `json:"filter,omitempty"` @@ -1341,7 +1341,7 @@ type ReportDeliveryInfo struct { Destination *ReportDeliveryDestination `json:"destination,omitempty"` } -// ReportExecution a report exeuction. +// ReportExecution a report execution. type ReportExecution struct { *ReportExecutionProperties `json:"properties,omitempty"` // ID - Resource Id. @@ -1463,9 +1463,9 @@ type ReportExecutionProperties struct { // ReportFilter the filter expression to be used in the report. type ReportFilter struct { - // And - The logical "AND" expression. Must have atleast 2 items. + // And - The logical "AND" expression. Must have at least 2 items. And *[]ReportFilter `json:"and,omitempty"` - // Or - The logical "OR" expression. Must have atleast 2 items. + // Or - The logical "OR" expression. Must have at least 2 items. Or *[]ReportFilter `json:"or,omitempty"` // Not - The logical "NOT" expression. Not *ReportFilter `json:"not,omitempty"` diff --git a/services/preview/costmanagement/mgmt/2018-08-01-preview/costmanagement/reports.go b/services/preview/costmanagement/mgmt/2018-08-01-preview/costmanagement/reports.go index c98f56d5dad2..71de8ef298af 100644 --- a/services/preview/costmanagement/mgmt/2018-08-01-preview/costmanagement/reports.go +++ b/services/preview/costmanagement/mgmt/2018-08-01-preview/costmanagement/reports.go @@ -1084,7 +1084,7 @@ func (client ReportsClient) GetResponder(resp *http.Response) (result Report, er return } -// GetByBillingAccount gets the report for a billing acount by report name. +// GetByBillingAccount gets the report for a billing account by report name. // Parameters: // billingAccountID - billingAccount ID // reportName - report Name. diff --git a/services/preview/costmanagement/mgmt/2018-08-01-preview/costmanagement/resourcegroupdimensions.go b/services/preview/costmanagement/mgmt/2018-08-01-preview/costmanagement/resourcegroupdimensions.go index 10170b93d8fa..b1aaae2563c3 100644 --- a/services/preview/costmanagement/mgmt/2018-08-01-preview/costmanagement/resourcegroupdimensions.go +++ b/services/preview/costmanagement/mgmt/2018-08-01-preview/costmanagement/resourcegroupdimensions.go @@ -46,7 +46,7 @@ func NewResourceGroupDimensionsClientWithBaseURI(baseURI string, subscriptionID // resourceGroupName - azure Resource Group Name. // filter - may be used to filter dimensions by properties/category, properties/usageStart, // properties/usageEnd. Supported operators are 'eq','lt', 'gt', 'le', 'ge'. -// expand - may be used to expand the properties/data within a dimension dategory. By default, data is not +// expand - may be used to expand the properties/data within a dimension category. By default, data is not // included when listing dimensions. // skiptoken - skiptoken is only used if a previous operation returned a partial result. If a previous response // contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that diff --git a/services/preview/costmanagement/mgmt/2018-08-01-preview/costmanagement/subscriptiondimensions.go b/services/preview/costmanagement/mgmt/2018-08-01-preview/costmanagement/subscriptiondimensions.go index 2a0bdb5d3f94..da81735a25e3 100644 --- a/services/preview/costmanagement/mgmt/2018-08-01-preview/costmanagement/subscriptiondimensions.go +++ b/services/preview/costmanagement/mgmt/2018-08-01-preview/costmanagement/subscriptiondimensions.go @@ -45,7 +45,7 @@ func NewSubscriptionDimensionsClientWithBaseURI(baseURI string, subscriptionID s // Parameters: // filter - may be used to filter dimensions by properties/category, properties/usageStart, // properties/usageEnd. Supported operators are 'eq','lt', 'gt', 'le', 'ge'. -// expand - may be used to expand the properties/data within a dimension dategory. By default, data is not +// expand - may be used to expand the properties/data within a dimension category. By default, data is not // included when listing dimensions. // skiptoken - skiptoken is only used if a previous operation returned a partial result. If a previous response // contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that