azure-dev-cli_1.9.0
·
2432 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-starterandazd-aistudio-starterare available to get started with ease. - [3840] Filter templates when running
azd initorazd template listwith--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 initin 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
infradirectory 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")).