Skip to content
Open
Show file tree
Hide file tree
Changes from all 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
6 changes: 0 additions & 6 deletions .changes/unreleased/added-20251120-025450.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/added-20251209-141353.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/added-20251211-183425.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/unreleased/added-20260101-125718.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/added-20260129-133802.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/unreleased/docs-20260104-100757.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/fixed-20251203-155412.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/fixed-20251228-073108.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/fixed-20260102-172853.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/fixed-20260111-145147.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/fixed-20260112-141104.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/fixed-20260112-143553.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/fixed-20260118-094510.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/new-items-20260128-120006.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/new-items-20260129-143011.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/new-items-20260129-143030.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/new-items-20260202-103719.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/optimization-20251217-135023.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/optimization-20251223-155633.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/optimization-20251225-091556.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/optimization-20260101-115402.yaml

This file was deleted.

38 changes: 38 additions & 0 deletions .changes/v1.4.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
## [v1.4.0](https://pypi.org/project/ms-fabric-cli/v1.4.0) - February 04, 2026

### 🆕 New Items Support

* Add support of CosmosDBDatabase item type in mkdir, get, set, rm, ls, cp, mv, import and export commands by [v-alexmoraru](https://github.com/v-alexmoraru)
* Add support of UserDataFunction item type in mkdir, get, set, rm, cp, mv, import and export commands by [v-alexmoraru](https://github.com/v-alexmoraru)
* Add support of GraphQuerySet item type in mkdir, get, rm and export commands by [v-alexmoraru](https://github.com/v-alexmoraru)
* Add support of DigitalTwinBuilder item type in create, rm, get and set (metadata only) by [may-hartov](https://github.com/may-hartov)

### ✨ New Functionality

* Add --format option to export command to pick .ipynb or .py when exporting notebooks by [jkafrouni](https://github.com/jkafrouni)
* Include API response data in the output by [aviatco](https://github.com/aviatco)
* Display a notification to users on login when a new fab cli version is available by [Guust-Franssens](https://github.com/Guust-Franssens)
* Support fab command to start interactive (repl) mode by [aviatco](https://github.com/aviatco)
* Refactored `set` command validation to use blocklist approach instead of allowlist, allowing any query parameter except explicitly blocked ones by [may-hartov](https://github.com/may-hartov)

### 🔧 Bug Fix

* Avoid reauthentication when switching from command_line to interactive mode by [aviatco](https://github.com/aviatco)
* Fixed set shortcut so it correctly handles target query by [may-hartov](https://github.com/may-hartov)
* Fix a typo in connection roles by [Guust-Franssens](https://github.com/Guust-Franssens)
* Add ‘properties’ field to the item metadata list to eliminate unnecessary calls to the getItemDefinition API by [aviatco](https://github.com/aviatco)
* Update the argument-parameter regex to allow optional whitespace after commas by [aviatco](https://github.com/aviatco)
* Fix the job run command so that it exits with status code 1 on failure. by [aviatco](https://github.com/aviatco)
* Set the creation‑method parameters to be optional by [aviatco](https://github.com/aviatco)

### ⚡ Additional Optimizations

* Add python 3.13 support by [ayeshurun](https://github.com/ayeshurun)
* Improve the error message to clearly indicate when the MPE creator does not have sufficient Azure permissions on the resource. by [aviatco](https://github.com/aviatco)
* Reduced unnecessary Fabric administrator warnings for ACL commands by [ayeshurun](https://github.com/ayeshurun)
* optimize the update flow in `set` command to construct PATCH request bodies by extracting only the updated properties from the GET payload by [may-hartov](https://github.com/may-hartov)

### 📝 Documentation Update

* Improve help text clarity and consistency across all commands with concise descriptions, consistent terminology, and user-focused language by [jeremydhoover-blip](https://github.com/jeremydhoover-blip)

Loading
Loading