Skip to content

Releases: Azure/azure-dev

azure-dev-cli_1.6.1

16 Feb 04:08
eba2c97
Compare
Choose a tag to compare

1.6.1 (2024-02-15)

Bugs Fixed

  • [3375] Fixes issues deploying to AKS service targets
  • [3373] Fixes resolution of AZD compatible templates within azure dev center catalogs
  • [3372] Removes requirement for dev center projects to include an infra folder

azure-dev-cli_1.6.0

13 Feb 16:20
3257ab6
Compare
Choose a tag to compare

1.6.0 (2024-02-13)

Features Added

  • [3269] Adds support for external/prebuilt container image references
  • [3251] Adds additional configuration resolving container registry names
  • [3249] Adds additional configuration resolving AKS cluster names
  • [3223] Updates AKS core modules for azd to easily enable RBAC clusters
  • [3211] Adds support for RBAC enabled AKS clusters using kubelogin
  • [3196] Adds support for Helm and Kustomize for AKS service targets
  • [3173] Adds support for defining customizable azd up workflows
  • Dotnet Aspire additions:
  • [3155] Adds support to define secrets and variables for azd pipeline config.

Bugs Fixed

  • [3097] For Dotnet Aspire projects, do not fail if folder infra is empty.

azure-dev-cli_1.5.1

20 Dec 17:20
3856d1e
Compare
Choose a tag to compare

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.

azure-dev-vscode_0.8.0

15 Nov 16:33
8f8cb52
Compare
Choose a tag to compare

0.8.0 (2023-11-15)

Features Added

  • [#2541] Support has been added for the Azure Developer CLI to fetch authentication tokens from VSCode, reducing the need to re-authenticate. Use the setting azure-dev.auth.useIntegratedAuth to try this feature.
  • [#2771] Commands to enable or disable Dev Center mode have been added. Dev Center mode allows azd to leverage Infrastructure as Code (IaC) templates from Dev Center's centrally managed catalogs, manage remote Azure Deployment Environments (ADE) and seamlessly deploy applications to ADE environments using existing azd deploy commands.

azure-dev-cli_1.5.0

15 Nov 08:13
012ae73
Compare
Choose a tag to compare

1.5.0 (2023-11-15)

Features Added

  • [2767] Adds support for Azure Deployments Environments.

azure-dev-cli_1.4.5

14 Nov 02:37
6cb723e
Compare
Choose a tag to compare

1.4.5 (2023-11-13)

Bugs Fixed

  • [2962] Fix for incorrect id on storage blob built-in role id.
  • [2963] Handle project is undetected.

azure-dev-cli_1.4.4

11 Nov 01:09
45a48a3
Compare
Choose a tag to compare

1.4.4 (2023-11-10)

Features Added

  • [2893] Added command azd show.
  • [2925] Promote simplified azd init and Cloud Native buildpacks features to beta

azure-dev-cli_1.4.3

25 Oct 19:22
d165bd2
Compare
Choose a tag to compare

1.4.3 (2023-10-24)

Features Added

  • [2787] Added azd config show and deprecated azd config list.

Other Changes

  • [2887] Update the subscription and location information during azd provision.

azure-dev-cli_1.4.2

12 Oct 20:58
694107e
Compare
Choose a tag to compare

1.4.2 (2023-10-12)

Features Added

  • [2845] Feature Clickable Template Links in Terminal (azd template list). Thanks @john0isaac for the contribution
  • [2829] Feature Display the Subscription Name and ID (azd provision). Thanks @john0isaac for the contribution

Bugs Fixed

  • [2858] Fixes issue with running VS Code Tasks that rely on environment configuration path.

azure-dev-cli_1.4.1

06 Oct 23:40
1cbed85
Compare
Choose a tag to compare

1.4.1 (2023-10-06)

Bugs Fixed

  • [2837] azd down does not clear provision state.