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 iotcentral/resource-manager] [Hub Generated] Review request for Microsoft.IoTCentral to add version 2018-09-01 #4410

Merged
merged 10 commits into from
Apr 17, 2019
Merged
10 changes: 10 additions & 0 deletions profiles/latest/iotcentral/mgmt/iotcentral/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ type AppListResultPage = original.AppListResultPage
type AppPatch = original.AppPatch
type AppProperties = original.AppProperties
type AppSkuInfo = original.AppSkuInfo
type AppTemplate = original.AppTemplate
type AppTemplatesResult = original.AppTemplatesResult
type AppTemplatesResultIterator = original.AppTemplatesResultIterator
type AppTemplatesResultPage = original.AppTemplatesResultPage
type AppsClient = original.AppsClient
type AppsCreateOrUpdateFuture = original.AppsCreateOrUpdateFuture
type AppsDeleteFuture = original.AppsDeleteFuture
Expand All @@ -69,6 +73,12 @@ func NewAppListResultIterator(page AppListResultPage) AppListResultIterator {
func NewAppListResultPage(getNextPage func(context.Context, AppListResult) (AppListResult, error)) AppListResultPage {
return original.NewAppListResultPage(getNextPage)
}
func NewAppTemplatesResultIterator(page AppTemplatesResultPage) AppTemplatesResultIterator {
return original.NewAppTemplatesResultIterator(page)
}
func NewAppTemplatesResultPage(getNextPage func(context.Context, AppTemplatesResult) (AppTemplatesResult, error)) AppTemplatesResultPage {
return original.NewAppTemplatesResultPage(getNextPage)
}
func NewAppsClient(subscriptionID string) AppsClient {
return original.NewAppsClient(subscriptionID)
}
Expand Down
10 changes: 10 additions & 0 deletions profiles/preview/iotcentral/mgmt/iotcentral/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ type AppListResultPage = original.AppListResultPage
type AppPatch = original.AppPatch
type AppProperties = original.AppProperties
type AppSkuInfo = original.AppSkuInfo
type AppTemplate = original.AppTemplate
type AppTemplatesResult = original.AppTemplatesResult
type AppTemplatesResultIterator = original.AppTemplatesResultIterator
type AppTemplatesResultPage = original.AppTemplatesResultPage
type AppsClient = original.AppsClient
type AppsCreateOrUpdateFuture = original.AppsCreateOrUpdateFuture
type AppsDeleteFuture = original.AppsDeleteFuture
Expand All @@ -69,6 +73,12 @@ func NewAppListResultIterator(page AppListResultPage) AppListResultIterator {
func NewAppListResultPage(getNextPage func(context.Context, AppListResult) (AppListResult, error)) AppListResultPage {
return original.NewAppListResultPage(getNextPage)
}
func NewAppTemplatesResultIterator(page AppTemplatesResultPage) AppTemplatesResultIterator {
return original.NewAppTemplatesResultIterator(page)
}
func NewAppTemplatesResultPage(getNextPage func(context.Context, AppTemplatesResult) (AppTemplatesResult, error)) AppTemplatesResultPage {
return original.NewAppTemplatesResultPage(getNextPage)
}
func NewAppsClient(subscriptionID string) AppsClient {
return original.NewAppsClient(subscriptionID)
}
Expand Down
110 changes: 110 additions & 0 deletions services/iotcentral/mgmt/2018-09-01/iotcentral/apps.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.

163 changes: 163 additions & 0 deletions services/iotcentral/mgmt/2018-09-01/iotcentral/models.go

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