Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Generated from 4acb1b6d259fdd431a87a4d4f3ce25458432078c
Fix network rule set default value
  • Loading branch information
AutorestCI committed Nov 21, 2018
commit cce593c44fc0998162e1ed9c89a3b3d862ce4d8a
12 changes: 12 additions & 0 deletions profiles/latest/containerregistry/mgmt/containerregistry/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ const (
)

type BaseClient = original.BaseClient
type DefaultAction = original.DefaultAction

const (
Allow DefaultAction = original.Allow
Deny DefaultAction = original.Deny
)

type ImportMode = original.ImportMode

const (
Expand Down Expand Up @@ -121,6 +128,7 @@ type EventResponseMessage = original.EventResponseMessage
type ImportImageParameters = original.ImportImageParameters
type ImportSource = original.ImportSource
type ImportSourceCredentials = original.ImportSourceCredentials
type NetworkRuleSet = original.NetworkRuleSet
type OperationDefinition = original.OperationDefinition
type OperationDisplayDefinition = original.OperationDisplayDefinition
type OperationListResult = original.OperationListResult
Expand Down Expand Up @@ -167,6 +175,7 @@ type Status = original.Status
type StorageAccountProperties = original.StorageAccountProperties
type Target = original.Target
type TrustPolicy = original.TrustPolicy
type VirtualNetworkRule = original.VirtualNetworkRule
type Webhook = original.Webhook
type WebhookCreateParameters = original.WebhookCreateParameters
type WebhookListResult = original.WebhookListResult
Expand All @@ -190,6 +199,9 @@ func New(subscriptionID string) BaseClient {
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
return original.NewWithBaseURI(baseURI, subscriptionID)
}
func PossibleDefaultActionValues() []DefaultAction {
return original.PossibleDefaultActionValues()
}
func PossibleImportModeValues() []ImportMode {
return original.PossibleImportModeValues()
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,13 @@ const (
Runtime BaseImageTriggerType = original.Runtime
)

type DefaultAction = original.DefaultAction

const (
Allow DefaultAction = original.Allow
Deny DefaultAction = original.Deny
)

type ImportMode = original.ImportMode

const (
Expand Down Expand Up @@ -261,6 +268,7 @@ type ImageUpdateTrigger = original.ImageUpdateTrigger
type ImportImageParameters = original.ImportImageParameters
type ImportSource = original.ImportSource
type ImportSourceCredentials = original.ImportSourceCredentials
type NetworkRuleSet = original.NetworkRuleSet
type OperationDefinition = original.OperationDefinition
type OperationDisplayDefinition = original.OperationDisplayDefinition
type OperationListResult = original.OperationListResult
Expand Down Expand Up @@ -347,6 +355,7 @@ type TaskUpdateParameters = original.TaskUpdateParameters
type TriggerProperties = original.TriggerProperties
type TriggerUpdateParameters = original.TriggerUpdateParameters
type TrustPolicy = original.TrustPolicy
type VirtualNetworkRule = original.VirtualNetworkRule
type Webhook = original.Webhook
type WebhookCreateParameters = original.WebhookCreateParameters
type WebhookListResult = original.WebhookListResult
Expand Down Expand Up @@ -381,6 +390,9 @@ func PossibleBaseImageDependencyTypeValues() []BaseImageDependencyType {
func PossibleBaseImageTriggerTypeValues() []BaseImageTriggerType {
return original.PossibleBaseImageTriggerTypeValues()
}
func PossibleDefaultActionValues() []DefaultAction {
return original.PossibleDefaultActionValues()
}
func PossibleImportModeValues() []ImportMode {
return original.PossibleImportModeValues()
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,13 @@ const (
QuickBuild BuildType = original.QuickBuild
)

type DefaultAction = original.DefaultAction

const (
Allow DefaultAction = original.Allow
Deny DefaultAction = original.Deny
)

type ImportMode = original.ImportMode

const (
Expand Down Expand Up @@ -254,6 +261,7 @@ type ImageUpdateTrigger = original.ImageUpdateTrigger
type ImportImageParameters = original.ImportImageParameters
type ImportSource = original.ImportSource
type ImportSourceCredentials = original.ImportSourceCredentials
type NetworkRuleSet = original.NetworkRuleSet
type OperationDefinition = original.OperationDefinition
type OperationDisplayDefinition = original.OperationDisplayDefinition
type OperationListResult = original.OperationListResult
Expand Down Expand Up @@ -310,6 +318,7 @@ type Status = original.Status
type StorageAccountProperties = original.StorageAccountProperties
type Target = original.Target
type TrustPolicy = original.TrustPolicy
type VirtualNetworkRule = original.VirtualNetworkRule
type Webhook = original.Webhook
type WebhookCreateParameters = original.WebhookCreateParameters
type WebhookListResult = original.WebhookListResult
Expand Down Expand Up @@ -366,6 +375,9 @@ func PossibleBuildTaskStatusValues() []BuildTaskStatus {
func PossibleBuildTypeValues() []BuildType {
return original.PossibleBuildTypeValues()
}
func PossibleDefaultActionValues() []DefaultAction {
return original.PossibleDefaultActionValues()
}
func PossibleImportModeValues() []ImportMode {
return original.PossibleImportModeValues()
}
Expand Down

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.

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