proud-chef-51117
09/12/2023, 10:49 AMdbforpostgresql
. I recognized (from what I see) that:
• I can only create a firewall rule for Server (and not for Cluster)
• I can only create an private endpoint connection for Cluster (and not for Server)
I also searched through provider/cmd/pulumi-resource-azure-native/schema.json
and this makes me feel I could be right.
I would love to see the struct
s for NewFirewall
and NewPrivateEndpointConnection
be compatible with both Server
AND Cluster
. Should I create a feature request in Github? Or am I simply using it wrong?melodic-tomato-39005
09/12/2023, 12:06 PMproud-chef-51117
09/12/2023, 1:13 PMazure-sdk-for-go
in this case?melodic-tomato-39005
09/12/2023, 3:24 PMproud-chef-51117
09/13/2023, 6:35 AMCluster
(CosmosDB). There is no way to define a Server
(FlexibleServer)
The FirewallRule input just accepts a ServerName
(FlexibleServer). There is no way to define a Cluster
(CosmosDB)
That's why I wrote It would be nice to have ServerName
AND ClusterName
in both structs.melodic-tomato-39005
09/13/2023, 10:48 AMproud-chef-51117
09/13/2023, 1:11 PM