Releases: Azure/azure-dev
Releases · Azure/azure-dev
azd-ext-azure-ai-finetune_0.0.10-preview
0.0.10-preview (2026-01-21)
- Bug fixes
azd-ext-azure-ai-finetune_0.0.9-preview
0.0.9-preview (2026-01-20)
- Adding missing commands
azure-dev-cli_1.23.0
1.23.0 (2026-01-14)
Features Added
- [#6390] Add
azd config optionscommand to list all available configuration settings with descriptions. - [#6348] Add
azd env configcommands for environment-specific configuration management. - [#6441] Add support for cross-tenant authentication when using remote environment state in Azure Blob Storage.
- [#6436] Add Podman support as fallback container runtime when Docker is unavailable.
- [#6418] Add file-based caching to
azd showfor approximately 60x performance improvement. - [#6461] Add auto-detection of infrastructure provider (Bicep/Terraform) from infra directory files when not explicitly specified.
- [#6377] Add
azd auth statuscommand to display current authentication status. - [#6262] Add property-level change details in
azd provision --previewoutput for Bicep deployments. - [#5536] Add support for non-Aspire projects in Visual Studio connected services.
Breaking Changes
- [#6395] Remove deprecated
azd loginandazd logoutcommands in favor ofazd auth loginandazd auth logout. - [#6369] Remove Azure Spring Apps support.
Bugs Fixed
- [#6481] Fix extension configuration properties support by adding AdditionalProperties fields to project and service configurations.
- [#6478] Fix GitHub URL parsing to check authentication before branch resolution.
- [#5954] Improve authentication handling when not using built-in auth methods.
- [#6452] Fix
azd downto dynamically resolve resource display names. - [#6446] Fix context cancelled errors in workflow steps.
- [#6444] Fix AKS deployment schema to allow Helm deployments without project field.
- [#6267] Fix
azd downto handle deployment state correctly when resources are manually deleted. - [#6435] Fix
azd ext install --forceto properly reinstall extensions when version matches.
azd-ext-microsoft-azd-concurx_0.0.1
0.0.1 (2026-01-12)
- Initial support for
azd concurx up
azd-ext-azure-ai-finetune_0.0.8-preview
[Missing change log entry]
azd-ext-azure-ai-agents_0.1.5-preview
azure-dev-cli_1.22.5
azd-ext-microsoft-azd-extensions_0.7.1
0.7.1 (2025-12-18)
- Fixes bug during
releasewhen setting--prereleaseflag - Fixes bug during
build- execute permissions not set on binary for POSIX systems
azure-dev-cli_1.22.4
1.22.4 (2025-12-17)
Features Added
- [#6196] Add support for custom configuration properties in project and service configuration for extensions.
- [#6367] Add interactive mode support for extensions to enable TUI applications.
Bugs Fixed
- [#6356] Fix resource discovery logic to correctly identify resources associated with deployments during deletion.
- [#6385] Fix display names for Foundry and Foundry project resources in output.
Other Changes
- [#6389] Improve error telemetry with specific error type classification.