diff --git a/schemas/2021-06-01/Microsoft.OperationalInsights.json b/schemas/2021-06-01/Microsoft.OperationalInsights.json index 5697966314..4d0ab2c227 100644 --- a/schemas/2021-06-01/Microsoft.OperationalInsights.json +++ b/schemas/2021-06-01/Microsoft.OperationalInsights.json @@ -137,16 +137,6 @@ ], "description": "Workspace properties." }, - "resources": { - "type": "array", - "items": { - "oneOf": [ - { - "$ref": "#/definitions/workspaces_tables_childResource" - } - ] - } - }, "tags": { "oneOf": [ { @@ -177,45 +167,6 @@ "type" ], "description": "Microsoft.OperationalInsights/workspaces" - }, - "workspaces_tables": { - "type": "object", - "properties": { - "apiVersion": { - "type": "string", - "enum": [ - "2021-06-01" - ] - }, - "name": { - "type": "string", - "description": "The name of the table." - }, - "properties": { - "oneOf": [ - { - "$ref": "#/definitions/TableProperties" - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ], - "description": "Table properties." - }, - "type": { - "type": "string", - "enum": [ - "Microsoft.OperationalInsights/workspaces/tables" - ] - } - }, - "required": [ - "apiVersion", - "name", - "properties", - "type" - ], - "description": "Microsoft.OperationalInsights/workspaces/tables" } }, "definitions": { @@ -408,36 +359,6 @@ }, "description": "The key vault properties." }, - "TableProperties": { - "type": "object", - "properties": { - "isTroubleshootEnabled": { - "oneOf": [ - { - "type": "boolean" - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ], - "description": "Enable or disable troubleshoot for this table." - }, - "retentionInDays": { - "oneOf": [ - { - "type": "integer", - "minimum": 7, - "maximum": 730 - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ], - "description": "The data table data retention in days, between 7 and 730. Setting this property to null will default to the workspace retention." - } - }, - "description": "Table properties." - }, "UserIdentityProperties": { "type": "object", "properties": {}, @@ -681,45 +602,6 @@ "name" ], "description": "The SKU (tier) of a workspace." - }, - "workspaces_tables_childResource": { - "type": "object", - "properties": { - "apiVersion": { - "type": "string", - "enum": [ - "2021-06-01" - ] - }, - "name": { - "type": "string", - "description": "The name of the table." - }, - "properties": { - "oneOf": [ - { - "$ref": "#/definitions/TableProperties" - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ], - "description": "Table properties." - }, - "type": { - "type": "string", - "enum": [ - "tables" - ] - } - }, - "required": [ - "apiVersion", - "name", - "properties", - "type" - ], - "description": "Microsoft.OperationalInsights/workspaces/tables" } } } \ No newline at end of file diff --git a/schemas/common/autogeneratedResources.json b/schemas/common/autogeneratedResources.json index 56456df8b2..109b39d8ad 100644 --- a/schemas/common/autogeneratedResources.json +++ b/schemas/common/autogeneratedResources.json @@ -10435,9 +10435,6 @@ { "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.OperationalInsights.json#/resourceDefinitions/workspaces" }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.OperationalInsights.json#/resourceDefinitions/workspaces_tables" - }, { "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.OperationalInsights.json#/resourceDefinitions/workspaces" },