From 1eb7c630ee4e93141c32d76163d302f72e5eda56 Mon Sep 17 00:00:00 2001 From: Tarun Sunkaraneni Date: Fri, 23 Oct 2020 13:39:30 -0600 Subject: [PATCH] rolling back breaking change --- .../src/Generated/Models/TemplateSpecVersion.cs | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) 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. ///