[docs] Update documentation for features from 2026-04-08#23
Open
github-actions[bot] wants to merge 1 commit intomainfrom
Open
[docs] Update documentation for features from 2026-04-08#23github-actions[bot] wants to merge 1 commit intomainfrom
github-actions[bot] wants to merge 1 commit intomainfrom
Conversation
…ifecycle docs - Sync environment-variables.md to comprehensive upstream reference (PR Azure#7530): adds Core Azure Variables, Dev Center Variables, App Service Slot Deployments, Extension/Alpha/Auth/Tool/CI/CD/Debug/Test variable sections - Document breaking change from PR Azure#7536: AiModel.lifecycle_status is now deprecated (always empty); callers should use AiModelVersion.lifecycle_status - Document that AiModelFilterOptions.statuses now filters on version-level lifecycle status before aggregation - Document that deprecated model versions and SKUs are automatically excluded 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-08
This PR updates documentation based on features merged in the last 24 hours.
Features Documented
AZD_DEPLOY_{SERVICE}_SLOT_NAMEandAZD_DEPLOY_{SERVICE}_IGNORE_SLOTSAiModelVersion.lifecycle_statusnew field, deprecation ofAiModel.lifecycle_status, and updatedAiModelFilterOptions.statusesfiltering semanticsChanges Made
cli/azd/docs/environment-variables.md: Replaced 21-line stub with comprehensive 257-line reference matching upstreamAzure/azure-devmain, including the new App Service Slot Deployments subsection documentingAZD_DEPLOY_{SERVICE}_SLOT_NAMEandAZD_DEPLOY_{SERVICE}_IGNORE_SLOTScli/azd/docs/extensions/extension-framework.md: Expanded theListModels/AI Model Servicesection to document:AiModelVersion.lifecycle_status— new version-level lifecycle status field (e.g."GenerallyAvailable","Preview")AiModel.lifecycle_status— marked deprecated (always empty); callers must migrate to version-level fieldAiModelFilterOptions.statuses— clarified that filtering now applies at version level before aggregation, and that deprecated versions/SKUs are automatically excludedMerged PRs Referenced
AZD_DEPLOY_{SERVICE}_IGNORE_SLOTSenv var to bypass slot deploymentNotes
trangevi/toolbox), notmain, so it was not included in this update.Azure/azure-devdocs were used as the source of truth forenvironment-variables.md.