Skip to content

Commit

Permalink
[AutoPR consumption/resource-manager] Adding swagger for new api-vers…
Browse files Browse the repository at this point in the history
…ion consumption 2018-08-31 (Azure#2578) (Azure#2621)

* Generated from 5ea5e2d1472882ab89e5a33ce3b58ee36071cf82

Updating swagger for new api-version consumption 2018-08-31

* Generated from 74c1fc0f22587b4430bb5e49fde43e380ae6fabf

addressing review feedback on charges operationId

* Generated from 3e89cd1756f599a62b65b7f09a02c65884a2893c

Adding swagger for new api-version consumption 2018-08-31
  • Loading branch information
AutorestCI authored and jhendrixMSFT committed Sep 19, 2018
1 parent e19a015 commit 3689ef2
Show file tree
Hide file tree
Showing 17 changed files with 7,547 additions and 11 deletions.
22 changes: 11 additions & 11 deletions profiles/preview/consumption/mgmt/consumption/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@

package consumption

import original "github.com/Azure/azure-sdk-for-go/services/consumption/mgmt/2018-06-30/consumption"
import original "github.com/Azure/azure-sdk-for-go/services/consumption/mgmt/2018-08-31/consumption"

type AggregatedCostClient = original.AggregatedCostClient
type BalancesClient = original.BalancesClient
type BudgetsClient = original.BudgetsClient
type ChargesClient = original.ChargesClient

const (
DefaultBaseURI = original.DefaultBaseURI
)

type BaseClient = original.BaseClient
type CostTagsClient = original.CostTagsClient
type ForecastsClient = original.ForecastsClient
type MarketplacesClient = original.MarketplacesClient
type BillingFrequency = original.BillingFrequency
Expand Down Expand Up @@ -103,9 +103,9 @@ type BudgetsListResult = original.BudgetsListResult
type BudgetsListResultIterator = original.BudgetsListResultIterator
type BudgetsListResultPage = original.BudgetsListResultPage
type BudgetTimePeriod = original.BudgetTimePeriod
type CostTag = original.CostTag
type CostTagProperties = original.CostTagProperties
type CostTagsModel = original.CostTagsModel
type ChargesListResult = original.ChargesListResult
type ChargeSummary = original.ChargeSummary
type ChargeSummaryProperties = original.ChargeSummaryProperties
type CurrentSpend = original.CurrentSpend
type ErrorDetails = original.ErrorDetails
type ErrorResponse = original.ErrorResponse
Expand Down Expand Up @@ -183,18 +183,18 @@ func NewBudgetsClient(subscriptionID string) BudgetsClient {
func NewBudgetsClientWithBaseURI(baseURI string, subscriptionID string) BudgetsClient {
return original.NewBudgetsClientWithBaseURI(baseURI, subscriptionID)
}
func NewChargesClient(subscriptionID string) ChargesClient {
return original.NewChargesClient(subscriptionID)
}
func NewChargesClientWithBaseURI(baseURI string, subscriptionID string) ChargesClient {
return original.NewChargesClientWithBaseURI(baseURI, subscriptionID)
}
func New(subscriptionID string) BaseClient {
return original.New(subscriptionID)
}
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
return original.NewWithBaseURI(baseURI, subscriptionID)
}
func NewCostTagsClient(subscriptionID string) CostTagsClient {
return original.NewCostTagsClient(subscriptionID)
}
func NewCostTagsClientWithBaseURI(baseURI string, subscriptionID string) CostTagsClient {
return original.NewCostTagsClientWithBaseURI(baseURI, subscriptionID)
}
func NewForecastsClient(subscriptionID string) ForecastsClient {
return original.NewForecastsClient(subscriptionID)
}
Expand Down
179 changes: 179 additions & 0 deletions services/consumption/mgmt/2018-08-31/consumption/aggregatedcost.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3689ef2

Please sign in to comment.