diff --git a/src/SDKs/SqlManagement/Management.Sql/Customizations/Models/ElasticPool.cs b/src/SDKs/SqlManagement/Management.Sql/Customizations/Models/ElasticPool.cs
index 157c469655c4b..179d82ceec23a 100644
--- a/src/SDKs/SqlManagement/Management.Sql/Customizations/Models/ElasticPool.cs
+++ b/src/SDKs/SqlManagement/Management.Sql/Customizations/Models/ElasticPool.cs
@@ -13,6 +13,7 @@ public partial class ElasticPool : TrackedResource
///
/// Gets or sets the edition of the elastic pool. Possible values include: 'Basic', 'Standard', 'Premium'
///
+ [JsonIgnore]
public string Edition
{
get
@@ -24,6 +25,7 @@ public string Edition
///
/// Gets the total shared DTU for the database elastic pool.
///
+ [JsonIgnore]
public int? Dtu
{
get
@@ -35,6 +37,7 @@ public int? Dtu
///
/// Gets storage limit for the database elastic pool in MB.
///
+ [JsonIgnore]
public int? StorageMB
{
get