|
6068 | 6068 | "type": "object",
|
6069 | 6069 | "properties": {},
|
6070 | 6070 | "description": "https://<workspacename>.dev.azuresynapse.net, Azure Synapse Analytics workspace URL. Type: string (or Expression with resultType string)."
|
| 6071 | + }, |
| 6072 | + "workspaceResourceId": { |
| 6073 | + "type": "object", |
| 6074 | + "properties": {}, |
| 6075 | + "description": "The resource ID of the Synapse workspace. The format should be: /subscriptions/{subscriptionID}/resourceGroups/{resourceGroup}/providers/Microsoft.Synapse/workspaces/{workspaceName}. Type: string (or Expression with resultType string)." |
6071 | 6076 | }
|
6072 | 6077 | },
|
6073 | 6078 | "required": [
|
|
13017 | 13022 | "type": "string",
|
13018 | 13023 | "description": "Collaboration branch."
|
13019 | 13024 | },
|
| 13025 | + "disablePublish": { |
| 13026 | + "oneOf": [ |
| 13027 | + { |
| 13028 | + "type": "boolean" |
| 13029 | + }, |
| 13030 | + { |
| 13031 | + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
| 13032 | + } |
| 13033 | + ], |
| 13034 | + "description": "Disable manual publish operation in ADF studio to favor automated publish." |
| 13035 | + }, |
13020 | 13036 | "lastCommitId": {
|
13021 | 13037 | "type": "string",
|
13022 | 13038 | "description": "Last commit id."
|
|
29089 | 29105 | "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
29090 | 29106 | }
|
29091 | 29107 | ],
|
29092 |
| - "description": "Additional files used for reference in the main definition file, which will override the 'files' of the spark job definition you provide." |
| 29108 | + "description": "(Deprecated. Please use pythonCodeReference and filesV2) Additional files used for reference in the main definition file, which will override the 'files' of the spark job definition you provide." |
| 29109 | + }, |
| 29110 | + "filesV2": { |
| 29111 | + "oneOf": [ |
| 29112 | + { |
| 29113 | + "type": "array", |
| 29114 | + "items": { |
| 29115 | + "type": "object", |
| 29116 | + "properties": {} |
| 29117 | + } |
| 29118 | + }, |
| 29119 | + { |
| 29120 | + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
| 29121 | + } |
| 29122 | + ], |
| 29123 | + "description": "Additional files used for reference in the main definition file, which will override the 'jars' and 'files' of the spark job definition you provide." |
29093 | 29124 | },
|
29094 | 29125 | "numExecutors": {
|
29095 | 29126 | "oneOf": [
|
|
29102 | 29133 | ],
|
29103 | 29134 | "description": "Number of executors to launch for this job, which will override the 'numExecutors' of the spark job definition you provide."
|
29104 | 29135 | },
|
| 29136 | + "pythonCodeReference": { |
| 29137 | + "oneOf": [ |
| 29138 | + { |
| 29139 | + "type": "array", |
| 29140 | + "items": { |
| 29141 | + "type": "object", |
| 29142 | + "properties": {} |
| 29143 | + } |
| 29144 | + }, |
| 29145 | + { |
| 29146 | + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
| 29147 | + } |
| 29148 | + ], |
| 29149 | + "description": "Additional python code files used for reference in the main definition file, which will override the 'pyFiles' of the spark job definition you provide." |
| 29150 | + }, |
29105 | 29151 | "sparkJob": {
|
29106 | 29152 | "oneOf": [
|
29107 | 29153 | {
|
|
29161 | 29207 | "type": "object",
|
29162 | 29208 | "properties": {
|
29163 | 29209 | "referenceName": {
|
29164 |
| - "type": "string", |
29165 |
| - "description": "Reference spark job name." |
| 29210 | + "type": "object", |
| 29211 | + "properties": {}, |
| 29212 | + "description": "Reference spark job name. Expression with resultType string." |
29166 | 29213 | },
|
29167 | 29214 | "type": {
|
29168 | 29215 | "oneOf": [
|
|
0 commit comments