[docs] Update documentation for features from 2026-04-01#16
Draft
github-actions[bot] wants to merge 1 commit intomainfrom
Draft
[docs] Update documentation for features from 2026-04-01#16github-actions[bot] wants to merge 1 commit intomainfrom
github-actions[bot] wants to merge 1 commit intomainfrom
Conversation
- Document azd auth token raw token default output (Azure#7384) - Add Key Vault Secret Resolution section for extension SDK (Azure#7043) - Update PromptLocation to include allowed_locations filter (Azure#7397) 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-04-01
This PR updates the documentation based on features merged in the last 24 hours (2026-03-31 to 2026-04-01).
Features Documented
azd auth tokenraw token output (from Allow azd auth token to print the raw token by default Azure/azure-dev#7384)PromptLocationallowed_locationsfilter (from Extension Framework - addallowed_locationstoPromptLocationand improve AI model capacity resolution Azure/azure-dev#7397)Changes Made
Updated
cli/azd/docs/external-authentication.mdto add a new## Using azd auth tokensection documenting:--output jsonfor structured output with expiration time--scope,--tenant-id,--claims)Updated
cli/azd/docs/extensions/extension-framework.md:allowed_locationsfield to thePromptLocationgRPC service documentation, describing the case-insensitive location filter added by Extension Framework - addallowed_locationstoPromptLocationand improve AI model capacity resolution Azure/azure-dev#7397## Key Vault Secret Resolutionsection (feat(azdext): Add KeyVault resolver for extension secret resolution Azure/azure-dev#7043) covering:akvs://and@Microsoft.KeyVault(...)references before extension startupKeyVaultResolverAPI inpkg/azdextwith all three supported formatsIsSecretReference,ParseSecretReference,NewKeyVaultResolver,Resolve,ResolveMap,ResolveEnvironment)KeyVaultResolveErrorMerged PRs Referenced
allowed_locationstoPromptLocationand improve AI model capacity resolution Azure/azure-dev#7397 - Extension Framework - addallowed_locationstoPromptLocationand improve AI model capacity resolutionNotes
azure.ai.agents0.1.19-preview patch release Azure/azure-dev#7399 are version/registry-publish PRs — no user-facing doc changes needed.