Releases: Azure/azure-dev
Releases · Azure/azure-dev
azure-dev-cli_1.9.4
1.9.4 (2024-07-02)
Features Added
- [3924] Updating azd pipeline config to support Federated Credential for Azure DevOps.
- [3553] Support swa-cli.config.json for Azure Static Web Apps.
- [3955] Adding
alpha
featurealpha.aca.persistDomains
. - [3723] Add --managed-identity to azd auth login.
- [3965] Add deployment status tracking for linux web apps.
- [4003] Add support for deploying flex-consumption function apps.
- [4008] Add support for container.v1 [Aspire].
- [4030] Prompt to add pipeline definition file during azd pipeline config.
- [3790] Adding
alpha
featureazd.operations
to support .Net Aspire bind mounts. - [4049] Adding pipeline config
--applicationServiceManagementReference
.
Bugs Fixed
- [3941] Fix exposed ports for Aspire projects.
- [3948] Adds missing namespace property to Helm configuration schema.
- [3942] Fixes issue selected environment with different environment type.
- [3985] Reset the read cursor in zip deployments to fix bugs in retry.
Other Changes
- [4043] wait for Ai-studio deployments before polling.
azure-dev-cli_1.9.3
azure-dev-cli_1.9.2
azure-dev-cli_1.9.1
1.9.1 (2024-05-14)
Bugs Fixed
- [3876] Take infra section of azure.yaml into account.
- [3881] Make azd to wait until the expected state can be seen from the online endpoint.
- [3763] Add deployment status tracking for linux web apps.
- [3897] Update ResolvedRaw() to remove reference to the vault.
- [3898] Easy Init: Improve handling for empty state.
- [3903] Fix type issues in PromptDialog with external prompting.
azure-dev-vscode_0.8.3
0.8.3 (2024-05-07)
Other Changes
- [#3845] A small change to the Initialize App command to improve user experience.
azure-dev-cli_1.9.0
1.9.0 (2024-05-07)
Features Added
- [3718] Deploy AI/ML studio online endpoints with host
ml.endpoint
. Starter templatesazd-ai-starter
andazd-aistudio-starter
are available to get started with ease. - [3840] Filter templates when running
azd init
orazd template list
with--filter
- .NET Aspire:
Bugs Fixed
- [3822] Fix Aspire KeyVault references in manifest files
- [3858] Allow overriding location for Aspire bicep modules
Other Changes
- [3821] Support running
azd init
in Aspire app host directory - [3848] Add "Demo Mode" which hides subscription IDs
- [3828] Update Bicep CLI to version 0.26.170.
- [3800] Write ACA Container Manifests in the
infra
directory under the AppHost duringinfra synth
.
Note: If you had previously used infra synth
, you will need to move the container app manifests from their old location to the new one for azd
to use them. If you do not do so, azd
will generate the default IaC based on your current app host. To do this, move the containerApp.tmpl.yaml
file in the manifests
folder under each individual project into an infra
folder next to the .csproj
file for your project's Aspire App Host and rename it from containerApp.tmpl.yaml
to <name-passed-to-AddProject>.tmpl.yaml
(e.g. apiserver.tmpl.yaml
, if you write builder.AddProject<...>("apiserver")
).
azure-dev-cli_1.8.2
1.8.2 (2024-04-30)
Features Added
- [3804] Add user vault storage for development secrets
- [3755] Store
secure()
Bicep parameters outside source tree
Bugs Fixed
- [3788] Avoid panic in prompting with option details
- [3796] Fix
env refresh
failing when no bicep files are present - [3801] Fix
azd provision
failing for.bicepparam
files
Other Changes
- [3798] Update provider.tf files with skip_provider_registration = "true"
azure-dev-vscode_0.8.2
0.8.2 (2024-04-24)
Features Added
- [#3754] A small change to the Install, Login, Initialize App, Up, and Pipeline Config commands to make them programmatically accessible.
Breaking Changes
- [#3621] The Azure Developer CLI is now required to be at version 1.8.0 or higher. If an older version is installed, you will be prompted to update.
azure-dev-cli_1.8.1
1.8.1 (2024-04-23)
Features Added
- [3731] Support Data Protection Runtime feature for .NET Aspire in ACA under feature flag
azd config set alpha.aspire.autoConfigureDataProtection on
- [3715] Improved security to prevent committing an environment to the repository
Bugs Fixed
- [3748] Fix cross-build configuration
azure-dev-cli_1.8.0
1.8.0 (2024-04-09)
Features Added
- [3569] Adds
--from-code
flag to initialize from existing code when runningazd init
- Dotnet Aspire:
Breaking Changes
- [3589] Secrets are now marked as secure() in
container-app.bicep
andcontainer-app-upsert.bicep
. Thanks @pamelafox for the contribution - [3594] Updates Node.js version to 20 for templates and pipelines
- [3578] Updates Node.js version to 20 for installing
azd
GitHub Action
Bugs Fixed
- [3651] Fixes trailing comma for
todo-nodejs-mongo-aks
template's invalid url in GitHub Action - [3638] Fixes
InvalidAuthenticationTokenTenant
error - Dotnet Aspire:
Other Changes
- [3522] Fixes typo in
next-steps.md
. Thanks @mikekistler for the contribution - [3495] Updates
infra/core
to adapt more azdevify templates - [3171] Updates web project
react-fluentui
to usevite