Skip to content

Commit

Permalink
Merge pull request #2407 from Azure/autogenerate
Browse files Browse the repository at this point in the history
Weekly schemas merge
  • Loading branch information
jorgecotillo authored Jun 3, 2022
2 parents 68af7da + 02caa61 commit fc5075d
Show file tree
Hide file tree
Showing 13 changed files with 12,803 additions and 76 deletions.
228 changes: 162 additions & 66 deletions generator/resources.json

Large diffs are not rendered by default.

109 changes: 109 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 @@ -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": {
Expand Down
4 changes: 0 additions & 4 deletions schemas/2021-04-30-preview/Microsoft.Automanage.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,6 @@
}
],
"description": "Data related to configuration profile assignment profile overrides."
},
"targetId": {
"type": "string",
"description": "The target VM resource URI"
}
},
"description": "Automanage configuration profile assignment properties."
Expand Down
Loading

0 comments on commit fc5075d

Please sign in to comment.