Skip to content

azure-dev-cli_1.5.1

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 20 Dec 17:20
· 429 commits to main since this release
3856d1e

1.5.1 (2023-12-20)

Features Added

  • [2998] Adds support for Azure Storage Tables and Queues on Aspire projects.
  • [3052] Adds target argument support for docker build.
  • [2488] Adds support to override behavior of the KUBECONFIG environment variable on AKS.
  • [3075] Adds support for dockerfile.v0 on Aspire projects.
  • [2992] Adds support for dapr on Aspire projects.

Bugs Fixed

  • [2969] Relax container names truncation logic for Aspire redis.v0 and postgres.database.v0.
    Truncation now happens above 30 characters instead of 12 characters.
  • [3035] .NET Aspire issues after azd pipeline config.
  • [3038] Fix init to not consider parent directories.
  • [3045] Handle interrupt to unhide cursor.
  • [3069] .NET Aspire, enable admin user for ACR.
  • [3049] Persist location from provisioning manager.
  • [3056] Fix azd pipeline config for resource group deployment.
  • [3106] Fix azd restore on .NET projects.
  • [3041] Ensure azd environment name is synchronized to .env file.

Other Changes

  • [3044] Sets allowInsecure to true for internal services on Aspire projects.