Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

package costmanagementapi

import original "github.com/Azure/azure-sdk-for-go/services/costmanagement/mgmt/2019-01-01/costmanagement/costmanagementapi"
import original "github.com/Azure/azure-sdk-for-go/services/costmanagement/mgmt/2019-10-01/costmanagement/costmanagementapi"

type DimensionsClientAPI = original.DimensionsClientAPI
type ExportsClientAPI = original.ExportsClientAPI
Expand Down
19 changes: 8 additions & 11 deletions profiles/latest/costmanagement/mgmt/costmanagement/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package costmanagement
import (
"context"

original "github.com/Azure/azure-sdk-for-go/services/costmanagement/mgmt/2019-01-01/costmanagement"
original "github.com/Azure/azure-sdk-for-go/services/costmanagement/mgmt/2019-10-01/costmanagement"
)

const (
Expand Down Expand Up @@ -94,15 +94,13 @@ const (
type TimeframeType = original.TimeframeType

const (
BillingMonthToDate TimeframeType = original.BillingMonthToDate
Custom TimeframeType = original.Custom
MonthToDate TimeframeType = original.MonthToDate
TheLastBillingMonth TimeframeType = original.TheLastBillingMonth
TheLastMonth TimeframeType = original.TheLastMonth
TheLastWeek TimeframeType = original.TheLastWeek
TheLastYear TimeframeType = original.TheLastYear
WeekToDate TimeframeType = original.WeekToDate
YearToDate TimeframeType = original.YearToDate
Custom TimeframeType = original.Custom
MonthToDate TimeframeType = original.MonthToDate
TheLastMonth TimeframeType = original.TheLastMonth
TheLastWeek TimeframeType = original.TheLastWeek
TheLastYear TimeframeType = original.TheLastYear
WeekToDate TimeframeType = original.WeekToDate
YearToDate TimeframeType = original.YearToDate
)

type BaseClient = original.BaseClient
Expand Down Expand Up @@ -130,7 +128,6 @@ type OperationListResult = original.OperationListResult
type OperationListResultIterator = original.OperationListResultIterator
type OperationListResultPage = original.OperationListResultPage
type OperationsClient = original.OperationsClient
type Query = original.Query
type QueryAggregation = original.QueryAggregation
type QueryClient = original.QueryClient
type QueryColumn = original.QueryColumn
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

package costmanagementapi

import original "github.com/Azure/azure-sdk-for-go/services/costmanagement/mgmt/2019-01-01/costmanagement/costmanagementapi"
import original "github.com/Azure/azure-sdk-for-go/services/costmanagement/mgmt/2019-10-01/costmanagement/costmanagementapi"

type DimensionsClientAPI = original.DimensionsClientAPI
type ExportsClientAPI = original.ExportsClientAPI
Expand Down
19 changes: 8 additions & 11 deletions profiles/preview/costmanagement/mgmt/costmanagement/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package costmanagement
import (
"context"

original "github.com/Azure/azure-sdk-for-go/services/costmanagement/mgmt/2019-01-01/costmanagement"
original "github.com/Azure/azure-sdk-for-go/services/costmanagement/mgmt/2019-10-01/costmanagement"
)

const (
Expand Down Expand Up @@ -94,15 +94,13 @@ const (
type TimeframeType = original.TimeframeType

const (
BillingMonthToDate TimeframeType = original.BillingMonthToDate
Custom TimeframeType = original.Custom
MonthToDate TimeframeType = original.MonthToDate
TheLastBillingMonth TimeframeType = original.TheLastBillingMonth
TheLastMonth TimeframeType = original.TheLastMonth
TheLastWeek TimeframeType = original.TheLastWeek
TheLastYear TimeframeType = original.TheLastYear
WeekToDate TimeframeType = original.WeekToDate
YearToDate TimeframeType = original.YearToDate
Custom TimeframeType = original.Custom
MonthToDate TimeframeType = original.MonthToDate
TheLastMonth TimeframeType = original.TheLastMonth
TheLastWeek TimeframeType = original.TheLastWeek
TheLastYear TimeframeType = original.TheLastYear
WeekToDate TimeframeType = original.WeekToDate
YearToDate TimeframeType = original.YearToDate
)

type BaseClient = original.BaseClient
Expand Down Expand Up @@ -130,7 +128,6 @@ type OperationListResult = original.OperationListResult
type OperationListResultIterator = original.OperationListResultIterator
type OperationListResultPage = original.OperationListResultPage
type OperationsClient = original.OperationsClient
type Query = original.Query
type QueryAggregation = original.QueryAggregation
type QueryClient = original.QueryClient
type QueryColumn = original.QueryColumn
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,9 @@

package costmanagementapi

import original "github.com/Azure/azure-sdk-for-go/services/preview/costmanagement/mgmt/2019-03-01/costmanagement/costmanagementapi"
import original "github.com/Azure/azure-sdk-for-go/services/preview/costmanagement/mgmt/2019-10-01/costmanagement/costmanagementapi"

type CloudConnectorClientAPI = original.CloudConnectorClientAPI
type DimensionsClientAPI = original.DimensionsClientAPI
type ExternalBillingAccountClientAPI = original.ExternalBillingAccountClientAPI
type ExternalSubscriptionClientAPI = original.ExternalSubscriptionClientAPI
type ForecastClientAPI = original.ForecastClientAPI
type ExportsClientAPI = original.ExportsClientAPI
type OperationsClientAPI = original.OperationsClientAPI
type QueryClientAPI = original.QueryClientAPI
type ShowbackRuleClientAPI = original.ShowbackRuleClientAPI
type ShowbackRulesClientAPI = original.ShowbackRulesClientAPI
Loading