[docs] Update documentation for features from 2026-03-30#14
Open
github-actions[bot] wants to merge 1 commit intomainfrom
Open
[docs] Update documentation for features from 2026-03-30#14github-actions[bot] wants to merge 1 commit intomainfrom
github-actions[bot] wants to merge 1 commit intomainfrom
Conversation
- Remove outdated uninstall instructions for azd 0.4.0-beta.1 and earlier from cli/installer/README.md; all current versions use the Windows 'Add or remove programs' dialog (Azure#7385) - Add unreleased 1.24.0-beta.1 CHANGELOG entries: - Bugs Fixed: fix panic on azd auth token unsupported output (Azure#7356) - Other Changes: restore code-sign verification for Windows MSI update (Azure#7298) - Add unreleased 0.1.16-preview CHANGELOG entry for azure.ai.agents: - Performance: ~27x faster Foundry project discovery in azd ai agent init (Azure#7332) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documentation Updates - 2026-03-30
This PR updates documentation based on pull requests merged in the last 24 hours in the upstream
Azure/azure-devrepository.Features Documented
azd auth tokenwith unsupported--outputvalue (from Fix panic on azd auth token unsupported output Azure/azure-dev#7356)azd update(from [azd update] apply code sign verification for windows msi isntall Azure/azure-dev#7298)azd ai agent init(~27× faster listing, ~15× faster--project-id) (from Speed up Foundry project discovery ininitAzure/azure-dev#7332)Changes Made
cli/installer/README.mdto remove version-gated uninstall instructions that applied only to releases before January 2023 (azd ≤ 0.4.0-beta.1); simplified both Windows uninstall sections to a single, clear procedure.cli/azd/CHANGELOG.mdto add a1.24.0-beta.1 (Unreleased)section with:azd auth token --output none(Fix panic on azd auth token unsupported output Azure/azure-dev#7356)azd update([azd update] apply code sign verification for windows msi isntall Azure/azure-dev#7298)cli/azd/extensions/azure.ai.agents/CHANGELOG.mdto add a0.1.16-preview (Unreleased)section with a performance entry for the Foundry project discovery speedup (Speed up Foundry project discovery ininitAzure/azure-dev#7332).Merged PRs Referenced
azd auth tokenwith unsupported--outputflagazd updateinitAzure/azure-dev#7332 — Speed up Foundry project discovery inazd ai agent init(~27× faster)Notes
The following merged PRs were reviewed and determined to not require user-facing documentation updates:
npm audit fixAzure/azure-dev#7366 —npm audit fixfor VS Code extension, internal security