fabric Microsoft Fabric CICD Releases · · 1.0.0

fabric-cicd v1.0.0: Breaking changes, new features, and bug fixes

sdkgovernancegaengineerenergyfabric
breaking feature patch

This release of fabric-cicd v1.0.0 introduces significant breaking changes, requiring explicit token credentials for authentication and removing default fallback mechanisms. It also adds support for Ontology item types and enhances deployment transparency. These changes affect users of the fabric-cicd tools, particularly those involved in CI/CD pipelines for Microsoft Fabric.

  • Remove default credential fallback; explicit token credential is now required by shirasassoon
  • Add support for Ontology item type by shirasassoon
  • Improve transparency of deploy_with_config function in success and failure scenarios by shirasassoon
  • Extend API response collection to unpublish operations by shirasassoon
  • Add get_changed_items() utility function to detect Fabric items changed via git diff for use with selective deployment by vipulb91
Breaking changes (2)
  • Remove default credential fallback; explicit token credential is now required by shirasassoon
  • Remove implicit authentication in Microsoft Fabric Notebook and identity logging; require explicit token credential and keyword-only arguments for FabricWorkspace and deploy_with_config by shirasassoon

Features (4)
  • Add support for Ontology item type by shirasassoon
  • Improve transparency of deploy_with_config function in success and failure scenarios by shirasassoon
  • Extend API response collection to unpublish operations by shirasassoon
  • Add get_changed_items() utility function to detect Fabric items changed via git diff for use with selective deployment by vipulb91
Fixes (6)
  • Prevent unintended GUID replacements in Variable Library item files during publish by shirasassoon
  • Fix YAML content check to reject notebook and other non-YAML files during key_value_replace parameterization, preventing file corruption by shirasassoon

  • Fix Notebook deployment failure caused by non-deterministic ordering of definition files in API payload by shirasassoon
  • Ignore parameter file when not explicitly defined in config file by aviatco
  • Add enable_hard_delete feature flag to bypass workspace recycle bin during unpublish by shirasassoon
  • Add timeout for long-running operation polling by shirasassoon
Read the original announcement →

https://github.com/microsoft/fabric-cicd/releases/tag/v1.0.0