Skip to content
Merged
Show file tree
Hide file tree
Changes from 16 commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
c8e6870
Adds support for environmetn definitions
v-alexmoraru Apr 15, 2026
063c6fc
Merge branch 'main' into dev/v-alexmoraru/support-environment-definit…
v-alexmoraru Apr 15, 2026
5711f26
Re-records failing tests
v-alexmoraru Apr 16, 2026
0d45c51
Merge branch 'main' into dev/v-alexmoraru/support-environment-definit…
v-alexmoraru Apr 16, 2026
a463c2a
Re-records import tests
v-alexmoraru Apr 16, 2026
d328b9e
Re-records all import tests
v-alexmoraru Apr 16, 2026
47bdecb
Adds changelog
v-alexmoraru Apr 17, 2026
933f1f1
Reverts environment processing
v-alexmoraru Apr 22, 2026
668ea4b
Reverts import file
v-alexmoraru Apr 22, 2026
d1cfdf3
Updates import item success test
v-alexmoraru Apr 23, 2026
785a126
Merge branch 'main' into dev/v-alexmoraru/support-environment-definit…
v-alexmoraru Apr 23, 2026
dd0f57d
Re-records import tests
v-alexmoraru Apr 23, 2026
8a15dcc
Reverts to main
v-alexmoraru May 29, 2026
14e955a
Merge branch 'main' into dev/v-alexmoraru/support-environment-definit…
v-alexmoraru May 29, 2026
2c467eb
Support environment definitions
v-alexmoraru May 29, 2026
9002906
Removes env from import
v-alexmoraru May 29, 2026
a71fc48
Copilot review suggestion
v-alexmoraru May 29, 2026
69c40a6
Merge branch 'main' into dev/v-alexmoraru/support-environment-definit…
v-alexmoraru Jun 2, 2026
ac1053f
Re-records environment tests
v-alexmoraru Jun 2, 2026
9a6e4ba
Records new environment tests
v-alexmoraru Jun 2, 2026
c72c127
Review suggestions
v-alexmoraru Jun 2, 2026
0504caf
Merge branch 'main' into dev/v-alexmoraru/support-environment-definit…
v-alexmoraru Jun 2, 2026
1e45a5c
Supports import environment
v-alexmoraru Jun 2, 2026
e1d2d52
Re-records import env tests
v-alexmoraru Jun 2, 2026
6d7667d
Re-records all import tests
v-alexmoraru Jun 2, 2026
fc072fc
Review suggestions
v-alexmoraru Jun 2, 2026
a1a8b8f
Reverts to environment workaround as fallback
v-alexmoraru Jun 8, 2026
efeead4
Merge branch 'main' into dev/v-alexmoraru/support-environment-definit…
v-alexmoraru Jun 8, 2026
e2868ae
Automatic publish ENV after import
v-alexmoraru Jun 15, 2026
0a7333c
Re-records create import Env
v-alexmoraru Jun 15, 2026
4dc2ebc
Re-records import tests
v-alexmoraru Jun 15, 2026
60b3a6d
Re-records CosmosDB import test
v-alexmoraru Jun 15, 2026
de4c9a8
Merge branch 'main' into dev/v-alexmoraru/support-environment-definit…
ayeshurun Jun 21, 2026
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
6 changes: 6 additions & 0 deletions .changes/unreleased/added-20260417-105920.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: added
body: Environment definitions support
Comment thread
v-alexmoraru marked this conversation as resolved.
Outdated
time: 2026-04-17T10:59:20.288002+03:00
custom:
Author: v-alexmoraru
AuthorLink: https://github.com/v-alexmoraru
3 changes: 3 additions & 0 deletions src/fabric_cli/core/fab_config/command_support.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ commands:
- sql_database
- user_data_function
- map
- environment
cp:
supported_elements:
- workspace
Expand Down Expand Up @@ -203,6 +204,7 @@ commands:
- sql_database
- user_data_function
- map
- environment
ln:
supported_elements:
- onelake
Expand Down Expand Up @@ -260,6 +262,7 @@ commands:
- graph_query_set
- map
- lakehouse
- environment
import:
supported_items:
- report
Expand Down
Loading