Skip to content

Commit

Permalink
fix Management.Sql sdk issue for customization elastic pool model
Browse files Browse the repository at this point in the history
  • Loading branch information
dsgouda authored Apr 10, 2018
2 parents 639ecbe + 696a4ee commit d0e5108
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ public partial class ElasticPool : TrackedResource
/// <summary>
/// Gets or sets the edition of the elastic pool. Possible values include: 'Basic', 'Standard', 'Premium'
/// </summary>
[JsonIgnore]
public string Edition
{
get
Expand All @@ -24,6 +25,7 @@ public string Edition
/// <summary>
/// Gets the total shared DTU for the database elastic pool.
/// </summary>
[JsonIgnore]
public int? Dtu
{
get
Expand All @@ -35,6 +37,7 @@ public int? Dtu
/// <summary>
/// Gets storage limit for the database elastic pool in MB.
/// </summary>
[JsonIgnore]
public int? StorageMB
{
get
Expand Down

0 comments on commit d0e5108

Please sign in to comment.