azure-dev-cli_1.9.0
azure-sdk
released this
07 May 13:57
·
264 commits
to main
since this release
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")
).