Hello Team, Does someone knows how to disable pub...
# azure
c
Hello Team, Does someone knows how to disable publicNetworkAccess, in Azure Postgres, with Azure-native provider ? In past there was ticket opened because of this issue, but still code is not working. opened ticket: https://github.com/pulumi/pulumi-azure-native/issues/2860
m
Can you be more specific what you mean by code is not working? Did you try importing a newer package version as pointed out in the issue? For example, in Go, instead of importing “github.com/pulumi/pulumi-azure-native-sdk/dbforpostgresql/v2” in your program you’d import “github.com/pulumi/pulumi-azure-native-sdk/dbforpostgresql/v2/20230601preview”. Similar in other languages.
c
Hello Thomas, no I didn't I used just latest Azure-native provider. But I think this change is like a few months ago, that was reason why I have just tried latest. I will try in the morning. Thank you.