Skip to content

Commit

Permalink
Generated from 49b165d51087ec93204561157653056296e5ec94
Browse files Browse the repository at this point in the history
Merge pull request #2 from sarang-amondikar/dev-billing-Microsoft.Billing-2018-11-01-preview

Dev billing microsoft.billing 2018 11 01 preview
  • Loading branch information
AutorestCI committed May 23, 2019
1 parent 4e3d3ba commit 4322159
Show file tree
Hide file tree
Showing 5 changed files with 163 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@ type RoleDefinitionsClientAPI = original.RoleDefinitionsClientAPI
type SubscriptionsClientAPI = original.SubscriptionsClientAPI
type TransactionsClientAPI = original.TransactionsClientAPI
type TransfersClientAPI = original.TransfersClientAPI
type ValidateAddressClientAPI = original.ValidateAddressClientAPI
18 changes: 18 additions & 0 deletions profiles/preview/preview/billing/mgmt/billing/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ const (
AccountTypeOrganization AccountType = original.AccountTypeOrganization
)

type AddressValidationStatus = original.AddressValidationStatus

const (
Invalid AddressValidationStatus = original.Invalid
Valid AddressValidationStatus = original.Valid
)

type EligibleProductType = original.EligibleProductType

const (
Expand Down Expand Up @@ -276,6 +283,8 @@ type TransfersClient = original.TransfersClient
type UpdateAutoRenewOperationSummary = original.UpdateAutoRenewOperationSummary
type UpdateAutoRenewOperationSummaryProperties = original.UpdateAutoRenewOperationSummaryProperties
type UpdateAutoRenewRequest = original.UpdateAutoRenewRequest
type ValidateAddressClient = original.ValidateAddressClient
type ValidateAddressResponse = original.ValidateAddressResponse

func New(subscriptionID string) BaseClient {
return original.New(subscriptionID)
Expand Down Expand Up @@ -448,12 +457,21 @@ func NewTransfersClient(subscriptionID string) TransfersClient {
func NewTransfersClientWithBaseURI(baseURI string, subscriptionID string) TransfersClient {
return original.NewTransfersClientWithBaseURI(baseURI, subscriptionID)
}
func NewValidateAddressClient(subscriptionID string) ValidateAddressClient {
return original.NewValidateAddressClient(subscriptionID)
}
func NewValidateAddressClientWithBaseURI(baseURI string, subscriptionID string) ValidateAddressClient {
return original.NewValidateAddressClientWithBaseURI(baseURI, subscriptionID)
}
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
return original.NewWithBaseURI(baseURI, subscriptionID)
}
func PossibleAccountTypeValues() []AccountType {
return original.PossibleAccountTypeValues()
}
func PossibleAddressValidationStatusValues() []AddressValidationStatus {
return original.PossibleAddressValidationStatusValues()
}
func PossibleEligibleProductTypeValues() []EligibleProductType {
return original.PossibleEligibleProductTypeValues()
}
Expand Down

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

26 changes: 26 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.

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

0 comments on commit 4322159

Please sign in to comment.