File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/ResourceManager/Sql/Commands.Sql/Elastic Pools/Cmdlet Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ public class NewAzureSqlElasticPool : AzureSqlElasticPoolCmdletBase
60
60
[ Parameter ( Mandatory = false ,
61
61
HelpMessage = "The storage limit for the Sql Azure Elastic Pool in MB." ) ]
62
62
[ ValidateNotNullOrEmpty ]
63
- public long StorageMB { get ; set ; }
63
+ public int StorageMB { get ; set ; }
64
64
65
65
/// <summary>
66
66
/// Gets or sets the minimum DTU all Sql Azure Databases are guaranteed.
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ public class SetAzureSqlElasticPool : AzureSqlElasticPoolCmdletBase
59
59
[ Parameter ( Mandatory = false ,
60
60
HelpMessage = "The storage limit for the Sql Azure Elastic Pool in MB." ) ]
61
61
[ ValidateNotNullOrEmpty ]
62
- public long StorageMB { get ; set ; }
62
+ public int StorageMB { get ; set ; }
63
63
64
64
/// <summary>
65
65
/// Gets or sets the minimum DTU all Sql Azure Databases are guaranteed.
You can’t perform that action at this time.
0 commit comments