Skip to content

Commit

Permalink
Generated from c2786532a6bf80ceb9cddda5e2c8b8abc09d6b30 (#5305)
Browse files Browse the repository at this point in the history
Update specification/devtestlabs/resource-manager/Microsoft.DevTestLab/stable/2018-09-15/DTL.json

Co-Authored-By: Nick Schonning <[email protected]>
  • Loading branch information
AutorestCI and nschonni authored Jul 19, 2019
1 parent 2bbafa0 commit c93260e
Show file tree
Hide file tree
Showing 23 changed files with 76 additions and 360 deletions.
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

0 comments on commit c93260e

Please sign in to comment.