I upgraded to Azure Native 1.3.0 and are now getti...
# azure
b
I upgraded to Azure Native 1.3.0 and are now getting this error when I try to run my Pulumi code that lists the storage account access keys error: Running program ‘/Users/sejensen/dev/chipper-incident-aggregate/infra/bin/Debug/netcoreapp3.1/services-incident.dll’ failed with an unhandled exception: System.TypeLoadException: Could not load type ‘Pulumi.AzureNative.Storage.Outputs.StorageAccountKeyResponseResult’ from assembly ‘Pulumi.AzureNative, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null’. at Dk.Nuuday.PulumiHelper.Domain.<>c__DisplayClass14_0.<GetConnectionString>b__1(ListStorageAccountKeysResult keys) at Pulumi.Output`1.ApplyHelperAsync[U](Task`1 dataTask, Func`2 func) at Pulumi.Output`1.Pulumi.IOutput.GetDataAsync() Code: Any thoughts
t
What was the previous version?
The class is now called
StorageAccountKeyResponse
, I believe it was renamed in 1.0
b
okay thanks it was 0.9.0