diff --git a/sdk/resources/Microsoft.Azure.Management.Resource/src/Generated/Models/TemplateSpecVersion.cs b/sdk/resources/Microsoft.Azure.Management.Resource/src/Generated/Models/TemplateSpecVersion.cs
index d836d8e1af50..8204212df25c 100644
--- a/sdk/resources/Microsoft.Azure.Management.Resource/src/Generated/Models/TemplateSpecVersion.cs
+++ b/sdk/resources/Microsoft.Azure.Management.Resource/src/Generated/Models/TemplateSpecVersion.cs
@@ -48,17 +48,14 @@ public TemplateSpecVersion()
/// description.
/// The Azure Resource Manager template
/// content.
- /// The Azure Resource Manager template UI
- /// definition content
/// Resource tags.
- public TemplateSpecVersion(string location, string id = default(string), string name = default(string), string type = default(string), SystemData systemData = default(SystemData), IList artifacts = default(IList), string description = default(string), object template = default(object), object uiDefinition = default(object), IDictionary tags = default(IDictionary))
+ public TemplateSpecVersion(string location, string id = default(string), string name = default(string), string type = default(string), SystemData systemData = default(SystemData), IList artifacts = default(IList), string description = default(string), object template = default(object), IDictionary tags = default(IDictionary))
: base(id, name, type, systemData)
{
Location = location;
Artifacts = artifacts;
Description = description;
Template = template;
- UiDefinition = uiDefinition;
Tags = tags;
CustomInit();
}
@@ -93,13 +90,6 @@ public TemplateSpecVersion()
[JsonProperty(PropertyName = "properties.template")]
public object Template { get; set; }
- ///
- /// Gets or sets the Azure Resource Manager template UI definition
- /// content
- ///
- [JsonProperty(PropertyName = "properties.uiDefinition")]
- public object UiDefinition { get; set; }
-
///
/// Gets or sets resource tags.
///