diff --git a/specification/marketplace/resource-manager/Microsoft.Marketplace/stable/2020-01-01/Marketplace.json b/specification/marketplace/resource-manager/Microsoft.Marketplace/stable/2020-01-01/Marketplace.json index 865340cb34a4..241b5a222a15 100644 --- a/specification/marketplace/resource-manager/Microsoft.Marketplace/stable/2020-01-01/Marketplace.json +++ b/specification/marketplace/resource-manager/Microsoft.Marketplace/stable/2020-01-01/Marketplace.json @@ -744,26 +744,8 @@ "iconFileUris": { "description": "Icon File Uris", "type": "object", - "properties": { - "iconKind": { - "description": "Icon size", - "type": "string", - "enum": [ - "Small", - "Medium", - "Large", - "Wide", - "Hero" - ], - "x-ms-enum": { - "name": "IconKind", - "modelAsString": true - } - }, - "uri": { - "description": "Icon uri", - "type": "string" - } + "additionalProperties": { + "type": "string" } }, "plans": {