Tags: ali63yavari/aspire
Tags
[release/9.4] Mark ParameterResource.Value as obsolete in favor of Ge… …tValueAsync and direct usage (dotnet#10701) * Initial plan * Mark ParameterResource.Value as obsolete and update internal usage Co-authored-by: davidfowl <[email protected]> * Remove defaultValue parameter setting and use deferred resolution for ParameterResource values Co-authored-by: davidfowl <[email protected]> * Store ParameterResource in HelmExpressionWithValue and defer default value resolution Co-authored-by: davidfowl <[email protected]> * Make MapParameter and callees async and use GetValueAsync Co-authored-by: davidfowl <[email protected]> * Remove uses of parameter.Value in AzurePublishingContext.cs Co-authored-by: davidfowl <[email protected]> * Use BicepIdentifier instead of Value.Compile() for ParameterResource scope resolution Co-authored-by: davidfowl <[email protected]> * Revert tuple destructuring changes and correctly use BicepIdentifier instead of obsolete Value property Co-authored-by: davidfowl <[email protected]> * Revert AzurePublishingContext.cs to original synchronous Visit call Co-authored-by: davidfowl <[email protected]> * Remove pragma warning disable for obsolete ParameterResource.Value usage in AzurePublishingContext Co-authored-by: davidfowl <[email protected]> * Make MapParameter async and use p.GetValueAsync instead of obsolete property Co-authored-by: davidfowl <[email protected]> * Suppress obsolete warnings for ParameterResource.Value in test files Co-authored-by: davidfowl <[email protected]> * Move pragma. * Revert changes to Azure, Docker and K8s publisher. Instead suppress the obsoletion. --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: davidfowl <[email protected]> Co-authored-by: Mitch Denny <[email protected]> Co-authored-by: Eric Erhardt <[email protected]>
Skip role assignment handling for emulators (dotnet#9705) (dotnet#9716) - Updated `BuildRoleAssignmentAnnotations` to skip processing for container emulators. - Added a new test `DoesNotApplyRoleAssignmentsInRunModeForEmulators` to verify that role assignments are not applied to emulator resources. Co-authored-by: David Fowler <[email protected]>
Bumping MEAI to stable 9.5.0 versions (dotnet#9348) * Bumping MEAI to stable 9.5.0 versions * Pin 2 versions that are not shipping stable
Mark DistributedApplicationOperation.Inspect as experimental, and imr… …pove AddPublisher API. (dotnet#8666) Co-authored-by: Mitch Denny <[email protected]>
Merged PR 44589: Merge branch release/9.0 into internal/release/9.0 - Update dependencies from https://github.com/microsoft/usvc-apiserver build 0.8.13 (dotnet#6579) ---- #### AI description (iteration 1) #### PR Classification Merging branch `release/9.0` into `internal/release/9.0` to address missing Azure Security Pack. #### PR Summary This pull request updates dependencies to address the missing Azure Security Pack as per the S360 action item. - Updated `Microsoft.DeveloperControlPlane` package versions from `0.8.11` to `0.8.13` in `/eng/Version.Details.xml`. - Updated `MicrosoftDeveloperControlPlane` package versions from `0.8.11` to `0.8.13` in `/eng/Versions.props`. Related work items: dotnet#6579
Allow Dashboard application to roll-forward (dotnet#6417) Co-authored-by: Jose Perez Rodriguez <[email protected]>
[release/9.0-rc1] Template changes to consolidate to single package (d… …otnet#6255) * WIP: Move net-8 templates into one package * Add donwlevel templates * Add workload constraint to downlevel templates * Remove Aspire.ProjectTemplates.net8 test references
PreviousNext