azure-dev-cli_1.12.0
·
2090 commits
to main
since this release
1.12.0 (2025-02-05)
Features Added
- [4729] Improve Maven project detection using effective POM. Thanks Rujun Chen (@rujche) for the contribution!
- [4517] New
azd env set-secretcommand and hooks support for using Azure Key Vault secrets in an azd environment. Learn more. - [2856] Show identity info after successful
azd auth loginand newazd auth login --check-statusstandalone command. Thanks John Aziz (@john0isaac) for the contribution!
Bugs Fixed
- [4595] Execute
pwshhook scripts with-NoProfileswitch and support additionalpwshargs in hook definitions. Thanks Yionse (@Yionse) for the contribution! - [4692] Fix
azd adddatabase failing in projects without a host. - [4684] Support Bicep
@sealed()decorator on user defined types.- Fix
azd provisionfailing to deploy Bicep containingsealed()decorators on user defined types.
- Fix
- [4722] Support nullable Bicep params.
- Fix
azd provisionprompting for nullable Bicep params.
- Fix
- [4744] Support Key Vault references in parameter files.
- Fix
azd provisionprompting for params with Key Vault references defined.
- Fix
- [4752] Support overriding default location in Bicep using
@allowedand@metadatadecorators.- Fix location picker ignoring
@allowedlist if@metadatais also present.
- Fix location picker ignoring