Skip to content

Commit

Permalink
[AutoPR iothub/resource-manager] [Hub Generated] Review request for M…
Browse files Browse the repository at this point in the history
…icrosoft.Devices to add version preview/2019-03-22-preview (#5149)

* Generated from a2660396e04a6551432a9f9e108956db05266023

adding locations property to iothub properties

* Generated from b11a3ac1fafc172c5933d5e07a47a7ea1d4a1c0f

adding locations property
  • Loading branch information
AutorestCI authored Jul 1, 2019
1 parent cef9f95 commit ac385de
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
11 changes: 11 additions & 0 deletions profiles/preview/preview/iothub/mgmt/devices/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,13 @@ const (
Invalid IotHubNameUnavailabilityReason = original.Invalid
)

type IotHubReplicaRoleType = original.IotHubReplicaRoleType

const (
Primary IotHubReplicaRoleType = original.Primary
Secondary IotHubReplicaRoleType = original.Secondary
)

type IotHubScaleType = original.IotHubScaleType

const (
Expand Down Expand Up @@ -199,6 +206,7 @@ type IotHubDescription = original.IotHubDescription
type IotHubDescriptionListResult = original.IotHubDescriptionListResult
type IotHubDescriptionListResultIterator = original.IotHubDescriptionListResultIterator
type IotHubDescriptionListResultPage = original.IotHubDescriptionListResultPage
type IotHubLocationDescription = original.IotHubLocationDescription
type IotHubManualFailoverFuture = original.IotHubManualFailoverFuture
type IotHubNameAvailabilityInfo = original.IotHubNameAvailabilityInfo
type IotHubProperties = original.IotHubProperties
Expand Down Expand Up @@ -363,6 +371,9 @@ func PossibleIPFilterActionTypeValues() []IPFilterActionType {
func PossibleIotHubNameUnavailabilityReasonValues() []IotHubNameUnavailabilityReason {
return original.PossibleIotHubNameUnavailabilityReasonValues()
}
func PossibleIotHubReplicaRoleTypeValues() []IotHubReplicaRoleType {
return original.PossibleIotHubReplicaRoleTypeValues()
}
func PossibleIotHubScaleTypeValues() []IotHubScaleType {
return original.PossibleIotHubScaleTypeValues()
}
Expand Down
25 changes: 25 additions & 0 deletions services/preview/iothub/mgmt/2019-03-22-preview/devices/models.go

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

0 comments on commit ac385de

Please sign in to comment.