Skip to content

Commit c875060

Browse files
committedApr 5, 2025·
update default org name
1 parent c279585 commit c875060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎infra/core/database/neon/serverlessPostgres.bicep

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ resource neonOrganization 'Neon.Postgres/organizations@2024-08-01-preview' = {
2222
subscriptionId: subscription().id
2323
}
2424
partnerOrganizationProperties: {
25-
organizationName: 'string'
25+
organizationName: 'mycompany'
2626
}
2727
userDetails: {
2828
upn: userPrincipalName

0 commit comments

Comments
 (0)
Please sign in to comment.