diff --git a/schemas/2016-01-29/Microsoft.PowerBI.json b/schemas/2016-01-29/Microsoft.PowerBI.json deleted file mode 100644 index 1f0386d040..0000000000 --- a/schemas/2016-01-29/Microsoft.PowerBI.json +++ /dev/null @@ -1,102 +0,0 @@ -{ - "id": "https://schema.management.azure.com/schemas/2016-01-29/Microsoft.PowerBI.json#", - "$schema": "http://json-schema.org/draft-04/schema#", - "title": "Microsoft.PowerBI", - "description": "Microsoft PowerBI Resource Types", - "resourceDefinitions": { - "workspaceCollections": { - "type": "object", - "properties": { - "apiVersion": { - "type": "string", - "enum": [ - "2016-01-29" - ] - }, - "location": { - "type": "string", - "description": "Azure location" - }, - "name": { - "type": "string", - "description": "Power BI Embedded Workspace Collection name" - }, - "sku": { - "oneOf": [ - { - "$ref": "#/definitions/AzureSku" - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ] - }, - "tags": { - "oneOf": [ - { - "type": "object", - "additionalProperties": { - "type": "string" - }, - "properties": {} - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ] - }, - "type": { - "type": "string", - "enum": [ - "Microsoft.PowerBI/workspaceCollections" - ] - } - }, - "required": [ - "apiVersion", - "name", - "type" - ], - "description": "Microsoft.PowerBI/workspaceCollections" - } - }, - "definitions": { - "AzureSku": { - "type": "object", - "properties": { - "name": { - "oneOf": [ - { - "type": "string", - "enum": [ - "S1" - ] - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ], - "description": "SKU name" - }, - "tier": { - "oneOf": [ - { - "type": "string", - "enum": [ - "Standard" - ] - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ], - "description": "SKU tier" - } - }, - "required": [ - "name", - "tier" - ] - } - } -} \ No newline at end of file diff --git a/schemas/common/autogeneratedResources.json b/schemas/common/autogeneratedResources.json index 1f7a893eb5..473432339e 100644 --- a/schemas/common/autogeneratedResources.json +++ b/schemas/common/autogeneratedResources.json @@ -7711,9 +7711,6 @@ { "$ref": "https://schema.management.azure.com/schemas/2020-09-01-preview/Microsoft.Portal.json#/resourceDefinitions/dashboards" }, - { - "$ref": "https://schema.management.azure.com/schemas/2016-01-29/Microsoft.PowerBI.json#/resourceDefinitions/workspaceCollections" - }, { "$ref": "https://schema.management.azure.com/schemas/2017-10-01/Microsoft.PowerBIDedicated.json#/resourceDefinitions/capacities" },