I am getting following error when tried to use Pul...
# azure
a
I am getting following error when tried to use Pulumi.AzureNative.Web.V20210301 to create KubeEnvironment for ContainerApp deployment pulumiprovidersazure-native default_1_60_0 error: no resource plugin 'pulumi-resource-azure-native' found in the workspace at version v1.60.0 or on your $PATH, install the plugin using
pulumi plugin install resource azure-native v1.60.0
b
the answer is in the error message..
a
Hi Jax, Thanks for reply I tried with using Pulumi.Native Version 1.60.0 and 1.66.0 but got same error
d
did you run "pulumi plugin install resource azure-native v1.60.0" just before running pulumi up?
a
yes John
b
can you show the output of
pulumi plugin ls
please?
a
This started when i added Pulumi.AzureNative.Web.V20210301 reference in my application