-
Notifications
You must be signed in to change notification settings - Fork 168
Content for Aspire v13 #5199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Content for Aspire v13 #5199
Conversation
…entication (#5192) * Initial plan * Document ClaimActions configuration for dashboard OIDC authentication Co-authored-by: JamesNK <[email protected]> * Apply suggestion from @JamesNK * Apply suggestion from @JamesNK * Apply suggestion from @JamesNK * Update configuration.md --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: JamesNK <[email protected]> Co-authored-by: James Newton-King <[email protected]>
…dentityCredential on ACA and App Service (#5303) * Initial plan * Add breaking change documentation for DefaultAzureCredential in 13.0 Co-authored-by: IEvangelist <[email protected]> * Fix markdown linting error - add blank line before list Co-authored-by: IEvangelist <[email protected]> * Update docs/compatibility/13.0/defaultazurecredential-managedidentity-default.md --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: IEvangelist <[email protected]> Co-authored-by: David Pine <[email protected]>
…ly-typed model constants (#5302) * Initial plan * Update documentation to use AIFoundryModel and GitHubModel constants Co-authored-by: IEvangelist <[email protected]> * Update compatibility matrix to use GitHubModel constant Co-authored-by: IEvangelist <[email protected]> * Apply suggestions from code review --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: IEvangelist <[email protected]> Co-authored-by: David Pine <[email protected]>
* Initial plan * Update environment variable format to polyglot-friendly pattern Co-authored-by: IEvangelist <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: IEvangelist <[email protected]>
* Initial plan * Update AppHost project section to show new SDK format for Aspire 13.0 Co-authored-by: IEvangelist <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: IEvangelist <[email protected]>
…view.md (#5318) * Initial plan * Add AddCSharpApp and CSharpAppResource documentation to app-host-overview.md Co-authored-by: IEvangelist <[email protected]> * Apply suggestions from code review * Update docs/fundamentals/app-host-overview.md --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: IEvangelist <[email protected]> Co-authored-by: David Pine <[email protected]>
… rename (PR #12137) (#5310) * Initial plan * Add breaking changes article for PR #12137 and update documentation Co-authored-by: IEvangelist <[email protected]> * Fix parameter naming consistency in breaking change examples Co-authored-by: IEvangelist <[email protected]> * Fix cross reference warnings by using inline code formatting Co-authored-by: IEvangelist <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: IEvangelist <[email protected]> Co-authored-by: David Pine <[email protected]>
…IREPIPELINES003 diagnostics (#5359) * Initial plan * Add documentation for three new pipeline-related diagnostics Co-authored-by: captainsafia <[email protected]> * Fix ms.date to reflect current date in diagnostic documentation Co-authored-by: captainsafia <[email protected]> * Update diagnostic codes to use ASPIREPIPELINES001-003 instead of mixed naming scheme Co-authored-by: captainsafia <[email protected]> * Add ASPIREPIPELINES001-003 diagnostics to TOC Co-authored-by: IEvangelist <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: captainsafia <[email protected]> Co-authored-by: IEvangelist <[email protected]>
|
@IEvangelist I've added new dashboard configuration for v13. The changes will need to be mirrored to aspire.dev. |
* Initial plan * Add local deployment state documentation Co-authored-by: IEvangelist <[email protected]> * Address feedback: Add intros, italicize paths, add CI/CD example Co-authored-by: IEvangelist <[email protected]> * Rename and relocate deployment state doc outside Azure section Co-authored-by: IEvangelist <[email protected]> * Clarify cache save behavior in GitHub Actions example Co-authored-by: IEvangelist <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: IEvangelist <[email protected]>
* Initial plan * Add certificate trust customization article Co-authored-by: IEvangelist <[email protected]> * Fix cross-reference title to match actual article title Co-authored-by: IEvangelist <[email protected]> * Address PR feedback: update API examples, add runtime callout, document default scopes Co-authored-by: IEvangelist <[email protected]> * Update callback APIs to use async Task and simplified context objects Co-authored-by: IEvangelist <[email protected]> * Replace deprecated callback APIs with new simplified APIs Co-authored-by: IEvangelist <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: IEvangelist <[email protected]>
) (#5313) * Initial plan * Update documentation with new polyglot environment variable format Co-authored-by: IEvangelist <[email protected]> * Add clarification about resource names in environment variables Co-authored-by: IEvangelist <[email protected]> * Improve clarity of note about connection name parameter Co-authored-by: IEvangelist <[email protected]> * Update docs/fundamentals/app-host-overview.md --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: IEvangelist <[email protected]> Co-authored-by: David Pine <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR contains comprehensive documentation updates for Aspire v13, including breaking changes, new features, and updated code examples to reflect the latest API changes.
- Purpose: Document Aspire v13.0 features, breaking changes, and updated APIs
- Key Changes:
- Introduced MCP (Model Context Protocol) server documentation
- Updated environment variable naming convention from
services__*__*__0to{RESOURCENAME}_{ENDPOINTNAME}format - Renamed pipeline activity reporter APIs from
IPublishingActivityReportertoIPipelineActivityReporter - Added documentation for three new ASPIREPIPELINES diagnostics
- Updated breaking changes documentation with two new entries for v13.0
- Enhanced GitHub Models and Azure AI Foundry integrations to use strongly-typed model constants
Reviewed Changes
Copilot reviewed 32 out of 33 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/toc.yml | Added MCP server and new pipeline diagnostic entries to navigation |
| docs/testing/snippets/testing/xunit/AspireApp.Tests/EnvVarTests.cs | Updated environment variable names to new format (APISERVICE_HTTPS) |
| docs/testing/snippets/testing/nunit/AspireApp.Tests/EnvVarTests.cs | Updated environment variable names to new format (APISERVICE_HTTPS) |
| docs/testing/snippets/testing/mstest/AspireApp.Tests/EnvVarTests.cs | Updated environment variable names to new format (APISERVICE_HTTPS) |
| docs/snippets/azure/AppHost/AppHost.cs | Updated Phi-4 model version from "1" to "7" |
| docs/github/github-models-integration.md | Updated to use strongly-typed GitHubModel constants throughout examples |
| docs/get-started/build-aspire-apps-with-nodejs.md | Updated environment variable references to new naming format |
| docs/fundamentals/orchestrate-resources.md | Updated environment variable examples to new format |
| docs/fundamentals/dashboard/snippets/Mcp/launchSettings.json | Added new configuration example for MCP endpoint |
| docs/fundamentals/dashboard/mcp-server.md | New comprehensive documentation for Aspire MCP server feature |
| docs/fundamentals/dashboard/configuration.md | Added MCP endpoint configuration options and claim actions documentation |
| docs/fundamentals/custom-deployments.md | Updated API names from PublishingActivityReporter to PipelineActivityReporter |
| docs/fundamentals/app-host-overview.md | Updated to document new SDK configuration and AddCSharpApp method |
| docs/extensibility/interaction-service.md | Updated context reference from DeploymentContext to PipelineStepContext |
| docs/extensibility/dev-tunnels-integration.md | Updated environment variable example to new format |
| docs/diagnostics/overview.md | Added three new ASPIREPIPELINES diagnostic entries |
| docs/diagnostics/aspirepipelines001.md | New diagnostic documentation for pipeline infrastructure APIs |
| docs/diagnostics/aspirepipelines002.md | New diagnostic documentation for deployment state manager APIs |
| docs/diagnostics/aspirepipelines003.md | New diagnostic documentation for container image build APIs |
| docs/deployment/manifest-format.md | Updated environment variable examples to new format |
| docs/deployment/azd/aca-deployment-azd-in-depth.md | Updated environment variable examples in deployment configuration |
| docs/compatibility/toc.yml | Added Aspire 13.0 section with breaking changes navigation |
| docs/compatibility/13.0/index.md | New breaking changes overview for v13.0 |
| docs/compatibility/13.0/pipeline-activity-reporter-renamed.md | New breaking change documentation for renamed APIs |
| docs/compatibility/13.0/defaultazurecredential-managedidentity-default.md | New breaking change documentation for credential behavior |
| docs/azureai/azureai-foundry-integration.md | Updated to use strongly-typed AIFoundryModel constants |
| docs/azureai/ai-integrations-compatibility-matrix.md | Updated GitHub Models example to use strongly-typed constants |
Co-authored-by: Copilot <[email protected]>
Content for v13:
Internal previews
Toggle expand/collapse