Skip to content

Commit

Permalink
Generated from 9a9be32ee7b2c40330b028522d109528bda7f9e6 (#4700)
Browse files Browse the repository at this point in the history
Fix lease container example files; fix casing in Lease Container URL
  • Loading branch information
AutorestCI authored and jhendrixMSFT committed May 6, 2019
1 parent 0ea1bd7 commit aaaee12
Show file tree
Hide file tree
Showing 5 changed files with 181 additions and 0 deletions.
15 changes: 15 additions & 0 deletions profiles/latest/storage/mgmt/storage/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,16 @@ const (
Allow Action = original.Allow
)

type Action1 = original.Action1

const (
Acquire Action1 = original.Acquire
Break Action1 = original.Break
Change Action1 = original.Change
Release Action1 = original.Release
Renew Action1 = original.Renew
)

type Bypass = original.Bypass

const (
Expand Down Expand Up @@ -297,6 +307,8 @@ type ImmutabilityPolicy = original.ImmutabilityPolicy
type ImmutabilityPolicyProperties = original.ImmutabilityPolicyProperties
type ImmutabilityPolicyProperty = original.ImmutabilityPolicyProperty
type KeyVaultProperties = original.KeyVaultProperties
type LeaseContainerRequest = original.LeaseContainerRequest
type LeaseContainerResponse = original.LeaseContainerResponse
type LegalHold = original.LegalHold
type LegalHoldProperties = original.LegalHoldProperties
type ListAccountSasResponse = original.ListAccountSasResponse
Expand Down Expand Up @@ -395,6 +407,9 @@ func PossibleAccountExpandValues() []AccountExpand {
func PossibleAccountStatusValues() []AccountStatus {
return original.PossibleAccountStatusValues()
}
func PossibleAction1Values() []Action1 {
return original.PossibleAction1Values()
}
func PossibleActionValues() []Action {
return original.PossibleActionValues()
}
Expand Down
15 changes: 15 additions & 0 deletions profiles/preview/storage/mgmt/storage/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,16 @@ const (
Allow Action = original.Allow
)

type Action1 = original.Action1

const (
Acquire Action1 = original.Acquire
Break Action1 = original.Break
Change Action1 = original.Change
Release Action1 = original.Release
Renew Action1 = original.Renew
)

type Bypass = original.Bypass

const (
Expand Down Expand Up @@ -297,6 +307,8 @@ type ImmutabilityPolicy = original.ImmutabilityPolicy
type ImmutabilityPolicyProperties = original.ImmutabilityPolicyProperties
type ImmutabilityPolicyProperty = original.ImmutabilityPolicyProperty
type KeyVaultProperties = original.KeyVaultProperties
type LeaseContainerRequest = original.LeaseContainerRequest
type LeaseContainerResponse = original.LeaseContainerResponse
type LegalHold = original.LegalHold
type LegalHoldProperties = original.LegalHoldProperties
type ListAccountSasResponse = original.ListAccountSasResponse
Expand Down Expand Up @@ -395,6 +407,9 @@ func PossibleAccountExpandValues() []AccountExpand {
func PossibleAccountStatusValues() []AccountStatus {
return original.PossibleAccountStatusValues()
}
func PossibleAction1Values() []Action1 {
return original.PossibleAction1Values()
}
func PossibleActionValues() []Action {
return original.PossibleActionValues()
}
Expand Down
106 changes: 106 additions & 0 deletions services/storage/mgmt/2019-04-01/storage/blobcontainers.go

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

44 changes: 44 additions & 0 deletions services/storage/mgmt/2019-04-01/storage/models.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.

0 comments on commit aaaee12

Please sign in to comment.