Hi all, i'm trying to add PublicIPAddressSkuArgs ...
# getting-started
h
Hi all, i'm trying to add PublicIPAddressSkuArgs into my pulumi script based on the example here: https://www.pulumi.com/registry/packages/azure-native/api-docs/network/publicipaddress/#publicipaddressskuname but I end up with the following Go error: panic: runtime error: comparing uncomparable type resource.PropertyMap goroutine 15 [running]: github.com/pulumi/pulumi-azure-native/provider/pkg/provider.(*azureNativeProvider).Diff(0x14000472300, {0x105b68ac8, 0x1401416a7b0}, 0x14000556230) /home/runner/work/pulumi-azure-native/pulumi-azure-native/provider/pkg/provider/provider.go:737 +0x9e8 github.com/pulumi/pulumi/sdk/v3/proto/go._ResourceProvider_Diff_Handler.func1({0x105b68ac8, 0x1401416a7b0}, {0x105ad8900, 0x14000556230}) /home/runner/go/pkg/mod/github.com/pulumi/pulumi/sdk/v3@v3.23.2/proto/go/provider.pb.go:2611 +0x7c github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc.OpenTracingServerInterceptor.func1({0x105b68ac8, 0x1401416a480}, {0x105ad8900, 0x14000556230}, 0x14012535f60, 0x1401415c858) /home/runner/go/pkg/mod/github.com/grpc-ecosystem/grpc-opentracing@v0.0.0-20180507213350-8e809c8a8645/go/otgrpc/server.go:57 +0x3bc github.com/pulumi/pulumi/sdk/v3/proto/go._ResourceProvider_Diff_Handler({0x105b19c00, 0x14000472300}, {0x105b68ac8, 0x1401416a480}, 0x1400e3ea120, 0x14000643f00) /home/runner/go/pkg/mod/github.com/pulumi/pulumi/sdk/v3@v3.23.2/proto/go/provider.pb.go:2613 +0x150 google.golang.org/grpc.(*Server).processUnaryRPC(0x140004f2000, {0x105b7a0e8, 0x1400017ec00}, 0x1401416c000, 0x140140f8b70, 0x106ddee28, 0x0) /home/runner/go/pkg/mod/google.golang.org/grpc@v1.37.0/server.go:1217 +0xc38 google.golang.org/grpc.(*Server).handleStream(0x140004f2000, {0x105b7a0e8, 0x1400017ec00}, 0x1401416c000, 0x0) /home/runner/go/pkg/mod/google.golang.org/grpc@v1.37.0/server.go:1540 +0xa34 google.golang.org/grpc.(*Server).serveStreams.func1.2(0x1400c6e4020, 0x140004f2000, {0x105b7a0e8, 0x1400017ec00}, 0x1401416c000) /home/runner/go/pkg/mod/google.golang.org/grpc@v1.37.0/server.go:878 +0x94 created by google.golang.org/grpc.(*Server).serveStreams.func1 /home/runner/go/pkg/mod/google.golang.org/grpc@v1.37.0/server.go:876 +0x1f0 Anyone have any ideahow to resolve?
s
could you file an issue here https://github.com/pulumi/pulumi-azure-native/issues with some of your code and the provider version etc please? We will take a look
👍 1