Skip to content

Commit

Permalink
Generated from 2128273966bce4b74889c8d94b5f3b2cb6592bd8 (#6007)
Browse files Browse the repository at this point in the history
fixed spellcheck
  • Loading branch information
AutorestCI authored Oct 11, 2019
1 parent a1d0ea7 commit 98e96d1
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 0 deletions.
21 changes: 21 additions & 0 deletions profiles/preview/preview/eventhub/mgmt/eventhub/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,18 @@ const (
Reject IPAction = original.Reject
)

type IdentityType = original.IdentityType

const (
SystemAssigned IdentityType = original.SystemAssigned
)

type KeySource = original.KeySource

const (
MicrosoftKeyVault KeySource = original.MicrosoftKeyVault
)

type NetworkRuleIPAction = original.NetworkRuleIPAction

const (
Expand Down Expand Up @@ -85,12 +97,15 @@ type EHNamespaceListResult = original.EHNamespaceListResult
type EHNamespaceListResultIterator = original.EHNamespaceListResultIterator
type EHNamespaceListResultPage = original.EHNamespaceListResultPage
type EHNamespaceProperties = original.EHNamespaceProperties
type Encryption = original.Encryption
type ErrorResponse = original.ErrorResponse
type IPFilterRule = original.IPFilterRule
type IPFilterRuleListResult = original.IPFilterRuleListResult
type IPFilterRuleListResultIterator = original.IPFilterRuleListResultIterator
type IPFilterRuleListResultPage = original.IPFilterRuleListResultPage
type IPFilterRuleProperties = original.IPFilterRuleProperties
type Identity = original.Identity
type KeyVaultProperties = original.KeyVaultProperties
type NWRuleSetIPRules = original.NWRuleSetIPRules
type NWRuleSetVirtualNetworkRules = original.NWRuleSetVirtualNetworkRules
type NamespacesClient = original.NamespacesClient
Expand Down Expand Up @@ -180,6 +195,12 @@ func PossibleDefaultActionValues() []DefaultAction {
func PossibleIPActionValues() []IPAction {
return original.PossibleIPActionValues()
}
func PossibleIdentityTypeValues() []IdentityType {
return original.PossibleIdentityTypeValues()
}
func PossibleKeySourceValues() []KeySource {
return original.PossibleKeySourceValues()
}
func PossibleNetworkRuleIPActionValues() []NetworkRuleIPAction {
return original.PossibleNetworkRuleIPActionValues()
}
Expand Down

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

0 comments on commit 98e96d1

Please sign in to comment.