Skip to content

v1.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Apr 09:57
f1cbea8

1.3.0 (2026-04-20)

Features

  • Add AZURE_PRINCIPAL_ID and AZURE_PRINCIPAL_TYPE to environment variables (b2e390a)
  • Add Power BI API access check before infrastructure provisioning (ff47a00)
  • Add quota check scripts for Azure OpenAI models and Fabric capacity (605b81e)
  • Add re-authentication and retry logic for infrastructure provisioning failures (586e2bd)
  • Add resource group creation and environment setup in AZD workflow (6297fe0)
  • Add resource group deletion check and retry logic during provisioning (b365ea2)
  • Configure Power BI API permissions for service principal in Azure Dev workflow (517abd6)
  • Enhance infrastructure provisioning with retry mechanism and fresh authentication token (aaf5167)
  • Enhance resource group creation logic to derive name from environment if not provided (983e5ca)
  • Enhance Service Principal Object ID resolution logic in workflow (4559409)
  • Refactor principal type and ID handling in workflow and parameter files (195cf60)
  • Remove re-authentication and retry logic from infrastructure provisioning (5e2408e)
  • Remove service principal ID retrieval and AZD environment configuration steps (5d299d5)
  • Remove Service Principal Object ID resolution step from workflow (cc157d2)
  • Remove timeout setting from infrastructure provisioning step (a04622d)
  • Update AZD environment configuration to set principal type and ID for Service Principal (6574965)
  • Update fabricWorkspaceMode to 'none' for consistent environment configuration (1c1e6a5)

Bug Fixes

  • add bicep version requirement (>= 0.33.0) to azure.yaml (ae8ee57)
  • add bicep version requirement (>= 0.33.0) to azure.yaml (5a09ec2)
  • Update VM credential instructions for clarity and consistency across documentation (529d37b)

Other Updates

  • Remove Power BI API permissions configuration and access check from deployment workflow (beaaacf)