Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
10 changes: 10 additions & 0 deletions profiles/latest/storage/mgmt/storage/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,13 @@ const (
StorageV2 Kind = original.StorageV2
)

type LargeFileSharesState = original.LargeFileSharesState

const (
Disabled LargeFileSharesState = original.Disabled
Enabled LargeFileSharesState = original.Enabled
)

type LeaseDuration = original.LeaseDuration

const (
Expand Down Expand Up @@ -504,6 +511,9 @@ func PossibleKeySourceValues() []KeySource {
func PossibleKindValues() []Kind {
return original.PossibleKindValues()
}
func PossibleLargeFileSharesStateValues() []LargeFileSharesState {
return original.PossibleLargeFileSharesStateValues()
}
func PossibleLeaseDurationValues() []LeaseDuration {
return original.PossibleLeaseDurationValues()
}
Expand Down
10 changes: 10 additions & 0 deletions profiles/preview/storage/mgmt/storage/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,13 @@ const (
StorageV2 Kind = original.StorageV2
)

type LargeFileSharesState = original.LargeFileSharesState

const (
Disabled LargeFileSharesState = original.Disabled
Enabled LargeFileSharesState = original.Enabled
)

type LeaseDuration = original.LeaseDuration

const (
Expand Down Expand Up @@ -504,6 +511,9 @@ func PossibleKeySourceValues() []KeySource {
func PossibleKindValues() []Kind {
return original.PossibleKindValues()
}
func PossibleLargeFileSharesStateValues() []LargeFileSharesState {
return original.PossibleLargeFileSharesStateValues()
}
func PossibleLeaseDurationValues() []LeaseDuration {
return original.PossibleLeaseDurationValues()
}
Expand Down
21 changes: 21 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.