From 0d61b7e5444d3e41bef3c5323b740a6658c94726 Mon Sep 17 00:00:00 2001 From: may-hartov Date: Thu, 5 Feb 2026 13:33:18 +0200 Subject: [PATCH 1/3] Support Import and Export commands for DigitalTwinBuilder item type --- .changes/unreleased/added-20260205-113248.yaml | 6 ++++++ src/fabric_cli/core/fab_config/command_support.yaml | 2 ++ 2 files changed, 8 insertions(+) create mode 100644 .changes/unreleased/added-20260205-113248.yaml diff --git a/.changes/unreleased/added-20260205-113248.yaml b/.changes/unreleased/added-20260205-113248.yaml new file mode 100644 index 00000000..96f55fa8 --- /dev/null +++ b/.changes/unreleased/added-20260205-113248.yaml @@ -0,0 +1,6 @@ +kind: added +body: Support Import and Export commands for DigitalTwinBuilder item type +time: 2026-02-05T11:32:48.121619554Z +custom: + Author: may-hartov + AuthorLink: https://github.com/may-hartov diff --git a/src/fabric_cli/core/fab_config/command_support.yaml b/src/fabric_cli/core/fab_config/command_support.yaml index 822aa980..7edb797b 100644 --- a/src/fabric_cli/core/fab_config/command_support.yaml +++ b/src/fabric_cli/core/fab_config/command_support.yaml @@ -238,6 +238,7 @@ commands: - notebook - kql_dashboard - data_pipeline + - digital_twin_builder - kql_queryset - eventhouse - kql_database @@ -276,6 +277,7 @@ commands: - sql_database - cosmos_db_database - user_data_function + - digital_twin_builder unsupported_items: - graph_query_set get: From ec1262cb12402db0a59cb16244535898e03b5b37 Mon Sep 17 00:00:00 2001 From: may-hartov Date: Sun, 15 Feb 2026 15:53:14 +0200 Subject: [PATCH 2/3] Support DigitalTwinBuilder in cp and mv commands --- src/fabric_cli/core/fab_config/command_support.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/fabric_cli/core/fab_config/command_support.yaml b/src/fabric_cli/core/fab_config/command_support.yaml index 7edb797b..d7c9a487 100644 --- a/src/fabric_cli/core/fab_config/command_support.yaml +++ b/src/fabric_cli/core/fab_config/command_support.yaml @@ -169,6 +169,7 @@ commands: - graph_ql_api #- lakehouse # this is included just to support underlying /Files - dataflow + - digital_twin_builder - sql_database - user_data_function cp: @@ -197,6 +198,7 @@ commands: - graph_ql_api #- lakehouse # this is included just to support underlying /Files - dataflow + - digital_twin_builder - sql_database - user_data_function ln: From 790734c015a23b8edfda56f8a35a67829200b4d7 Mon Sep 17 00:00:00 2001 From: may-hartov Date: Sun, 15 Feb 2026 15:55:01 +0200 Subject: [PATCH 3/3] updated changie --- .changes/unreleased/added-20260205-113248.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changes/unreleased/added-20260205-113248.yaml b/.changes/unreleased/added-20260205-113248.yaml index 96f55fa8..979780fc 100644 --- a/.changes/unreleased/added-20260205-113248.yaml +++ b/.changes/unreleased/added-20260205-113248.yaml @@ -1,5 +1,5 @@ kind: added -body: Support Import and Export commands for DigitalTwinBuilder item type +body: Support Import, Export, Cp and Mv commands for DigitalTwinBuilder item type time: 2026-02-05T11:32:48.121619554Z custom: Author: may-hartov