Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 commits
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
3 changes: 3 additions & 0 deletions .changes/unreleased/added-20251111-144602.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
kind: added
body: support mv/cp/export/import for SqlDatabase
time: 2025-11-11T14:46:02.635689113Z
3 changes: 3 additions & 0 deletions .changes/unreleased/added-20251111-150900.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
kind: added
body: Support mv/vopy/export/import for SqlDatabase item
time: 2025-11-11T15:09:00.738010452Z
4 changes: 4 additions & 0 deletions src/fabric_cli/core/fab_config/command_support.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ commands:
- graph_ql_api
#- lakehouse # this is included just to support underlying /Files
- dataflow
- sql_database
cp:
supported_elements:
- workspace
Expand All @@ -192,6 +193,7 @@ commands:
- graph_ql_api
#- lakehouse # this is included just to support underlying /Files
- dataflow
- sql_database
ln:
supported_elements:
- onelake
Expand Down Expand Up @@ -242,6 +244,7 @@ commands:
- variable_library
- graph_ql_api
- dataflow
- sql_database
import:
supported_items:
- report
Expand All @@ -262,6 +265,7 @@ commands:
- variable_library
- graph_ql_api
- dataflow
- sql_database
get:
supported_elements:
- workspace
Expand Down
Loading