Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix more for lint
  • Loading branch information
jackmagic313 committed Sep 17, 2019
commit 1b8779e51e707035d038a5e24534b9d428dc51bd
Original file line number Diff line number Diff line change
Expand Up @@ -5602,10 +5602,10 @@
"rowLimit": {
"description": "Defines the row limit of data flow source in debug.",
"type": "integer"
},
"additionalProperties": {
"type": "object"
}
},
"additionalProperties": {
"type": "object"
}
},
"DataFlowStagingInfo": {
Expand Down Expand Up @@ -5671,10 +5671,10 @@
"type": "object"
}
}
},
"additionalProperties": {
"type": "object"
}
},
"additionalProperties": {
"type": "object"
}
},
"AddDataFlowToDebugSessionResponse": {
Expand Down Expand Up @@ -5776,6 +5776,10 @@
"items": {
"$ref": "#/definitions/DataFlowDebugSessionInfo"
}
},
"nextLink": {
"description": "The link to the next page of results, if any remaining results exist.",
"type": "string"
}
}
},
Expand Down Expand Up @@ -5813,15 +5817,15 @@
},
"timeToLiveInMinutes": {
"description": "Compute type of the cluster.",
"type": "string"
"type": "integer"
},
"lastActivityTime": {
"description": "Last activity time of data flow debug session.",
"type": "string"
},
"additionalProperties": {
"type": "object"
}
},
"additionalProperties": {
"type": "object"
}
},
"GetDataFactoryOperationStatusResponse": {
Expand All @@ -5831,10 +5835,10 @@
"status": {
"description": "Status of the operation.",
"type": "string"
},
"additionalProperties": {
"type": "object"
}
},
"additionalProperties": {
"type": "object"
}
},
"DataFlowResource": {
Expand Down Expand Up @@ -6024,4 +6028,4 @@
"type": "string"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@
"script": {
"type": "string",
"description": "DataFlow script."
},
"additionalProperties": {
"type": "object"
}
},
"additionalProperties": {
"type": "object"
}
},
"Transformation": {
Expand Down Expand Up @@ -122,10 +122,10 @@
"dataset": {
"description": "Dataset reference.",
"$ref": "../datafactory.json#/definitions/DatasetReference"
},
"additionalProperties": {
"type": "object"
}
},
"additionalProperties": {
"type": "object"
}
},
"DataFlowSink": {
Expand All @@ -139,10 +139,10 @@
"dataset": {
"description": "Dataset reference.",
"$ref": "../datafactory.json#/definitions/DatasetReference"
},
"additionalProperties": {
"type": "object"
}
},
"additionalProperties": {
"type": "object"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@
"x-ms-request-id": "2f955e10-c6df-45a7-97d4-81acdb8540cd",
"x-ms-correlation-request-id": "2f955e10-c6df-45a7-97d4-81acdb8540cd",
"location": "https://management.azure.com/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/operationStatuses/dfCreateSession$$229c688c-944c-44ac-b31a-82d50f347154?api-version=2018-06-01"
},
"body": {
"sessionId": "229c688c-944c-44ac-b31a-82d50f347154"
}
},
"200": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@
"x-ms-request-id": "2f955e10-c6df-45a7-97d4-81acdb8540cd",
"x-ms-correlation-request-id": "2f955e10-c6df-45a7-97d4-81acdb8540cd",
"location": "https://management.azure.com/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/operationResults/dfCommandOutput$$f06ed247-9d07-49b2-b05e-2cb4a2fc871e$$e5328ee7-c524-4207-8ba4-b709010db33d$$ace5eaf0-3e93-45ba-ada3-bf77da321a7b?api-version=2018-06-01"
},
"body": {
"runId": "ace5eaf0-3e93-45ba-ada3-bf77da321a7b"
}
},
"200": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"factoryName": "exampleFactoryName",
"dataFlowName": "exampleDataFlow",
"ifMatch": null,
"dataflow": {
"dataFlow": {
"properties": {
"description": "Sample demo data flow to convert currencies showing usage of union, derive and conditional split transformation.",
"type": "MappingDataFlow",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"factoryName": "exampleFactoryName",
"dataFlowName": "exampleDataFlow",
"ifMatch": null,
"dataflow": {
"dataFlow": {
"properties": {
"description": "Sample demo data flow to convert currencies showing usage of union, derive and conditional split transformation.",
"type": "MappingDataFlow",
Expand Down