Skip to content

Commit 3ebdb24

Browse files
author
SDKAuto
committed
CodeGen from PR 19247 in Azure/azure-rest-api-specs
Merge 59fdc57bc4684aed97ea547d42ba7ee9915dc7a6 into 40fdd84627937fdd8b3b06486497c8f2cfced350
1 parent b3d546e commit 3ebdb24

File tree

2 files changed

+145
-1
lines changed

2 files changed

+145
-1
lines changed

schemas/2018-06-01/Microsoft.DataFactory.json

Lines changed: 142 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@
8080
},
8181
{
8282
"$ref": "#/definitions/factories_privateEndpointConnections_childResource"
83+
},
84+
{
85+
"$ref": "#/definitions/factories_globalParameters_childResource"
8386
}
8487
]
8588
}
@@ -212,6 +215,59 @@
212215
],
213216
"description": "Microsoft.DataFactory/factories/datasets"
214217
},
218+
"factories_globalParameters": {
219+
"type": "object",
220+
"properties": {
221+
"apiVersion": {
222+
"type": "string",
223+
"enum": [
224+
"2018-06-01"
225+
]
226+
},
227+
"name": {
228+
"oneOf": [
229+
{
230+
"type": "string",
231+
"pattern": "^[A-Za-z0-9_][^<>*#.%&:\\\\+?/]*$",
232+
"minLength": 1,
233+
"maxLength": 260
234+
},
235+
{
236+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
237+
}
238+
],
239+
"description": "The global parameter name."
240+
},
241+
"properties": {
242+
"oneOf": [
243+
{
244+
"type": "object",
245+
"additionalProperties": {
246+
"$ref": "#/definitions/GlobalParameterSpecification"
247+
},
248+
"properties": {}
249+
},
250+
{
251+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
252+
}
253+
],
254+
"description": "Global parameters associated with the Azure Data Factory"
255+
},
256+
"type": {
257+
"type": "string",
258+
"enum": [
259+
"Microsoft.DataFactory/factories/globalParameters"
260+
]
261+
}
262+
},
263+
"required": [
264+
"apiVersion",
265+
"name",
266+
"properties",
267+
"type"
268+
],
269+
"description": "Microsoft.DataFactory/factories/globalParameters"
270+
},
215271
"factories_integrationRuntimes": {
216272
"type": "object",
217273
"properties": {
@@ -12358,6 +12414,59 @@
1235812414
],
1235912415
"description": "Microsoft.DataFactory/factories/datasets"
1236012416
},
12417+
"factories_globalParameters_childResource": {
12418+
"type": "object",
12419+
"properties": {
12420+
"apiVersion": {
12421+
"type": "string",
12422+
"enum": [
12423+
"2018-06-01"
12424+
]
12425+
},
12426+
"name": {
12427+
"oneOf": [
12428+
{
12429+
"type": "string",
12430+
"pattern": "^[A-Za-z0-9_][^<>*#.%&:\\\\+?/]*$",
12431+
"minLength": 1,
12432+
"maxLength": 260
12433+
},
12434+
{
12435+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
12436+
}
12437+
],
12438+
"description": "The global parameter name."
12439+
},
12440+
"properties": {
12441+
"oneOf": [
12442+
{
12443+
"type": "object",
12444+
"additionalProperties": {
12445+
"$ref": "#/definitions/GlobalParameterSpecification"
12446+
},
12447+
"properties": {}
12448+
},
12449+
{
12450+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
12451+
}
12452+
],
12453+
"description": "Global parameters associated with the Azure Data Factory"
12454+
},
12455+
"type": {
12456+
"type": "string",
12457+
"enum": [
12458+
"globalParameters"
12459+
]
12460+
}
12461+
},
12462+
"required": [
12463+
"apiVersion",
12464+
"name",
12465+
"properties",
12466+
"type"
12467+
],
12468+
"description": "Microsoft.DataFactory/factories/globalParameters"
12469+
},
1236112470
"factories_integrationRuntimes_childResource": {
1236212471
"type": "object",
1236312472
"properties": {
@@ -23387,7 +23496,8 @@
2338723496
"Anonymous",
2338823497
"Basic",
2338923498
"AadServicePrincipal",
23390-
"ManagedServiceIdentity"
23499+
"ManagedServiceIdentity",
23500+
"OAuth2ClientCredential"
2339123501
]
2339223502
},
2339323503
{
@@ -23406,6 +23516,22 @@
2340623516
"properties": {},
2340723517
"description": "Indicates the azure cloud type of the service principle auth. Allowed values are AzurePublic, AzureChina, AzureUsGovernment, AzureGermany. Default value is the data factory regions’ cloud type. Type: string (or Expression with resultType string)."
2340823518
},
23519+
"clientId": {
23520+
"type": "object",
23521+
"properties": {},
23522+
"description": "The client ID associated with your application. Type: string (or Expression with resultType string)."
23523+
},
23524+
"clientSecret": {
23525+
"oneOf": [
23526+
{
23527+
"$ref": "#/definitions/SecretBase"
23528+
},
23529+
{
23530+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
23531+
}
23532+
],
23533+
"description": "The base definition of a secret type."
23534+
},
2340923535
"credential": {
2341023536
"oneOf": [
2341123537
{
@@ -23438,6 +23564,16 @@
2343823564
],
2343923565
"description": "The base definition of a secret type."
2344023566
},
23567+
"resource": {
23568+
"type": "object",
23569+
"properties": {},
23570+
"description": "The target service or resource to which the access will be requested. Type: string (or Expression with resultType string)."
23571+
},
23572+
"scope": {
23573+
"type": "object",
23574+
"properties": {},
23575+
"description": "The scope of the access required. It describes what kind of access will be requested. Type: string (or Expression with resultType string)."
23576+
},
2344123577
"servicePrincipalId": {
2344223578
"type": "object",
2344323579
"properties": {},
@@ -23459,6 +23595,11 @@
2345923595
"properties": {},
2346023596
"description": "The tenant information (domain name or tenant ID) used in AadServicePrincipal authentication type under which your application resides."
2346123597
},
23598+
"tokenEndpoint": {
23599+
"type": "object",
23600+
"properties": {},
23601+
"description": "The token endpoint of the authorization server to acquire access token. Type: string (or Expression with resultType string)."
23602+
},
2346223603
"url": {
2346323604
"type": "object",
2346423605
"properties": {},

schemas/common/autogeneratedResources.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5869,6 +5869,9 @@
58695869
{
58705870
"$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.DataFactory.json#/resourceDefinitions/factories_datasets"
58715871
},
5872+
{
5873+
"$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.DataFactory.json#/resourceDefinitions/factories_globalParameters"
5874+
},
58725875
{
58735876
"$ref": "https://schema.management.azure.com/schemas/2018-06-01/Microsoft.DataFactory.json#/resourceDefinitions/factories_integrationRuntimes"
58745877
},

0 commit comments

Comments
 (0)