Skip to content

Commit

Permalink
Generated from b2942f357046a206ce8895f555a1e9f4071402a9 (#3569)
Browse files Browse the repository at this point in the history
correct casing
  • Loading branch information
AutorestCI authored Dec 4, 2018
1 parent 8162d91 commit e8c507f
Show file tree
Hide file tree
Showing 40 changed files with 876 additions and 85 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ type QuotaByPeriodKeysClientAPI = original.QuotaByPeriodKeysClientAPI
type RegionsClientAPI = original.RegionsClientAPI
type ReportsClientAPI = original.ReportsClientAPI
type ServiceClientAPI = original.ServiceClientAPI
type ServiceSkusClientAPI = original.ServiceSkusClientAPI
type SignInSettingsClientAPI = original.SignInSettingsClientAPI
type SignUpSettingsClientAPI = original.SignUpSettingsClientAPI
type SubscriptionClientAPI = original.SubscriptionClientAPI
Expand Down
30 changes: 30 additions & 0 deletions profiles/preview/apimanagement/mgmt/apimanagement/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,14 @@ const (
ProtocolHTTPS Protocol = original.ProtocolHTTPS
)

type ResourceSkuCapacityScaleType = original.ResourceSkuCapacityScaleType

const (
Automatic ResourceSkuCapacityScaleType = original.Automatic
Manual ResourceSkuCapacityScaleType = original.Manual
None ResourceSkuCapacityScaleType = original.None
)

type SkuType = original.SkuType

const (
Expand Down Expand Up @@ -587,6 +595,12 @@ type RequestContract = original.RequestContract
type RequestReportCollection = original.RequestReportCollection
type RequestReportRecordContract = original.RequestReportRecordContract
type Resource = original.Resource
type ResourceSku = original.ResourceSku
type ResourceSkuCapacity = original.ResourceSkuCapacity
type ResourceSkuResult = original.ResourceSkuResult
type ResourceSkuResults = original.ResourceSkuResults
type ResourceSkuResultsIterator = original.ResourceSkuResultsIterator
type ResourceSkuResultsPage = original.ResourceSkuResultsPage
type ResponseContract = original.ResponseContract
type SaveConfigurationParameter = original.SaveConfigurationParameter
type SchemaCollection = original.SchemaCollection
Expand All @@ -613,6 +627,7 @@ type ServiceProperties = original.ServiceProperties
type ServiceResource = original.ServiceResource
type ServiceRestoreFuture = original.ServiceRestoreFuture
type ServiceSkuProperties = original.ServiceSkuProperties
type ServiceSkusClient = original.ServiceSkusClient
type ServiceUpdateFuture = original.ServiceUpdateFuture
type ServiceUpdateHostnameFuture = original.ServiceUpdateHostnameFuture
type ServiceUpdateHostnameParameters = original.ServiceUpdateHostnameParameters
Expand Down Expand Up @@ -1097,6 +1112,12 @@ func NewReportsClient(subscriptionID string) ReportsClient {
func NewReportsClientWithBaseURI(baseURI string, subscriptionID string) ReportsClient {
return original.NewReportsClientWithBaseURI(baseURI, subscriptionID)
}
func NewResourceSkuResultsIterator(page ResourceSkuResultsPage) ResourceSkuResultsIterator {
return original.NewResourceSkuResultsIterator(page)
}
func NewResourceSkuResultsPage(getNextPage func(context.Context, ResourceSkuResults) (ResourceSkuResults, error)) ResourceSkuResultsPage {
return original.NewResourceSkuResultsPage(getNextPage)
}
func NewSchemaCollectionIterator(page SchemaCollectionPage) SchemaCollectionIterator {
return original.NewSchemaCollectionIterator(page)
}
Expand All @@ -1115,6 +1136,12 @@ func NewServiceListResultIterator(page ServiceListResultPage) ServiceListResultI
func NewServiceListResultPage(getNextPage func(context.Context, ServiceListResult) (ServiceListResult, error)) ServiceListResultPage {
return original.NewServiceListResultPage(getNextPage)
}
func NewServiceSkusClient(subscriptionID string) ServiceSkusClient {
return original.NewServiceSkusClient(subscriptionID)
}
func NewServiceSkusClientWithBaseURI(baseURI string, subscriptionID string) ServiceSkusClient {
return original.NewServiceSkusClientWithBaseURI(baseURI, subscriptionID)
}
func NewSignInSettingsClient(subscriptionID string) SignInSettingsClient {
return original.NewSignInSettingsClient(subscriptionID)
}
Expand Down Expand Up @@ -1301,6 +1328,9 @@ func PossibleProductStateValues() []ProductState {
func PossibleProtocolValues() []Protocol {
return original.PossibleProtocolValues()
}
func PossibleResourceSkuCapacityScaleTypeValues() []ResourceSkuCapacityScaleType {
return original.PossibleResourceSkuCapacityScaleTypeValues()
}
func PossibleSkuTypeValues() []SkuType {
return original.PossibleSkuTypeValues()
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ type QuotaByPeriodKeysClientAPI = original.QuotaByPeriodKeysClientAPI
type RegionsClientAPI = original.RegionsClientAPI
type ReportsClientAPI = original.ReportsClientAPI
type ServiceClientAPI = original.ServiceClientAPI
type ServiceSkusClientAPI = original.ServiceSkusClientAPI
type SignInSettingsClientAPI = original.SignInSettingsClientAPI
type SignUpSettingsClientAPI = original.SignUpSettingsClientAPI
type SubscriptionClientAPI = original.SubscriptionClientAPI
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,14 @@ const (
ProtocolHTTPS Protocol = original.ProtocolHTTPS
)

type ResourceSkuCapacityScaleType = original.ResourceSkuCapacityScaleType

const (
Automatic ResourceSkuCapacityScaleType = original.Automatic
Manual ResourceSkuCapacityScaleType = original.Manual
None ResourceSkuCapacityScaleType = original.None
)

type SamplingType = original.SamplingType

const (
Expand All @@ -239,10 +247,11 @@ const (
type SkuType = original.SkuType

const (
SkuTypeBasic SkuType = original.SkuTypeBasic
SkuTypeDeveloper SkuType = original.SkuTypeDeveloper
SkuTypePremium SkuType = original.SkuTypePremium
SkuTypeStandard SkuType = original.SkuTypeStandard
SkuTypeBasic SkuType = original.SkuTypeBasic
SkuTypeConsumption SkuType = original.SkuTypeConsumption
SkuTypeDeveloper SkuType = original.SkuTypeDeveloper
SkuTypePremium SkuType = original.SkuTypePremium
SkuTypeStandard SkuType = original.SkuTypeStandard
)

type SoapAPIType = original.SoapAPIType
Expand Down Expand Up @@ -600,6 +609,12 @@ type RequestContract = original.RequestContract
type RequestReportCollection = original.RequestReportCollection
type RequestReportRecordContract = original.RequestReportRecordContract
type Resource = original.Resource
type ResourceSku = original.ResourceSku
type ResourceSkuCapacity = original.ResourceSkuCapacity
type ResourceSkuResult = original.ResourceSkuResult
type ResourceSkuResults = original.ResourceSkuResults
type ResourceSkuResultsIterator = original.ResourceSkuResultsIterator
type ResourceSkuResultsPage = original.ResourceSkuResultsPage
type ResponseContract = original.ResponseContract
type SamplingSettings = original.SamplingSettings
type SaveConfigurationParameter = original.SaveConfigurationParameter
Expand Down Expand Up @@ -627,6 +642,7 @@ type ServiceProperties = original.ServiceProperties
type ServiceResource = original.ServiceResource
type ServiceRestoreFuture = original.ServiceRestoreFuture
type ServiceSkuProperties = original.ServiceSkuProperties
type ServiceSkusClient = original.ServiceSkusClient
type ServiceUpdateFuture = original.ServiceUpdateFuture
type ServiceUpdateHostnameFuture = original.ServiceUpdateHostnameFuture
type ServiceUpdateHostnameParameters = original.ServiceUpdateHostnameParameters
Expand Down Expand Up @@ -1099,6 +1115,12 @@ func NewReportsClient(subscriptionID string) ReportsClient {
func NewReportsClientWithBaseURI(baseURI string, subscriptionID string) ReportsClient {
return original.NewReportsClientWithBaseURI(baseURI, subscriptionID)
}
func NewResourceSkuResultsIterator(page ResourceSkuResultsPage) ResourceSkuResultsIterator {
return original.NewResourceSkuResultsIterator(page)
}
func NewResourceSkuResultsPage(getNextPage func(context.Context, ResourceSkuResults) (ResourceSkuResults, error)) ResourceSkuResultsPage {
return original.NewResourceSkuResultsPage(getNextPage)
}
func NewSchemaCollectionIterator(page SchemaCollectionPage) SchemaCollectionIterator {
return original.NewSchemaCollectionIterator(page)
}
Expand All @@ -1117,6 +1139,12 @@ func NewServiceListResultIterator(page ServiceListResultPage) ServiceListResultI
func NewServiceListResultPage(getNextPage func(context.Context, ServiceListResult) (ServiceListResult, error)) ServiceListResultPage {
return original.NewServiceListResultPage(getNextPage)
}
func NewServiceSkusClient(subscriptionID string) ServiceSkusClient {
return original.NewServiceSkusClient(subscriptionID)
}
func NewServiceSkusClientWithBaseURI(baseURI string, subscriptionID string) ServiceSkusClient {
return original.NewServiceSkusClientWithBaseURI(baseURI, subscriptionID)
}
func NewSignInSettingsClient(subscriptionID string) SignInSettingsClient {
return original.NewSignInSettingsClient(subscriptionID)
}
Expand Down Expand Up @@ -1306,6 +1334,9 @@ func PossibleProductStateValues() []ProductState {
func PossibleProtocolValues() []Protocol {
return original.PossibleProtocolValues()
}
func PossibleResourceSkuCapacityScaleTypeValues() []ResourceSkuCapacityScaleType {
return original.PossibleResourceSkuCapacityScaleTypeValues()
}
func PossibleSamplingTypeValues() []SamplingType {
return original.PossibleSamplingTypeValues()
}
Expand Down
16 changes: 8 additions & 8 deletions services/apimanagement/mgmt/2016-07-07/apimanagement/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.

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

Loading

0 comments on commit e8c507f

Please sign in to comment.