diff --git a/specification/datafactory/resource-manager/Microsoft.DataFactory/DataFactory/stable/2018-06-01/entityTypes/Dataset.json b/specification/datafactory/resource-manager/Microsoft.DataFactory/DataFactory/stable/2018-06-01/entityTypes/Dataset.json index 8652c8368767..1d08d66139ae 100644 --- a/specification/datafactory/resource-manager/Microsoft.DataFactory/DataFactory/stable/2018-06-01/entityTypes/Dataset.json +++ b/specification/datafactory/resource-manager/Microsoft.DataFactory/DataFactory/stable/2018-06-01/entityTypes/Dataset.json @@ -3094,7 +3094,27 @@ "typeProperties": { "description": "Properties specific to this dataset type.", "x-ms-client-flatten": true, - "$ref": "#/definitions/GenericDatasetTypeProperties" + "$ref": "#/definitions/JiraTableDatasetTypeProperties" + } + } + }, + "JiraTableDatasetTypeProperties": { + "description": "Jira dataset properties.", + "properties": { + "tableName": { + "type": "object", + "x-ms-format": "dfe-string", + "description": "This property is only supported in Jira V1 Dataset, please consider upgrading to V2 dataset." + }, + "schema": { + "type": "object", + "x-ms-format": "dfe-string", + "description": "The schema name of the Jira, applies only for Jira V2 dataset. Type: string (or Expression with resultType string)." + }, + "table": { + "type": "object", + "x-ms-format": "dfe-string", + "description": "The table name of the Jira, applies only for Jira V2 dataset. Type: string (or Expression with resultType string)." } } }, diff --git a/specification/synapse/data-plane/Microsoft.Synapse/stable/2020-12-01/entityTypes/Dataset.json b/specification/synapse/data-plane/Microsoft.Synapse/stable/2020-12-01/entityTypes/Dataset.json index 8a1e0617ada8..6b3b85c3297c 100644 --- a/specification/synapse/data-plane/Microsoft.Synapse/stable/2020-12-01/entityTypes/Dataset.json +++ b/specification/synapse/data-plane/Microsoft.Synapse/stable/2020-12-01/entityTypes/Dataset.json @@ -2935,7 +2935,25 @@ "typeProperties": { "description": "Properties specific to this dataset type.", "x-ms-client-flatten": true, - "$ref": "#/definitions/GenericDatasetTypeProperties" + "$ref": "#/definitions/JiraDatasetTypeProperties" + } + } + }, + "JiraDatasetTypeProperties": { + "description": "Jira Dataset Properties", + "type": "object", + "properties": { + "tableName": { + "type": "object", + "description": "This property is only supported in Jira V1 Dataset, please consider upgrading to V2 dataset." + }, + "table": { + "type": "object", + "description": "The schema name of the Jira, applies only for Jira V2 dataset. Type: string (or Expression with resultType string)." + }, + "schema": { + "type": "object", + "description": "The table name of the Jira, applies only for Jira V2 dataset. Type: string (or Expression with resultType string)." } } },