Skip to content

Commit

Permalink
Generated from c69f76963098639307fdb38ee5c6818b6ad4769a (#4152)
Browse files Browse the repository at this point in the history
Update lock modes
  • Loading branch information
AutorestCI authored and jhendrixMSFT committed Feb 28, 2019
1 parent b0bab96 commit a67fd62
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions profiles/preview/preview/blueprint/mgmt/blueprint/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ const (
type AssignmentLockMode = original.AssignmentLockMode

const (
AllResources AssignmentLockMode = original.AllResources
None AssignmentLockMode = original.None
AllResourcesDoNotDelete AssignmentLockMode = original.AllResourcesDoNotDelete
AllResourcesReadOnly AssignmentLockMode = original.AllResourcesReadOnly
None AssignmentLockMode = original.None
)

type AssignmentProvisioningState = original.AssignmentProvisioningState
Expand Down

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

0 comments on commit a67fd62

Please sign in to comment.