straight-whale-42634
01/13/2025, 10:28 AMServerAzureADAdministrator
for the postgres flexible servers? The UI has that option, but i cant find it in the pulumi native provider for azurestraight-whale-42634
01/13/2025, 12:00 PMcuddly-napkin-89521
01/21/2025, 11:04 AMstraight-whale-42634
01/21/2025, 11:43 AMnew Administrator("administrator", new()
{
ObjectId = "id of the group",
PrincipalName = "name of the group",
PrincipalType = PrincipalType.Group,
ResourceGroupName = resourceGroupName,
ServerName = server.Name
}, new()
{
DependsOn = { server }
});
Administrator comes from Pulumi.AzureNative.DBforPostgreSQL
cuddly-napkin-89521
01/23/2025, 8:12 AMstraight-whale-42634
01/24/2025, 7:36 AM