Skip to content

Commit

Permalink
CodeGen from PR 18439 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
[Hub Generated] Review request for Microsoft.DataFactory to add version stable/2018-06-01 (#18439)

* Added Global Parameters CRUD APIs

* Small JSON fix

* Updated Global parameters definitions

* Small typo fix

* Added spec and fixed delete

* Correct path

* Fixed casing

* Added references

* Small case fix

* Small fix and prettier cleanup

* Added type object

Co-authored-by: Kevin Naddoni <naddonik@microsoft.com>
  • Loading branch information
SDKAuto and Kevin Naddoni committed May 20, 2022
1 parent 7476b47 commit fd67839
Show file tree
Hide file tree
Showing 2 changed files with 165 additions and 0 deletions.
162 changes: 162 additions & 0 deletions schemas/2018-06-01/Microsoft.DataFactory.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@
},
{
"$ref": "#/definitions/factories_privateEndpointConnections_childResource"
},
{
"$ref": "#/definitions/factories_globalParameters_childResource"
}
]
}
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -8988,6 +9044,17 @@
"type": "string",
"description": "Transformation name."
},
"rejectedDataLinkedService": {
"oneOf": [
{
"$ref": "#/definitions/LinkedServiceReference"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Linked service reference type."
},
"schemaLinkedService": {
"oneOf": [
{
Expand Down Expand Up @@ -11630,6 +11697,11 @@
"properties": {},
"description": "Concurrent run setting used for data flow execution. Allows sinks with the same save order to be processed concurrently. Type: boolean (or Expression with resultType boolean)"
},
"sourceStagingConcurrency": {
"type": "object",
"properties": {},
"description": "Specify number of parallel staging for sources applicable to the sink. Type: integer (or Expression with resultType integer)"
},
"staging": {
"oneOf": [
{
Expand Down Expand Up @@ -11861,6 +11933,11 @@
],
"description": "(Deprecated. Please use Queries). List of Power Query activity sinks mapped to a queryName."
},
"sourceStagingConcurrency": {
"type": "object",
"properties": {},
"description": "Specify number of parallel staging for sources applicable to the sink. Type: integer (or Expression with resultType integer)"
},
"staging": {
"oneOf": [
{
Expand Down Expand Up @@ -12337,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": {
Expand Down Expand Up @@ -12789,6 +12919,17 @@
],
"description": "Whether or not public network access is allowed for the data factory."
},
"purviewConfiguration": {
"oneOf": [
{
"$ref": "#/definitions/PurviewConfiguration"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Purview configuration."
},
"repoConfiguration": {
"oneOf": [
{
Expand Down Expand Up @@ -22180,6 +22321,17 @@
"type": "string",
"description": "Transformation name."
},
"rejectedDataLinkedService": {
"oneOf": [
{
"$ref": "#/definitions/LinkedServiceReference"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Linked service reference type."
},
"schemaLinkedService": {
"oneOf": [
{
Expand Down Expand Up @@ -22566,6 +22718,16 @@
},
"description": "The state of a private link connection"
},
"PurviewConfiguration": {
"type": "object",
"properties": {
"purviewResourceId": {
"type": "string",
"description": "Purview resource id."
}
},
"description": "Purview configuration."
},
"QuickbaseLinkedService": {
"type": "object",
"properties": {
Expand Down
3 changes: 3 additions & 0 deletions schemas/common/autogeneratedResources.json
Original file line number Diff line number Diff line change
Expand Up @@ -5815,6 +5815,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"
},
Expand Down

0 comments on commit fd67839

Please sign in to comment.