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 billing/resource-manager] Added specs for Agreements API in version 2018-11-01-preview #4476

Merged
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 @@ -26,6 +26,7 @@ type AccountBillingRoleAssignmentClientAPI = original.AccountBillingRoleAssignme
type AccountBillingRoleDefinitionClientAPI = original.AccountBillingRoleDefinitionClientAPI
type AccountsClientAPI = original.AccountsClientAPI
type AccountsWithCreateInvoiceSectionPermissionClientAPI = original.AccountsWithCreateInvoiceSectionPermissionClientAPI
type AgreementsClientAPI = original.AgreementsClientAPI
type AvailableBalanceByBillingProfileClientAPI = original.AvailableBalanceByBillingProfileClientAPI
type BaseClientAPI = original.BaseClientAPI
type DepartmentsByBillingAccountNameClientAPI = original.DepartmentsByBillingAccountNameClientAPI
Expand Down
11 changes: 11 additions & 0 deletions profiles/preview/preview/billing/mgmt/billing/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,10 @@ type AccountProperties = original.AccountProperties
type AccountsClient = original.AccountsClient
type AccountsWithCreateInvoiceSectionPermissionClient = original.AccountsWithCreateInvoiceSectionPermissionClient
type Address = original.Address
type Agreement = original.Agreement
type AgreementListResult = original.AgreementListResult
type AgreementProperties = original.AgreementProperties
type AgreementsClient = original.AgreementsClient
type Amount = original.Amount
type AvailableBalance = original.AvailableBalance
type AvailableBalanceByBillingProfileClient = original.AvailableBalanceByBillingProfileClient
Expand Down Expand Up @@ -213,6 +217,7 @@ type OperationListResultIterator = original.OperationListResultIterator
type OperationListResultPage = original.OperationListResultPage
type OperationStatus = original.OperationStatus
type OperationsClient = original.OperationsClient
type Participants = original.Participants
type PaymentMethod = original.PaymentMethod
type PaymentMethodProperties = original.PaymentMethodProperties
type PaymentMethodsByBillingProfileClient = original.PaymentMethodsByBillingProfileClient
Expand Down Expand Up @@ -325,6 +330,12 @@ func NewAccountsWithCreateInvoiceSectionPermissionClient(subscriptionID string)
func NewAccountsWithCreateInvoiceSectionPermissionClientWithBaseURI(baseURI string, subscriptionID string) AccountsWithCreateInvoiceSectionPermissionClient {
return original.NewAccountsWithCreateInvoiceSectionPermissionClientWithBaseURI(baseURI, subscriptionID)
}
func NewAgreementsClient(subscriptionID string) AgreementsClient {
return original.NewAgreementsClient(subscriptionID)
}
func NewAgreementsClientWithBaseURI(baseURI string, subscriptionID string) AgreementsClient {
return original.NewAgreementsClientWithBaseURI(baseURI, subscriptionID)
}
func NewAvailableBalanceByBillingProfileClient(subscriptionID string) AvailableBalanceByBillingProfileClient {
return original.NewAvailableBalanceByBillingProfileClient(subscriptionID)
}
Expand Down
199 changes: 199 additions & 0 deletions services/preview/billing/mgmt/2018-11-01-preview/billing/agreements.go

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

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

115 changes: 115 additions & 0 deletions services/preview/billing/mgmt/2018-11-01-preview/billing/models.go

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