https://pulumi.com logo
#automation-api
Title
# automation-api
b

bored-activity-40468

10/18/2023, 3:41 PM
For automation-api, when is
Workspace.InstallPluginAsync
not required? I I added the TLS provider to some code and forgot to add it to my bit that calls
InstallPluginsAsync
but it was downloaded to
.plugins
for me.
r

red-match-15116

10/18/2023, 6:06 PM
I believe it's only required if you're using inline programs.
b

bored-activity-40468

10/18/2023, 7:30 PM
This is awesome, thanks!