diff --git a/schemas/2022-09-15-preview/Microsoft.Syntex.json b/schemas/2022-09-15-preview/Microsoft.Syntex.json new file mode 100644 index 0000000000..7dd7071a15 --- /dev/null +++ b/schemas/2022-09-15-preview/Microsoft.Syntex.json @@ -0,0 +1,87 @@ +{ + "id": "https://schema.management.azure.com/schemas/2022-09-15-preview/Microsoft.Syntex.json#", + "$schema": "http://json-schema.org/draft-04/schema#", + "title": "Microsoft.Syntex", + "description": "Microsoft Syntex Resource Types", + "resourceDefinitions": { + "documentProcessors": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2022-09-15-preview" + ] + }, + "location": { + "type": "string", + "description": "The geo-location where the resource lives" + }, + "name": { + "type": "string", + "description": "The name of document processor resource." + }, + "properties": { + "oneOf": [ + { + "$ref": "#/definitions/DocumentProcessorProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Document processor properties" + }, + "tags": { + "oneOf": [ + { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "properties": {} + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Resource tags." + }, + "type": { + "type": "string", + "enum": [ + "Microsoft.Syntex/documentProcessors" + ] + } + }, + "required": [ + "apiVersion", + "location", + "name", + "properties", + "type" + ], + "description": "Microsoft.Syntex/documentProcessors" + } + }, + "definitions": { + "DocumentProcessorProperties": { + "type": "object", + "properties": { + "spoTenantId": { + "type": "string", + "description": "The ID (GUID) of an SharePoint Online (SPO) tenant associated with this document processor resource" + }, + "spoTenantUrl": { + "type": "string", + "description": "The URL of an SharePoint Online (SPO) tenant associated with this document processor resource" + } + }, + "required": [ + "spoTenantId", + "spoTenantUrl" + ], + "description": "Document processor properties" + } + } +} \ No newline at end of file diff --git a/schemas/common/autogeneratedResources.json b/schemas/common/autogeneratedResources.json index e1df1f9296..ad963855fb 100644 --- a/schemas/common/autogeneratedResources.json +++ b/schemas/common/autogeneratedResources.json @@ -27160,6 +27160,9 @@ { "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_vulnerabilityAssessments" }, + { + "$ref": "https://schema.management.azure.com/schemas/2022-09-15-preview/Microsoft.Syntex.json#/resourceDefinitions/documentProcessors" + }, { "$ref": "https://schema.management.azure.com/schemas/2020-12-16-preview/Microsoft.TestBase.json#/resourceDefinitions/testBaseAccounts" },