Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Next Next commit
Generated from 5d3784a8f7565285f6ac02df64446356988d73ca
added swagger for Tenant Properties

added swagger for Tenant Properties
  • Loading branch information
AutorestCI committed Jan 15, 2019
commit aac2f6adb6145e7dd50b20ac4dea0a4b1cbce13b
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ type EnrollmentAccountsClientAPI = original.EnrollmentAccountsClientAPI
type InvoicesClientAPI = original.InvoicesClientAPI
type OperationsClientAPI = original.OperationsClientAPI
type PeriodsClientAPI = original.PeriodsClientAPI
type TenantPropertiesClientAPI = original.TenantPropertiesClientAPI
8 changes: 8 additions & 0 deletions profiles/preview/preview/billing/mgmt/billing/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ type PeriodsListResult = original.PeriodsListResult
type PeriodsListResultIterator = original.PeriodsListResultIterator
type PeriodsListResultPage = original.PeriodsListResultPage
type Resource = original.Resource
type TenantProperties = original.TenantProperties
type TenantPropertiesClient = original.TenantPropertiesClient

func New(subscriptionID string) BaseClient {
return original.New(subscriptionID)
Expand Down Expand Up @@ -110,6 +112,12 @@ func NewPeriodsListResultIterator(page PeriodsListResultPage) PeriodsListResultI
func NewPeriodsListResultPage(getNextPage func(context.Context, PeriodsListResult) (PeriodsListResult, error)) PeriodsListResultPage {
return original.NewPeriodsListResultPage(getNextPage)
}
func NewTenantPropertiesClient(subscriptionID string) TenantPropertiesClient {
return original.NewTenantPropertiesClient(subscriptionID)
}
func NewTenantPropertiesClientWithBaseURI(baseURI string, subscriptionID string) TenantPropertiesClient {
return original.NewTenantPropertiesClientWithBaseURI(baseURI, subscriptionID)
}
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
return original.NewWithBaseURI(baseURI, subscriptionID)
}
Expand Down

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

11 changes: 11 additions & 0 deletions services/preview/billing/mgmt/2018-03-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.