Skip to content

Commit

Permalink
Generated from 4932b37816f51bb9c33c8a7fc2dfd9818e7d59aa
Browse files Browse the repository at this point in the history
  • Loading branch information
SDK Automation committed Nov 5, 2020
1 parent 91952bf commit 954eec1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 24 deletions.
29 changes: 6 additions & 23 deletions schemas/2018-06-01/Microsoft.DataFactory.json
Original file line number Diff line number Diff line change
Expand Up @@ -10659,31 +10659,14 @@
"type": "object",
"properties": {
"computeType": {
"oneOf": [
{
"type": "string",
"enum": [
"General",
"MemoryOptimized",
"ComputeOptimized"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Compute type of the cluster which will execute data flow job."
"type": "object",
"properties": {},
"description": "Compute type of the cluster which will execute data flow job. Possible values include: 'General', 'MemoryOptimized', 'ComputeOptimized'. Type: string (or Expression with resultType string)"
},
"coreCount": {
"oneOf": [
{
"type": "integer"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, 48, 80, 144 and 272."
"type": "object",
"properties": {},
"description": "Core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, 48, 80, 144 and 272. Type: integer (or Expression with resultType integer)"
}
},
"description": "Compute properties for data flow activity."
Expand Down
2 changes: 1 addition & 1 deletion schemas/common/autogeneratedResources.json
Original file line number Diff line number Diff line change
Expand Up @@ -5530,4 +5530,4 @@
]
}
]
}
}

0 comments on commit 954eec1

Please sign in to comment.