-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[auto/dotnet] - plugin installation options: exact version, server #7796
[auto/dotnet] - plugin installation options: exact version, server #7796
Conversation
PR is now waiting for a maintainer to run the acceptance tests. Note for the maintainer: To run the acceptance tests, please comment /run-acceptance-tests on the PR Further commands available:
|
PR is now waiting for a maintainer to run the acceptance tests. Note for the maintainer: To run the acceptance tests, please comment /run-acceptance-tests on the PR Further commands available:
|
PR is now waiting for a maintainer to run the acceptance tests. Note for the maintainer: To run the acceptance tests, please comment /run-acceptance-tests on the PR Further commands available:
|
/run-acceptance-tests |
Please view the results of the PR Build + Acceptance Tests Run Here |
Co-authored-by: Justin Van Patten <[email protected]>
PR is now waiting for a maintainer to run the acceptance tests. Note for the maintainer: To run the acceptance tests, please comment /run-acceptance-tests on the PR Further commands available:
|
…hanges to shipped
PR is now waiting for a maintainer to run the acceptance tests. Note for the maintainer: To run the acceptance tests, please comment /run-acceptance-tests on the PR Further commands available:
|
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.
LGTM (aside from updating the CHANGELOG entry)
PR is now waiting for a maintainer to run the acceptance tests. Note for the maintainer: To run the acceptance tests, please comment /run-acceptance-tests on the PR Further commands available:
|
/run-acceptance-tests |
Please view the results of the PR Build + Acceptance Tests Run Here |
Thanks so much @orionstudt |
Please view the results of the PR Build + Acceptance Tests Run Here |
…ulumi/pulumi#7796) * add additional plugin install options * update changelog * slight re-name properties to be more idiomatic * Apply suggestions from code review Co-authored-by: Justin Van Patten <[email protected]> * Add support for old install plugin overload, and move unshipped api changes to shipped * add breaking note to changelog Co-authored-by: Justin Van Patten <[email protected]>
Description
Add functionality to .NET Automation API to allow for the
--exact
and--server
arguments when doingpulumi plugin install
. Related to #7742.Checklist