[docs] Add deprecation notices to GitHub Models integration docs#1279
Merged
IEvangelist merged 4 commits intoJun 25, 2026
Merged
Conversation
The GitHub Models service is no longer available to new customers. Aspire.Hosting.GitHub.Models is sunset in 13.5 — all public APIs are marked [Obsolete] and the package is hidden from aspire add. Add a :::caution callout to all three GitHub Models documentation pages to surface this to existing users. Documents changes from microsoft/aspire#18405. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
14 tasks
Contributor
Author
Frontend HTML artifact readyThe latest frontend build uploaded the This comment updates automatically when a new frontend build artifact is uploaded. |
sebastienros
approved these changes
Jun 22, 2026
Contributor
|
Targeting correct branch and content is fine. |
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…ment Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Adds prominent documentation notices to warn users that the GitHub Models service/integration is deprecated, aligning the docs with the upstream hosting integration soft-sunset in Aspire 13.5.
Changes:
- Adds an
:::caution[Integration deprecated]callout at the top of each GitHub Models integration page (get started / host / connect). - Updates the Aspire 13.5 “Breaking changes” section to include the GitHub Models deprecation, and expands the “Review deprecated APIs” caution accordingly.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/frontend/src/content/docs/whats-new/aspire-13-5.mdx | Documents the GitHub Models deprecation in the Aspire 13.5 breaking changes and deprecation review callout. |
| src/frontend/src/content/docs/integrations/ai/github-models/github-models-host.mdx | Adds a top-of-page caution callout warning the integration is deprecated and pointing to Azure AI Foundry. |
| src/frontend/src/content/docs/integrations/ai/github-models/github-models-get-started.mdx | Adds a top-of-page caution callout warning the integration is deprecated and pointing to Azure AI Foundry. |
| src/frontend/src/content/docs/integrations/ai/github-models/github-models-connect.mdx | Adds a top-of-page caution callout warning the integration is deprecated and pointing to Azure AI Foundry. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| 3. **aspire ps --resources flag removed**: The `--resources` and `--include-hidden` flags have been removed from `aspire ps`, which now focuses on AppHost-level summaries. Use `aspire describe` for detailed resource data. | ||
|
|
||
| 4. **GitHub Models integration deprecated**: The GitHub Models service is no longer available to new customers, so the `Aspire.Hosting.GitHub.Models` integration is sunset as of Aspire 13.5. All public APIs are marked `[Obsolete]`, and the package no longer appears in `aspire add` output. One final obsolete release will ship on NuGet, and the package will be removed entirely in a future version. Migrate to the [Azure AI Foundry integration](/integrations/cloud/azure/azure-ai-foundry/azure-ai-foundry-get-started/) instead. See [microsoft/aspire#18402](https://github.com/microsoft/aspire/issues/18402) for details. |
IEvangelist
reviewed
Jun 25, 2026
Co-authored-by: David Pine <david.pine@microsoft.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.
Documents changes from microsoft/aspire#18405 —
@sebastienrosWhy this PR is needed
The GitHub Models service is no longer available to new customers (see microsoft/aspire#18402). In microsoft/aspire#18405, the
Aspire.Hosting.GitHub.Modelshosting integration was soft-sunsetted: all public APIs (AddGitHubModel,WithApiKey,WithHealthCheck,GitHubModelResource,GitHubModel) were marked[Obsolete], the package was hidden fromaspire add, and its daily model-refresh automation was removed.Users browsing the existing GitHub Models documentation pages have no indication that the service and integration are no longer viable for new projects. This PR adds a prominently placed
:::cautioncallout to each of the three GitHub Models docs pages.Target branch
Targeting
release/13.5based on the source PR milestone13.5(exact match onmicrosoft/aspire.dev).Changes made
A
:::caution[Integration deprecated]callout was added to the top of each page explaining:[Obsolete].aspire addoutput.Files modified
src/frontend/src/content/docs/integrations/ai/github-models/github-models-get-started.mdx— updatedsrc/frontend/src/content/docs/integrations/ai/github-models/github-models-host.mdx— updatedsrc/frontend/src/content/docs/integrations/ai/github-models/github-models-connect.mdx— updated