[docs] Update documentation for features from 2026-03-18#4
Draft
github-actions[bot] wants to merge 1 commit intomainfrom
Draft
[docs] Update documentation for features from 2026-03-18#4github-actions[bot] wants to merge 1 commit intomainfrom
github-actions[bot] wants to merge 1 commit intomainfrom
Conversation
- Add 1.24.0-beta.1 unreleased section to cli/azd/CHANGELOG.md with entries for configurable deploy timeout (Azure#7045), git dirty check and workflow consent for azd init agent mode (Azure#7162), cobra command tree fix (Azure#7171), and input validation improvements (Azure#7175) - Bump cli/version.txt to 1.24.0-beta.1 - Add 0.1.16-preview section to agents CHANGELOG with entries for file operations (Azure#7141), input validation (Azure#7175), and breaking change for show/monitor commands (Azure#7181) - Bump agents version.txt and extension.yaml to 0.1.16-preview 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-18
This PR updates changelogs and version files based on features merged in the last 24 hours (2026-03-17 – 2026-03-18).
Features Documented
--timeoutflag forazd deployanddeployTimeoutinazure.yamlazd initagent mode (from Add git dirty check for agent init and workflow consent support Azure/azure-dev#7162) — safety prompt for uncommitted changes and upfront MCP server consentazd ai agent filescommand group (from [Agent Extension] Add file operations for hosted agent sessions Azure/azure-dev#7141) —upload,download,list,removefor hosted agent sessionsazd ai agent show/monitorparameter simplification (from [Agents Extension] Update show and monitor commands to not require parameters Azure/azure-dev#7181) — reads agent name/version from azd service entry (breaking change)Changes Made
cli/azd/CHANGELOG.md— added## 1.24.0-beta.1 (Unreleased)section with entries for the above featurescli/version.txt— bumped to1.24.0-beta.1(mirrors changes from Increment CLI version after release Azure/azure-dev#7167)cli/azd/extensions/azure.ai.agents/CHANGELOG.md— added## 0.1.16-preview (2026-03-18)section (mirrors changes from Prepare azure.ai.agents 0.1.16-preview patch release Azure/azure-dev#7190)cli/azd/extensions/azure.ai.agents/version.txt— bumped to0.1.16-previewcli/azd/extensions/azure.ai.agents/extension.yaml— bumped version to0.1.16-previewMerged PRs Referenced
--timeoutflag andazure.yamlNotes
PRs Azure#7167 and Azure#7190 were release management PRs that updated version files and CHANGELOG skeletons. The current working tree did not reflect those changes (shallow clone), so this PR applies them along with the substantive feature entries.