diff --git a/schemas/2018-06-01/Microsoft.DataFactory.json b/schemas/2018-06-01/Microsoft.DataFactory.json index 6e84a38f21..556edb6508 100644 --- a/schemas/2018-06-01/Microsoft.DataFactory.json +++ b/schemas/2018-06-01/Microsoft.DataFactory.json @@ -80,6 +80,9 @@ }, { "$ref": "#/definitions/factories_privateEndpointConnections_childResource" + }, + { + "$ref": "#/definitions/factories_globalParameters_childResource" } ] } @@ -212,6 +215,59 @@ ], "description": "Microsoft.DataFactory/factories/datasets" }, + "factories_globalParameters": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2018-06-01" + ] + }, + "name": { + "oneOf": [ + { + "type": "string", + "pattern": "^[A-Za-z0-9_][^<>*#.%&:\\\\+?/]*$", + "minLength": 1, + "maxLength": 260 + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The global parameter name." + }, + "properties": { + "oneOf": [ + { + "type": "object", + "additionalProperties": { + "$ref": "#/definitions/GlobalParameterSpecification" + }, + "properties": {} + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Global parameters associated with the Azure Data Factory" + }, + "type": { + "type": "string", + "enum": [ + "Microsoft.DataFactory/factories/globalParameters" + ] + } + }, + "required": [ + "apiVersion", + "name", + "properties", + "type" + ], + "description": "Microsoft.DataFactory/factories/globalParameters" + }, "factories_integrationRuntimes": { "type": "object", "properties": { @@ -12358,6 +12414,59 @@ ], "description": "Microsoft.DataFactory/factories/datasets" }, + "factories_globalParameters_childResource": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2018-06-01" + ] + }, + "name": { + "oneOf": [ + { + "type": "string", + "pattern": "^[A-Za-z0-9_][^<>*#.%&:\\\\+?/]*$", + "minLength": 1, + "maxLength": 260 + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The global parameter name." + }, + "properties": { + "oneOf": [ + { + "type": "object", + "additionalProperties": { + "$ref": "#/definitions/GlobalParameterSpecification" + }, + "properties": {} + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Global parameters associated with the Azure Data Factory" + }, + "type": { + "type": "string", + "enum": [ + "globalParameters" + ] + } + }, + "required": [ + "apiVersion", + "name", + "properties", + "type" + ], + "description": "Microsoft.DataFactory/factories/globalParameters" + }, "factories_integrationRuntimes_childResource": { "type": "object", "properties": { @@ -12711,7 +12820,7 @@ }, "hostName": { "type": "string", - "description": "GitHub Enterprise host name. For example: https://github.mydomain.com" + "description": "GitHub Enterprise host name. For example: `https://github.mydomain.com`" }, "type": { "type": "string", diff --git a/schemas/common/autogeneratedResources.json b/schemas/common/autogeneratedResources.json index f9cf88dcf0..d97bb88b22 100644 --- a/schemas/common/autogeneratedResources.json +++ b/schemas/common/autogeneratedResources.json @@ -5854,6 +5854,9 @@ { "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.DataFactory.json#/resourceDefinitions/factories_datasets" }, + { + "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.DataFactory.json#/resourceDefinitions/factories_globalParameters" + }, { "$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.DataFactory.json#/resourceDefinitions/factories_integrationRuntimes" },