- 
                Notifications
    You must be signed in to change notification settings 
- Fork 715
[release/9.2] Adding descriptions to all args/options in CLI. #8550
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
Conversation
… 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]>
Contributes to #7811 Co-authored-by: Sebastien Ros <[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]>
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.
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);
| private BicepOutputReference ContainerAppEnvironmentId => new("AZURE_CONTAINER_APPS_ENVIRONMENT_ID", this); | ||
|  | 
    
      
    
      Copilot
AI
    
    
    
      Apr 4, 2025 
    
  
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.
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.
| private BicepOutputReference ContainerAppEnvironmentId => new("AZURE_CONTAINER_APPS_ENVIRONMENT_ID", this); | |
| public BicepOutputReference ContainerAppEnvironmentId => new("AZURE_CONTAINER_APPS_ENVIRONMENT_ID", this); | 
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.