fabric-cicd v1.1.0: New items, dynamic variables, FQDN config
The fabric-cicd tool has been updated to version 1.1.0, introducing support for DataBuildToolJob items and dynamic workspace variables for improved target workspace display names. This release also enhances private-link connectivity with FQDN configuration and includes several bug fixes for Spark compute deployment and post-publish operations. These updates are beneficial for engineers and architects managing CI/CD pipelines for Microsoft Fabric environments.
- →Add support for DataBuildToolJob item by crazy-treyn
- →Add $workspace.$name and $workspace.$name_encoded dynamic replacement variables for target workspace display name by shirasassoon
- →Fix HTTP 400 errors when using items_to_include with post-publish operations (e.g. Lakehouse shortcut publishing) by shirasassoon
- →Prevent empty items_to_include list from bypassing item filtering by shirasassoon
- →Remove version check on import to reduce noise and eliminate unnecessary PyPI network call at startup by shirasassoon
Features (3) ›
- Add support for DataBuildToolJob item by crazy-treyn
- Add $workspace.$name and $workspace.$name_encoded dynamic replacement variables for target workspace display name by shirasassoon
Add configure_fabric_fqdn to configure Fabric API URLs for private-link-enabled workspaces using per-workspace FQDN endpoints by SumeshKashyap
Enhancements (1) ›
- Remove version check on import to reduce noise and eliminate unnecessary PyPI network call at startup by shirasassoon
Fixes (3) ›
Fix incomplete Sparkcompute settings deployment by using the item definition API instead of the staging/sparkcompute API when deploying Environments by lassevalentini
- Fix HTTP 400 errors when using items_to_include with post-publish operations (e.g. Lakehouse shortcut publishing) by shirasassoon
- Prevent empty items_to_include list from bypassing item filtering by shirasassoon
Maintenance (1) ›
- Add GitHub Actions workflow examples to documentation examples section by shirasassoon
https://github.com/microsoft/fabric-cicd/releases/tag/v1.1.0