From 9344807413ec812b7075269d64cdc5b7f3f79595 Mon Sep 17 00:00:00 2001 From: Sudhir Reddy Emmadi Date: Mon, 27 Oct 2025 12:02:58 +0530 Subject: [PATCH 1/5] Update Dataset.json for Jira dataset properties Updated the Dataset.json to reference JiraTableDatasetTypeProperties and added properties for Jira dataset. --- .../2018-06-01/entityTypes/Dataset.json | 22 ++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) 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..33f54c775081 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 will be retired. Please consider using schema + table properties instead." + }, + "schema": { + "type": "object", + "x-ms-format": "dfe-string", + "description": "The schema name of the Jira. Type: string (or Expression with resultType string)." + }, + "table": { + "type": "object", + "x-ms-format": "dfe-string", + "description": "The table name of the Jira. Type: string (or Expression with resultType string)." } } }, From d26db86474504d1b361d9bad1fcba5d09b7f896c Mon Sep 17 00:00:00 2001 From: Sudhir Reddy Emmadi Date: Mon, 27 Oct 2025 12:08:19 +0530 Subject: [PATCH 2/5] Add JiraDatasetTypeProperties to Dataset.json Added Jira dataset properties with descriptions for tableName, table, and schema. --- .../stable/2020-12-01/entityTypes/Dataset.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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..e1d3f787b9f4 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 @@ -2939,6 +2939,24 @@ } } }, + "JiraDatasetTypeProperties": { + "description": "Jira Dataset Properties", + "type": "object", + "properties": { + "tableName": { + "type": "object", + "description": "This property will be retired. Please consider using schema + table properties instead." + }, + "table": { + "type": "object", + "description": "The table name of the Jira. Type: string (or Expression with resultType string)." + }, + "schema": { + "type": "object", + "description": "The schema name of the Jira. Type: string (or Expression with resultType string)." + } + } + }, "MagentoObjectDataset": { "x-ms-discriminator-value": "MagentoObject", "description": "Magento server dataset.", From cba603a4482c3d1e3ad9cfdb5d46a8d6618ad178 Mon Sep 17 00:00:00 2001 From: Sudhir Reddy Emmadi Date: Mon, 27 Oct 2025 12:20:46 +0530 Subject: [PATCH 3/5] Change dataset reference from Generic to Jira type --- .../stable/2020-12-01/entityTypes/Dataset.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 e1d3f787b9f4..df63bf783d57 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,7 @@ "typeProperties": { "description": "Properties specific to this dataset type.", "x-ms-client-flatten": true, - "$ref": "#/definitions/GenericDatasetTypeProperties" + "$ref": "#/definitions/JiraDatasetTypeProperties" } } }, From 68beac1fdeed97b1cf71ca24654a7ecd2239c466 Mon Sep 17 00:00:00 2001 From: Sudhir Reddy Emmadi Date: Wed, 29 Oct 2025 12:01:59 +0530 Subject: [PATCH 4/5] Update Jira dataset descriptions for V2 support --- .../DataFactory/stable/2018-06-01/entityTypes/Dataset.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 33f54c775081..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 @@ -3104,17 +3104,17 @@ "tableName": { "type": "object", "x-ms-format": "dfe-string", - "description": "This property will be retired. Please consider using schema + table properties instead." + "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. Type: string (or Expression with resultType 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. Type: string (or Expression with resultType string)." + "description": "The table name of the Jira, applies only for Jira V2 dataset. Type: string (or Expression with resultType string)." } } }, From fa8fec07480b48ed35016246f7826386f3ae9f3d Mon Sep 17 00:00:00 2001 From: Sudhir Reddy Emmadi Date: Wed, 29 Oct 2025 12:08:19 +0530 Subject: [PATCH 5/5] Update Jira dataset descriptions for V2 support --- .../stable/2020-12-01/entityTypes/Dataset.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 df63bf783d57..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 @@ -2945,15 +2945,15 @@ "properties": { "tableName": { "type": "object", - "description": "This property will be retired. Please consider using schema + table properties instead." + "description": "This property is only supported in Jira V1 Dataset, please consider upgrading to V2 dataset." }, "table": { "type": "object", - "description": "The table name of the Jira. Type: string (or Expression with resultType string)." + "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 schema name of the Jira. Type: string (or Expression with resultType string)." + "description": "The table name of the Jira, applies only for Jira V2 dataset. Type: string (or Expression with resultType string)." } } },