[docs] Update documentation for features from 2026-03-26#10
Open
github-actions[bot] wants to merge 1 commit intomainfrom
Open
[docs] Update documentation for features from 2026-03-26#10github-actions[bot] wants to merge 1 commit intomainfrom
github-actions[bot] wants to merge 1 commit intomainfrom
Conversation
Add release history entries for versions 1.23.11, 1.23.12, and 1.23.13 that were merged in the last 24 hours to the Azure/azure-dev upstream. Key v1.23.13 features documented: - remoteBuild suggestion when Docker is missing (Azure#7247) - azd auth status --output json agent-friendly mode (Azure#7236) - Preflight warning abort fix (Azure#7329) - Extension IPv4/IPv6 fix + timeout increase (Azure#7346) - Container Apps and ARM error suggestions (Azure#7250) - azure.yaml SchemaStore catalog entry (Azure#7330) Also add an 'Agent Auth Validation' section to external-authentication.md documenting the new azd auth status --output json behavior for AI agents. 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-26
This PR updates the documentation based on features merged in the last 24 hours (and a few days prior that were missing from this fork).
Features Documented
remoteBuild: truesuggestion when Docker is missing for Container Apps / AKS (from Suggest remoteBuild when Docker is missing Azure/azure-dev#7247)azd auth status --output jsonagent-friendly mode with exit codes +expiresOnfield (from Add auth pre-flight validation for agents Azure/azure-dev#7236)azd provision/azd upclean exit when user declines preflight warnings (from fix: stop azd completely when user declines preflight warnings Azure/azure-dev#7329)azure.yamlSchemaStore catalog entry for editor auto-association (from Publish azure.yaml schema on schemastore.org Azure/azure-dev#7330)azd deploy --timeout/deployTimeoutin azure.yaml (from feat: add configurable deploy timeout via --timeout flag and azure.yaml Azure/azure-dev#7045, v1.23.11)Changes Made
cli/azd/CHANGELOG.mdto add release history sections for v1.23.11, v1.23.12, and v1.23.13 (these versions were merged in upstream but missing from this fork)cli/azd/docs/external-authentication.mdto add a new Agent Auth Validation section documenting theazd auth status --output jsonbehavior for AI agents and CI systemsMerged PRs Referenced
Notes
docs/external-authentication.mdupdate documents agent-friendly auth validation as a new top-level section, since this is the primary place agents/integrators would look for auth-related patterns.