·
26 commits
to main
since this release
1.12.0 (2025-02-05)
Features Added
- [4729] Improve Maven project detection using effective POM. Thanks @rujche for the contribution!
- [4517] New
azd env set-secret
command and hooks support for using Azure Key Vault secrets in an azd environment. Learn more. - [2856] Show identity info after successful
azd auth login
and newazd auth login --check-status
standalone command. Thanks @john0isaac for the contribution!
Bugs Fixed
- [4595] Execute
pwsh
hook scripts with-NoProfile
switch and support additionalpwsh
args in hook definitions. Thanks @Yionse for the contribution! - [4692] Fix
azd add
database failing in projects without a host. - [4684] Support Bicep
@sealed()
decorator on user defined types.- Fix
azd provision
failing to deploy Bicep containingsealed()
decorators on user defined types.
- Fix
- [4722] Support nullable Bicep params.
- Fix
azd provision
prompting for nullable Bicep params.
- Fix
- [4744] Support Key Vault references in parameter files.
- Fix
azd provision
prompting for params with Key Vault references defined.
- Fix
- [4752] Support overriding default location in Bicep using
@allowed
and@metadata
decorators.- Fix location picker ignoring
@allowed
list if@metadata
is also present.
- Fix location picker ignoring