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 devtestlabs/resource-manager] [Hub Generated] Review request for Microsoft.DevTestLab to add version stable/2018-09-15 #5305

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
19 changes: 6 additions & 13 deletions profiles/latest/devtestlabs/mgmt/dtl/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,9 @@ const (
type StorageType = original.StorageType

const (
Premium StorageType = original.Premium
Standard StorageType = original.Standard
Premium StorageType = original.Premium
Standard StorageType = original.Standard
StandardSSD StorageType = original.StandardSSD
)

type TargetCostStatus = original.TargetCostStatus
Expand Down Expand Up @@ -225,8 +226,9 @@ const (
type VirtualMachineCreationSource = original.VirtualMachineCreationSource

const (
FromCustomImage VirtualMachineCreationSource = original.FromCustomImage
FromGalleryImage VirtualMachineCreationSource = original.FromGalleryImage
FromCustomImage VirtualMachineCreationSource = original.FromCustomImage
FromGalleryImage VirtualMachineCreationSource = original.FromGalleryImage
FromSharedGalleryImage VirtualMachineCreationSource = original.FromSharedGalleryImage
)

type WindowsOsState = original.WindowsOsState
Expand Down Expand Up @@ -493,9 +495,6 @@ type ServiceFabricsDeleteFuture = original.ServiceFabricsDeleteFuture
type ServiceFabricsStartFuture = original.ServiceFabricsStartFuture
type ServiceFabricsStopFuture = original.ServiceFabricsStopFuture
type ServiceRunner = original.ServiceRunner
type ServiceRunnerList = original.ServiceRunnerList
type ServiceRunnerListIterator = original.ServiceRunnerListIterator
type ServiceRunnerListPage = original.ServiceRunnerListPage
type ServiceRunnersClient = original.ServiceRunnersClient
type SharedPublicIPAddressConfiguration = original.SharedPublicIPAddressConfiguration
type SharedPublicIPAddressConfigurationFragment = original.SharedPublicIPAddressConfigurationFragment
Expand Down Expand Up @@ -778,12 +777,6 @@ func NewServiceFabricsClient(subscriptionID string) ServiceFabricsClient {
func NewServiceFabricsClientWithBaseURI(baseURI string, subscriptionID string) ServiceFabricsClient {
return original.NewServiceFabricsClientWithBaseURI(baseURI, subscriptionID)
}
func NewServiceRunnerListIterator(page ServiceRunnerListPage) ServiceRunnerListIterator {
return original.NewServiceRunnerListIterator(page)
}
func NewServiceRunnerListPage(getNextPage func(context.Context, ServiceRunnerList) (ServiceRunnerList, error)) ServiceRunnerListPage {
return original.NewServiceRunnerListPage(getNextPage)
}
func NewServiceRunnersClient(subscriptionID string) ServiceRunnersClient {
return original.NewServiceRunnersClient(subscriptionID)
}
Expand Down
19 changes: 6 additions & 13 deletions profiles/preview/devtestlabs/mgmt/dtl/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,9 @@ const (
type StorageType = original.StorageType

const (
Premium StorageType = original.Premium
Standard StorageType = original.Standard
Premium StorageType = original.Premium
Standard StorageType = original.Standard
StandardSSD StorageType = original.StandardSSD
)

type TargetCostStatus = original.TargetCostStatus
Expand Down Expand Up @@ -225,8 +226,9 @@ const (
type VirtualMachineCreationSource = original.VirtualMachineCreationSource

const (
FromCustomImage VirtualMachineCreationSource = original.FromCustomImage
FromGalleryImage VirtualMachineCreationSource = original.FromGalleryImage
FromCustomImage VirtualMachineCreationSource = original.FromCustomImage
FromGalleryImage VirtualMachineCreationSource = original.FromGalleryImage
FromSharedGalleryImage VirtualMachineCreationSource = original.FromSharedGalleryImage
)

type WindowsOsState = original.WindowsOsState
Expand Down Expand Up @@ -493,9 +495,6 @@ type ServiceFabricsDeleteFuture = original.ServiceFabricsDeleteFuture
type ServiceFabricsStartFuture = original.ServiceFabricsStartFuture
type ServiceFabricsStopFuture = original.ServiceFabricsStopFuture
type ServiceRunner = original.ServiceRunner
type ServiceRunnerList = original.ServiceRunnerList
type ServiceRunnerListIterator = original.ServiceRunnerListIterator
type ServiceRunnerListPage = original.ServiceRunnerListPage
type ServiceRunnersClient = original.ServiceRunnersClient
type SharedPublicIPAddressConfiguration = original.SharedPublicIPAddressConfiguration
type SharedPublicIPAddressConfigurationFragment = original.SharedPublicIPAddressConfigurationFragment
Expand Down Expand Up @@ -778,12 +777,6 @@ func NewServiceFabricsClient(subscriptionID string) ServiceFabricsClient {
func NewServiceFabricsClientWithBaseURI(baseURI string, subscriptionID string) ServiceFabricsClient {
return original.NewServiceFabricsClientWithBaseURI(baseURI, subscriptionID)
}
func NewServiceRunnerListIterator(page ServiceRunnerListPage) ServiceRunnerListIterator {
return original.NewServiceRunnerListIterator(page)
}
func NewServiceRunnerListPage(getNextPage func(context.Context, ServiceRunnerList) (ServiceRunnerList, error)) ServiceRunnerListPage {
return original.NewServiceRunnerListPage(getNextPage)
}
func NewServiceRunnersClient(subscriptionID string) ServiceRunnersClient {
return original.NewServiceRunnersClient(subscriptionID)
}
Expand Down
2 changes: 1 addition & 1 deletion services/devtestlabs/mgmt/2018-09-15/dtl/armtemplates.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.

2 changes: 1 addition & 1 deletion services/devtestlabs/mgmt/2018-09-15/dtl/customimages.go

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

2 changes: 1 addition & 1 deletion services/devtestlabs/mgmt/2018-09-15/dtl/disks.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.

2 changes: 1 addition & 1 deletion services/devtestlabs/mgmt/2018-09-15/dtl/environments.go

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

4 changes: 2 additions & 2 deletions services/devtestlabs/mgmt/2018-09-15/dtl/formulas.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.

2 changes: 1 addition & 1 deletion services/devtestlabs/mgmt/2018-09-15/dtl/labs.go

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

Loading