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 reservations/resource-manager] [Hub Generated] Review request for Microsoft.Capacity to add version preview/2019-04-01 #5766

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
26 changes: 26 additions & 0 deletions profiles/preview/preview/reservations/mgmt/reservations/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,22 @@ const (
On InstanceFlexibility = original.On
)

type PaymentStatus = original.PaymentStatus

const (
Cancelled PaymentStatus = original.Cancelled
Failed PaymentStatus = original.Failed
Scheduled PaymentStatus = original.Scheduled
Succeeded PaymentStatus = original.Succeeded
)

type ReservationBillingPlan = original.ReservationBillingPlan

const (
Monthly ReservationBillingPlan = original.Monthly
Upfront ReservationBillingPlan = original.Upfront
)

type ReservationTerm = original.ReservationTerm

const (
Expand Down Expand Up @@ -146,6 +162,7 @@ type CalculatePriceResponseProperties = original.CalculatePriceResponsePropertie
type CalculatePriceResponsePropertiesBillingCurrencyTotal = original.CalculatePriceResponsePropertiesBillingCurrencyTotal
type CalculatePriceResponsePropertiesPricingCurrencyTotal = original.CalculatePriceResponsePropertiesPricingCurrencyTotal
type Catalog = original.Catalog
type CatalogBillingPlansItem = original.CatalogBillingPlansItem
type Client = original.Client
type Error = original.Error
type ExtendedErrorInfo = original.ExtendedErrorInfo
Expand All @@ -164,6 +181,7 @@ type OperationList = original.OperationList
type OperationListIterator = original.OperationListIterator
type OperationListPage = original.OperationListPage
type OperationResponse = original.OperationResponse
type OrderBillingPlanInformation = original.OrderBillingPlanInformation
type OrderClient = original.OrderClient
type OrderList = original.OrderList
type OrderListIterator = original.OrderListIterator
Expand All @@ -174,6 +192,8 @@ type OrderResponse = original.OrderResponse
type Patch = original.Patch
type PatchProperties = original.PatchProperties
type PatchPropertiesRenewProperties = original.PatchPropertiesRenewProperties
type PaymentDetail = original.PaymentDetail
type Price = original.Price
type Properties = original.Properties
type PropertiesType = original.PropertiesType
type PurchaseRequest = original.PurchaseRequest
Expand Down Expand Up @@ -247,6 +267,12 @@ func PossibleErrorResponseCodeValues() []ErrorResponseCode {
func PossibleInstanceFlexibilityValues() []InstanceFlexibility {
return original.PossibleInstanceFlexibilityValues()
}
func PossiblePaymentStatusValues() []PaymentStatus {
return original.PossiblePaymentStatusValues()
}
func PossibleReservationBillingPlanValues() []ReservationBillingPlan {
return original.PossibleReservationBillingPlanValues()
}
func PossibleReservationTermValues() []ReservationTerm {
return original.PossibleReservationTermValues()
}
Expand Down

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

155 changes: 145 additions & 10 deletions services/preview/reservations/mgmt/2019-04-01/reservations/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.

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