[Automated] Backmerge release/13.2 to main#14480
Merged
Conversation
…hema and implement related tests (#14455) * Add override options for staging feed and quality in configuration schema and implement related tests * Add stagingVersionPrefix property to configuration schemas and implement related logic in PackagingService
* Initial plan * Hide aspire setup command when bundle is not available Conditionally add SetupCommand to the CLI command tree only when IBundleService.IsBundle is true, following the same pattern used for ExecCommand and SdkCommand feature-flag gating. Co-authored-by: davidfowl <95136+davidfowl@users.noreply.github.com> * Add tests for setup command visibility based on bundle availability Add two tests to RootCommandTests: - SetupCommand_NotAvailable_WhenBundleIsNotAvailable: verifies setup command is hidden when the CLI has no embedded bundle - SetupCommand_Available_WhenBundleIsAvailable: verifies setup command is visible when the CLI has an embedded bundle Also add BundleServiceFactory to CliServiceCollectionTestOptions and TestBundleService to support overriding bundle behavior in tests. Co-authored-by: davidfowl <95136+davidfowl@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: davidfowl <95136+davidfowl@users.noreply.github.com>
…14473) * Initial plan * Fix transitive Azure role assignments through WaitFor dependencies Remove CollectAnnotationDependencies calls from CollectDependenciesFromValue to prevent WaitFor/parent/connection-string-redirect annotations from referenced resources being included as direct dependencies of the caller. Add tests verifying: - DirectOnly mode excludes WaitFor deps from referenced resources - WaitFor doesn't create transitive role assignments in Azure publish Co-authored-by: eerhardt <8291187+eerhardt@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: eerhardt <8291187+eerhardt@users.noreply.github.com>
…tities and roles (#14474) * Stop ViteApps (build only containers) from getting Azure managed identities and roles These resources don't get deployed, so they should be filtered from getting role assignments and managed identities added for them. * Update src/Aspire.Hosting.Azure/AzureResourcePreparer.cs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
… dependencies to latest (#14467) * Update to Azure.Core 1.51.1 Use latest versions for all dotnet/runtime nuget packages. This simplifies our dependency management. Remove ForceLatestDotnetVersions property from multiple project files * Update AzureDeployerTests to use WaitForShutdown instead of StopAsync There is a timing issue when using Start/Stop since the background pipeline might still be running and it cancels the pipeline before it can complete. * Fix AuxiliaryBackchannelTests by adding a Task that completes when the AuxiliaryBackchannelService is listening and ready for connections. * Remove double registration of AuxiliaryBackchannelService as an IHostedService. * Fix ResourceLoggerForwarderServiceTests to ensure the ResourceLoggerForwarderService has started before signalling the stopping token. --------- Co-authored-by: Eric Erhardt <eric.erhardt@microsoft.com>
…ease-13.2-to-main
Contributor
Author
|
🚀 Dogfood this PR with:
curl -fsSL https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 14480Or
iex "& { $(irm https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 14480" |
eerhardt
approved these changes
Feb 12, 2026
Member
|
Make sure not to squash merge! |
Contributor
Author
🎬 CLI E2E Test RecordingsThe following terminal recordings are available for commit
📹 Recordings uploaded automatically from CI run #21968589323 |
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.
Automated Backmerge
This PR merges changes from
release/13.2back intomain.Commits to merge: 5
This PR was created automatically to keep
mainup-to-date with release branch changes.Once approved, it will auto-merge.
This PR was generated by the backmerge-release workflow.