[docs] Update documentation for features from 2026-04-07#22
Open
github-actions[bot] wants to merge 1 commit intomainfrom
Open
[docs] Update documentation for features from 2026-04-07#22github-actions[bot] wants to merge 1 commit intomainfrom
github-actions[bot] wants to merge 1 commit intomainfrom
Conversation
- Add App Service slot deployment environment variables (AZD_DEPLOY_{SERVICE}_SLOT_NAME
and AZD_DEPLOY_{SERVICE}_IGNORE_SLOTS) to environment-variables.md
- Update extension-framework.md to document version-level lifecycle status filtering
and deprecation of AiModel.lifecycle_status
- Add CHANGELOG entry to azure.ai.agents for deprecated model version filtering
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-07
This PR updates the documentation based on features merged in the last 24 hours.
Features Documented
AZD_DEPLOY_{SERVICE}_IGNORE_SLOTSandAZD_DEPLOY_{SERVICE}_SLOT_NAMEenvironment variables for App Service slot deployment control (from feat: Add AZD_DEPLOY_{SERVICE}_IGNORE_SLOTS env var to bypass slot deployment Azure/azure-dev#7530)AiModel.lifecycle_statusin the extension framework (from Extension framework - filter out deprecated AI models and add version-level lifecycle status Azure/azure-dev#7536)azd ai agent init(from Extension framework - filter out deprecated AI models and add version-level lifecycle status Azure/azure-dev#7536)Changes Made
cli/azd/docs/environment-variables.mdto add theAZD_DEPLOY_TIMEOUTvariable and a new "App Service Slot Deployments" section documentingAZD_DEPLOY_{SERVICE}_SLOT_NAMEandAZD_DEPLOY_{SERVICE}_IGNORE_SLOTScli/azd/docs/extensions/extension-framework.mdto clarify thatfilter.statusesapplies to version-level lifecycle status before aggregation, and note thatAiModel.lifecycle_statusis deprecated (useAiModelVersion.lifecycle_statusinstead)cli/azd/extensions/azure.ai.agents/CHANGELOG.mdto record that deprecated/retired AI model versions and SKUs are now filtered fromazd ai agent initmodel selection promptsMerged PRs Referenced
AZD_DEPLOY_{SERVICE}_IGNORE_SLOTSenv var to bypass slot deploymentNotes
trangevi/toolboxfeature branch, notmain, so it is not included here — documentation should be added when that branch merges to main.