We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c279585 commit c875060Copy full SHA for c875060
infra/core/database/neon/serverlessPostgres.bicep
@@ -22,7 +22,7 @@ resource neonOrganization 'Neon.Postgres/organizations@2024-08-01-preview' = {
22
subscriptionId: subscription().id
23
}
24
partnerOrganizationProperties: {
25
- organizationName: 'string'
+ organizationName: 'mycompany'
26
27
userDetails: {
28
upn: userPrincipalName
0 commit comments