Skip to content

Commit

Permalink
[AutoPR storage/resource-manager] [DO NOT REVIEW/MERGE] Swagger for L…
Browse files Browse the repository at this point in the history
…ease Container API from Oct17 to latest (#4397)

* Generated from 0b71805755e6dd434edbb7298b88a62b0fbd7ec3

remove duplicate x-ms-enum extension on action

* Generated from 52eb48baf153b3091179418b56191d3260b514b8

Fix new API definition section positioning in the json schema

* Generated from be4b9c83e9d49face2ad12d82c2cc978a0e7701b

Camel-case property names
  • Loading branch information
AutorestCI authored Mar 30, 2019
1 parent 7d23e38 commit 6604f08
Show file tree
Hide file tree
Showing 15 changed files with 649 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 @@ -295,6 +305,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 @@ -393,6 +405,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/preview/storage/mgmt/storage/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,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 @@ -270,6 +280,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 @@ -345,6 +357,9 @@ func PossibleAccessTierValues() []AccessTier {
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 @@ -295,6 +305,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 @@ -393,6 +405,9 @@ func PossibleAccountExpandValues() []AccountExpand {
func PossibleAccountStatusValues() []AccountStatus {
return original.PossibleAccountStatusValues()
}
func PossibleAction1Values() []Action1 {
return original.PossibleAction1Values()
}
func PossibleActionValues() []Action {
return original.PossibleActionValues()
}
Expand Down

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

44 changes: 44 additions & 0 deletions services/preview/storage/mgmt/2018-03-01-preview/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.

106 changes: 106 additions & 0 deletions services/storage/mgmt/2018-02-01/storage/blobcontainers.go

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

Loading

0 comments on commit 6604f08

Please sign in to comment.