Skip to content

Commit

Permalink
[AutoPR consumption/resource-manager] [Hub Generated] Review request …
Browse files Browse the repository at this point in the history
…for Microsoft.Consumption to add version 2019-01-01 (#4002)

* Generated from a2b1e8bc09063a59d349ebe4a093416dbbb719b7

updated readme to support new stable version 2019-01-01

* Generated from ac1beddbdb7477174b9b956c4eabd6462f2996db

introducing MG scope for tags/budgets
introduce scope (method) parameter for APIs that support numerous scopes (arm-team suggestion implemented)
  • Loading branch information
AutorestCI authored and jhendrixMSFT committed Feb 6, 2019
1 parent bf8e7d2 commit a1d4ac1
Show file tree
Hide file tree
Showing 21 changed files with 5,818 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

package consumptionapi

import original "github.com/Azure/azure-sdk-for-go/services/consumption/mgmt/2018-10-01/consumption/consumptionapi"
import original "github.com/Azure/azure-sdk-for-go/services/consumption/mgmt/2019-01-01/consumption/consumptionapi"

type AggregatedCostClientAPI = original.AggregatedCostClientAPI
type BalancesClientAPI = original.BalancesClientAPI
Expand Down
2 changes: 1 addition & 1 deletion profiles/latest/consumption/mgmt/consumption/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package consumption
import (
"context"

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

const (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

package consumptionapi

import original "github.com/Azure/azure-sdk-for-go/services/consumption/mgmt/2018-10-01/consumption/consumptionapi"
import original "github.com/Azure/azure-sdk-for-go/services/consumption/mgmt/2019-01-01/consumption/consumptionapi"

type AggregatedCostClientAPI = original.AggregatedCostClientAPI
type BalancesClientAPI = original.BalancesClientAPI
Expand Down
2 changes: 1 addition & 1 deletion profiles/preview/consumption/mgmt/consumption/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package consumption
import (
"context"

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

const (
Expand Down
200 changes: 200 additions & 0 deletions services/consumption/mgmt/2019-01-01/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 a1d4ac1

Please sign in to comment.