better-rainbow-14549
04/23/2019, 2:13 PMerror: could not load plugin for azure provider 'urn:pulumi:subscription::subscription::pulumi:providers:azure::default': no resource plugin 'azure-v0.17.3' found in the workspace or on your $PATH, install the plugin using `pulumi plugin install resource azure v0.17.3`
i'm getting that for a pulumi refresh
on CI - never had it do this before with package updates. Any solution?white-balloon-205
pulumi plugin ls
?
What version of the @pulumi/azure
package are you installing in your package.json
and lock file?
Also cc @incalculable-sundown-82514better-rainbow-14549
04/23/2019, 2:16 PMwhite-balloon-205
0.17.3
to a newer version?better-rainbow-14549
04/23/2019, 2:19 PMwhite-balloon-205
pulumi plugin install resource azure 0.17.3
). But that should not be necessary. We'll look into what would cause this.
What version of the pulumi
CLI are you installing? We added support for automatically acquiring these plugins recently to help with this.better-rainbow-14549
04/23/2019, 2:22 PMwhite-balloon-205
better-rainbow-14549
04/23/2019, 2:23 PMwhite-balloon-205
better-rainbow-14549
04/23/2019, 2:27 PMazure resource 0.17.3 93 MB n/a 1 minute ago
white-balloon-205
better-rainbow-14549
04/23/2019, 2:27 PMpulumi plugin install resource azure v0.17.3
white-balloon-205
v
made a difference.better-rainbow-14549
04/23/2019, 2:30 PMwhite-balloon-205
better-rainbow-14549
04/23/2019, 2:31 PM