Skip to content

Commit

Permalink
Generated from 46f3cb6030777135484c1bdc4b1d2146053172f9
Browse files Browse the repository at this point in the history
NFSAAS-1875 Update to R3.5 Standard (#11)
  • Loading branch information
AutorestCI committed Mar 13, 2019
1 parent b860c92 commit 0637d7d
Show file tree
Hide file tree
Showing 2 changed files with 268 additions and 7 deletions.
5 changes: 4 additions & 1 deletion profiles/preview/preview/netapp/mgmt/netapp/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ const (
type ServiceLevel = original.ServiceLevel

const (
Extreme ServiceLevel = original.Extreme
Premium ServiceLevel = original.Premium
Standard ServiceLevel = original.Standard
Ultra ServiceLevel = original.Ultra
)

type Account = original.Account
Expand All @@ -40,12 +40,14 @@ type AccountProperties = original.AccountProperties
type AccountsClient = original.AccountsClient
type AccountsCreateOrUpdateFuture = original.AccountsCreateOrUpdateFuture
type AccountsDeleteFuture = original.AccountsDeleteFuture
type ActiveDirectories = original.ActiveDirectories
type BaseClient = original.BaseClient
type CapacityPool = original.CapacityPool
type CapacityPoolList = original.CapacityPoolList
type CapacityPoolPatch = original.CapacityPoolPatch
type Dimension = original.Dimension
type Error = original.Error
type ExportPolicyRule = original.ExportPolicyRule
type MetricSpecification = original.MetricSpecification
type MountTarget = original.MountTarget
type MountTargetList = original.MountTargetList
Expand All @@ -56,6 +58,7 @@ type OperationDisplay = original.OperationDisplay
type OperationListResult = original.OperationListResult
type OperationProperties = original.OperationProperties
type OperationsClient = original.OperationsClient
type PoolPatchProperties = original.PoolPatchProperties
type PoolProperties = original.PoolProperties
type PoolsClient = original.PoolsClient
type PoolsCreateOrUpdateFuture = original.PoolsCreateOrUpdateFuture
Expand Down
270 changes: 264 additions & 6 deletions services/preview/netapp/mgmt/2017-08-15/netapp/models.go

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

0 comments on commit 0637d7d

Please sign in to comment.