Skip to content

Conversation

@mitchdenny
Copy link
Member

Backport of #8544 to release/9.2

Customer Impact

This PR backports some help text improvements. It also rolls back some other changes around changing the project option to an argument (we decided to backtrack this).

Testing

Manually tested.

Risk

Low.

Regression?

No.

github-actions bot and others added 7 commits April 2, 2025 08:43
… access or passwords with emulator (#8503)

* Follow up keyvault changes - Pass the IKeyVaultSecretReference to the SecretResolver - Don't add the default keyvault when using the emulator.

* Enhance Azure Key Vault integration and add access key authentication support for CosmosDB and other resources

* Add the KeyVault resource, but remove it from the model in BeforeStart if the Azure resource is emulated or container in run mode.

* Add Microsoft.Extensions.DependencyInjection using statement

* Respond to PR feedback

---------

Co-authored-by: David Fowler <[email protected]>
Co-authored-by: Eric Erhardt <[email protected]>
* Tweak tracing code.

* aspire new with prompting.

* Template selection.

---------

Co-authored-by: Mitch Denny <[email protected]>
Using the Azure prefix, as we do this everywhere else.

Contributes to #7811

Co-authored-by: Eric Erhardt <[email protected]>
…m public API (#8530)

These properties may change over time or be moved in the future. We don't want to expose them just yet. Will expose later if they need to be public.

Contributes to #7811

Co-authored-by: Eric Erhardt <[email protected]>
* Adding descriptions to all args/options in CLI.

* Revert project arg to option.

* PR feedback.

* Rename resource to integration.

* Update src/Aspire.Cli/Commands/RunCommand.cs

Co-authored-by: David Fowler <[email protected]>

---------

Co-authored-by: David Fowler <[email protected]>
Copilot AI review requested due to automatic review settings April 4, 2025 07:26
@github-actions github-actions bot added the area-integrations Issues pertaining to Aspire Integrations packages label Apr 4, 2025
@mitchdenny mitchdenny closed this Apr 4, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 33 out of 34 changed files in this pull request and generated 1 comment.

Files not reviewed (1)
  • eng/Signing.props: Language not supported
Comments suppressed due to low confidence (1)

src/Aspire.Cli/NuGetPackageCache.cs:11

  • The method parameter type was changed from FileInfo to DirectoryInfo. Ensure that all consuming code has been updated accordingly to prevent potential runtime issues.
Task<IEnumerable<NuGetPackage>> GetPackagesAsync(DirectoryInfo workingDirectory, bool prerelease, string? source, CancellationToken cancellationToken);

Comment on lines +19 to 20
private BicepOutputReference ContainerAppEnvironmentId => new("AZURE_CONTAINER_APPS_ENVIRONMENT_ID", this);

Copy link

Copilot AI Apr 4, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The accessibility of the BicepOutputReference properties was changed from public to private. Verify that this change is intentional since external consumers might rely on these properties.

Suggested change
private BicepOutputReference ContainerAppEnvironmentId => new("AZURE_CONTAINER_APPS_ENVIRONMENT_ID", this);
public BicepOutputReference ContainerAppEnvironmentId => new("AZURE_CONTAINER_APPS_ENVIRONMENT_ID", this);

Copilot uses AI. Check for mistakes.
@mitchdenny mitchdenny deleted the backport-8544 branch April 11, 2025 02:13
@github-actions github-actions bot locked and limited conversation to collaborators May 11, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-integrations Issues pertaining to Aspire Integrations packages

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants