Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR cost-management/resource-manager] Applying changes for new version of Cost Management APIs 2018-08-31 #2767

Closed
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
12 changes: 12 additions & 0 deletions profiles/preview/costmanagement/mgmt/costmanagement/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ type DimensionProperties = original.DimensionProperties
type DimensionsListResult = original.DimensionsListResult
type ErrorDetails = original.ErrorDetails
type ErrorResponse = original.ErrorResponse
type Operation = original.Operation
type OperationDisplay = original.OperationDisplay
type OperationListResult = original.OperationListResult
type OperationListResultIterator = original.OperationListResultIterator
type OperationListResultPage = original.OperationListResultPage
type Query = original.Query
type QueryColumn = original.QueryColumn
type QueryProperties = original.QueryProperties
Expand All @@ -97,6 +102,7 @@ type ReportConfigRecurrencePeriod = original.ReportConfigRecurrencePeriod
type ReportConfigSchedule = original.ReportConfigSchedule
type ReportConfigTimePeriod = original.ReportConfigTimePeriod
type Resource = original.Resource
type OperationsClient = original.OperationsClient
type ReportConfigClient = original.ReportConfigClient
type ResourceGroupDimensionsClient = original.ResourceGroupDimensionsClient
type SubscriptionDimensionsClient = original.SubscriptionDimensionsClient
Expand Down Expand Up @@ -131,6 +137,12 @@ func PossibleStatusTypeValues() []StatusType {
func PossibleTimeframeTypeValues() []TimeframeType {
return original.PossibleTimeframeTypeValues()
}
func NewOperationsClient(subscriptionID string) OperationsClient {
return original.NewOperationsClient(subscriptionID)
}
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient {
return original.NewOperationsClientWithBaseURI(baseURI, subscriptionID)
}
func NewReportConfigClient(subscriptionID string) ReportConfigClient {
return original.NewReportConfigClient(subscriptionID)
}
Expand Down
123 changes: 123 additions & 0 deletions services/costmanagement/mgmt/2018-05-31/costmanagement/models.go

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

126 changes: 126 additions & 0 deletions services/costmanagement/mgmt/2018-05-31/costmanagement/operations.go

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