From b68a9f04477f3ef1e84adbb21ff8b3c2b2b5cb6a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 21 Mar 2026 02:57:29 +0000 Subject: [PATCH 1/2] Initial plan From 9b3808ed507da66a81690654968e8c806c9184d4 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 21 Mar 2026 03:01:40 +0000 Subject: [PATCH 2/2] =?UTF-8?q?Fix=20broken=20aspire-samples=20links=20(mi?= =?UTF-8?q?crosoft=20=E2=86=92=20Azure-Samples)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: mitchdenny <513398+mitchdenny@users.noreply.github.com> Agent-Logs-Url: https://github.com/microsoft/aspire/sessions/30f81659-a662-4530-818e-f348bf91913c --- README.md | 2 +- docs/area-owners.md | 2 +- playground/README.md | 2 +- src/Aspire.Hosting.JavaScript/README.md | 4 ++-- tools/ReleaseNotes/data/whats-new-93.md | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2481eb49eb9..b1aeeeb4cf3 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Aspire gives you a unified toolchain: launch and debug your entire app locally w ## Useful links - [Aspire overview and documentation](https://aspire.dev/docs/) -- [Aspire samples repository](https://github.com/microsoft/aspire-samples) +- [Aspire samples repository](https://github.com/Azure-Samples/aspire-samples) - [Dogfooding pull requests](docs/dogfooding-pull-requests.md) - Test changes from specific pull requests locally ## Getting started diff --git a/docs/area-owners.md b/docs/area-owners.md index e47a1ff69eb..99d3f55d7bb 100644 --- a/docs/area-owners.md +++ b/docs/area-owners.md @@ -16,7 +16,7 @@ If you need to tag folks on an issue or PR, you will generally want to tag the o | [area-engineering-systems](https://github.com/microsoft/aspire/issues?q=is%3Aopen+is%3Aissue+label%3Aarea-engineering-systems) | @joperezr | @aspire/area-engineering-systems | Issues/PRs related to how the repository is built and tested (build and test infrastructure) | | [area-meta](https://github.com/microsoft/aspire/issues?q=is%3Aopen+is%3Aissue+label%3Aarea-meta) | @danmoseley | @aspire/area-meta | Issues/PRs that don't really match any of the other areas | | [area-orchestrator](https://github.com/microsoft/aspire/issues?q=is%3Aopen+is%3Aissue+label%3Aarea-orchestrator) | @dbreshears | @aspire/area-orchestrator | Issues/PRs related to DCP (Devex Control Plane) | -| [area-samples](https://github.com/microsoft/aspire-samples/issues?q=is%3Aopen+is%3Aissue+label%3Aarea-samples) | @DamianEdwards | @aspire/area-samples | Issues/PRs related to the Aspire samples. These are in the [microsoft/aspire-samples](https://github.com/microsoft/aspire-samples) repo. | +| [area-samples](https://github.com/Azure-Samples/aspire-samples/issues?q=is%3Aopen+is%3Aissue+label%3Aarea-samples) | @DamianEdwards | @aspire/area-samples | Issues/PRs related to the Aspire samples. These are in the [Azure-Samples/aspire-samples](https://github.com/Azure-Samples/aspire-samples) repo. | | [area-service-discovery](https://github.com/microsoft/aspire/issues?q=is%3Aopen+is%3Aissue+label%3Aarea-service-discovery) | @ReubenBond | @aspire/area-service-discovery | Issues/PRs related to Aspire's Service Discovery and communication between services | | [area-templates](https://github.com/microsoft/aspire/issues?q=is%3Aopen+is%3Aissue+label%3Aarea-templates) | @DamianEdwards | @aspire/area-templates | Issues/PRs related to the Aspire templates | | [area-telemetry](https://github.com/microsoft/aspire/issues?q=is%3Aopen+is%3Aissue+label%3Aarea-telemetry) | @maddymontaquila | @aspire/area-telemetry | Issues/PRs related to telemetry (logs, metrics, tracing) | diff --git a/playground/README.md b/playground/README.md index d844c695713..7f04fd89c05 100644 --- a/playground/README.md +++ b/playground/README.md @@ -4,4 +4,4 @@ This folder contains Aspire applications used within this repository for testing These are not intended as samples! In order to develop in this repository, we need some non-standard approaches that are not recommended or might not work elsewhere. -To find samples, see https://github.com/microsoft/aspire-samples +To find samples, see https://github.com/Azure-Samples/aspire-samples diff --git a/src/Aspire.Hosting.JavaScript/README.md b/src/Aspire.Hosting.JavaScript/README.md index 42e16d0d5b9..eb40b0eafb1 100644 --- a/src/Aspire.Hosting.JavaScript/README.md +++ b/src/Aspire.Hosting.JavaScript/README.md @@ -25,8 +25,8 @@ builder.Build().Run(); ``` ## Additional documentation -https://github.com/microsoft/aspire-samples/tree/main/samples/aspire-with-javascript -https://github.com/microsoft/aspire-samples/tree/main/samples/aspire-with-node +https://github.com/Azure-Samples/aspire-samples/tree/main/samples/aspire-with-javascript +https://github.com/Azure-Samples/aspire-samples/tree/main/samples/aspire-with-node ## Feedback & contributing diff --git a/tools/ReleaseNotes/data/whats-new-93.md b/tools/ReleaseNotes/data/whats-new-93.md index 396d4534914..04c99102ae8 100644 --- a/tools/ReleaseNotes/data/whats-new-93.md +++ b/tools/ReleaseNotes/data/whats-new-93.md @@ -98,7 +98,7 @@ builder.Eventing.Subscribe(myCustom, async (e, ct) => }); ``` -This replaces awkward patterns like `Task.Run` inside constructors or `Configure()` methods. You can see a more complex version in the [TalkingClock sample](https://github.com/microsoft/aspire-samples/tree/3dee8cd7c7880fe421ea61ba167301eb1369000a/samples/CustomResources/CustomResources.AppHost) in the official Aspire samples repo. +This replaces awkward patterns like `Task.Run` inside constructors or `Configure()` methods. You can see a more complex version in the [TalkingClock sample](https://github.com/Azure-Samples/aspire-samples/tree/3dee8cd7c7880fe421ea61ba167301eb1369000a/samples/CustomResources/CustomResources.AppHost) in the official Aspire samples repo. #### `ResourceEndpointsAllocatedEvent`