Skip to content
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
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.