Releases: microsoft/Deploy-Your-AI-Application-In-Production
Releases · microsoft/Deploy-Your-AI-Application-In-Production
v1.4.0
1.4.0 (2026-04-29)
Features
- Enhance Purview scan automation with fallback collection resolution and reparenting logic (d13133d)
Bug Fixes
- remove hardcoded VM admin password and update credential docs (9c8071b)
- replace eval with associative array in quota_check.sh (376107e), closes #131
- use workspace ID for Fabric RBAC in BYO mode (f4db7ca)
Reverts
- restore devcontainer.json, .env.example, README.md, local_development.md to origin/dev state (e369970)
Other Updates
v1.3.0
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)