File tree Expand file tree Collapse file tree 1 file changed +7
-25
lines changed Expand file tree Collapse file tree 1 file changed +7
-25
lines changed Original file line number Diff line number Diff line change @@ -4,44 +4,26 @@ param tags object = {}
4
4
5
5
resource neonOrganization 'Neon.Postgres/organizations@2024-08-01-preview' = {
6
6
location : location
7
- name : name
7
+ name : 'neon-${ name }'
8
8
tags : tags
9
9
properties : {
10
10
companyDetails : {
11
- businessPhone : 'string'
12
- companyName : 'string'
13
- country : 'string'
14
- domain : 'string'
15
11
}
16
12
marketplaceDetails : {
17
13
offerDetails : {
18
- offerId : 'string '
19
- planId : 'string '
20
- planName : 'string '
21
- publisherId : 'string '
22
- termId : 'string '
23
- termUnit : 'string '
14
+ offerId : 'neon_serverless_postgres_azure_prod '
15
+ planId : 'neon_serverless_postgres_azure_prod_free '
16
+ planName : 'Free Plan '
17
+ publisherId : 'neon1722366567200 '
18
+ termId : 'P1M '
19
+ termUnit : 'gmz7xq9ge3py '
24
20
}
25
21
subscriptionId : subscription ().id
26
- subscriptionStatus : 'string'
27
22
}
28
23
partnerOrganizationProperties : {
29
- organizationId : 'string'
30
24
organizationName : 'string'
31
- singleSignOnProperties : {
32
- aadDomains : [
33
- 'string'
34
- ]
35
- enterpriseAppId : 'string'
36
- singleSignOnState : 'string'
37
- singleSignOnUrl : 'string'
38
- }
39
25
}
40
26
userDetails : {
41
- emailAddress : 'string'
42
- firstName : 'string'
43
- lastName : 'string'
44
- phoneNumber : 'string'
45
27
upn : 'string'
46
28
}
47
29
}
You can’t perform that action at this time.
0 commit comments