From 2c8803b07958009dfbcedab279a1f7b7511acab5 Mon Sep 17 00:00:00 2001 From: Chunchun Wu Date: Wed, 27 Feb 2019 11:12:06 +0800 Subject: [PATCH] Remove the AzureDataLakeStoreCosmosStructuredStreamDataset since it's internal only --- .../2018-06-01/entityTypes/Dataset.json | 41 ------------------- 1 file changed, 41 deletions(-) diff --git a/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json b/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json index 294ad19ca54d..0a864aa7b088 100644 --- a/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json +++ b/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json @@ -763,47 +763,6 @@ "tableName" ] }, - "AzureDataLakeStoreCosmosStructuredStreamDataset": { - "x-ms-discriminator-value": "AzureDataLakeStoreCosmosStructuredStreamFile", - "description": "Azure Data Lake Store Cosmos Structured Stream dataset.", - "type": "object", - "allOf": [ - { - "$ref": "#/definitions/Dataset" - } - ], - "properties": { - "typeProperties": { - "description": "Azure Data Lake Store Cosmos Structured Stream dataset properties.", - "x-ms-client-flatten": true, - "$ref": "#/definitions/AzureDataLakeStoreCosmosStructuredStreamDatasetTypeProperties" - } - }, - "required": [ - "typeProperties" - ] - }, - "AzureDataLakeStoreCosmosStructuredStreamDatasetTypeProperties": { - "description": "Azure Data Lake Store Cosmos Structured Stream dataset properties.", - "properties": { - "folderPath": { - "type": "object", - "description": "Path to the folder in the Azure Data Lake Store. Type: string (or Expression with resultType string)." - }, - "fileName": { - "type": "object", - "description": "The name of the file in the Azure Data Lake Store. Type: string (or Expression with resultType string)." - }, - "generatedFromActivity": { - "type": "object", - "description": "Flag to indicate if this dataset is been generated from Compilation Activity. Type: boolean (or Expression with resultType boolean)." - } - }, - "required": [ - "folderPath", - "fileName" - ] - }, "FileShareDataset": { "x-ms-discriminator-value": "FileShare", "description": "An on-premises file system dataset.",