|
2 | 2 | "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#", |
3 | 3 | "contentVersion": "1.0.0.0", |
4 | 4 | "parameters": { |
| 5 | + "skipMailNotifications": { |
| 6 | + "value": false, |
| 7 | + "metadata": { |
| 8 | + "description": "If you don't want to send email notifications set this to true. When this is true, 'senderUsername','senderPassword','supportEmailAddresses','syncDisabledCCEmailAddresses','syncCompletedCCEmailAddresses' should be set to 'not-set'." |
| 9 | + } |
| 10 | + }, |
| 11 | + "isMailApplicationPermissionGranted": { |
| 12 | + "value": false, |
| 13 | + "metadata": { |
| 14 | + "description": "If you are not able or don't want to use delegated Mail.Send permission, you can grant application permission Mail.Send to the <solution>-Graph-<environment> or <solution>-identity-<environment>-Graph application depending on the authentication type selected. Then set this parameter to true." |
| 15 | + } |
| 16 | + }, |
5 | 17 | "senderUsername": { |
6 | 18 | "value": "", |
7 | 19 | "metadata": { |
|
14 | 26 | "description": "The password of the user that will be used to send emails." |
15 | 27 | } |
16 | 28 | }, |
17 | | - "teamsChannelServiceAccountObjectId": { |
| 29 | + "supportEmailAddresses": { |
18 | 30 | "value": "", |
19 | 31 | "metadata": { |
20 | | - "description": "The object id of the service account that will be used to manage Teams channels." |
| 32 | + "description": "The email addresses of the users that will receive support emails." |
21 | 33 | } |
22 | 34 | }, |
23 | | - "teamsChannelServiceAccountUsername": { |
| 35 | + "syncDisabledCCEmailAddresses": { |
24 | 36 | "value": "", |
25 | 37 | "metadata": { |
26 | | - "description": "The username of the service account that will be used to manage Teams channels." |
| 38 | + "description": "The email addresses of the users that will receive emails when a sync job is disabled." |
27 | 39 | } |
28 | 40 | }, |
29 | | - "teamsChannelServiceAccountPassword": { |
| 41 | + "syncCompletedCCEmailAddresses": { |
30 | 42 | "value": "", |
31 | 43 | "metadata": { |
32 | | - "description": "The password of the service account that will be used to manage Teams channels." |
| 44 | + "description": "The email addresses of the users that will receive emails when a sync job is completed." |
33 | 45 | } |
34 | 46 | }, |
35 | | - "supportEmailAddresses": { |
| 47 | + "teamsChannelServiceAccountObjectId": { |
36 | 48 | "value": "", |
37 | 49 | "metadata": { |
38 | | - "description": "The email addresses of the users that will receive support emails." |
| 50 | + "description": "The object id of the service account that will be used to manage Teams channels." |
39 | 51 | } |
40 | 52 | }, |
41 | | - "syncDisabledCCEmailAddresses": { |
| 53 | + "teamsChannelServiceAccountUsername": { |
42 | 54 | "value": "", |
43 | 55 | "metadata": { |
44 | | - "description": "The email addresses of the users that will receive emails when a sync job is disabled." |
| 56 | + "description": "The username of the service account that will be used to manage Teams channels." |
45 | 57 | } |
46 | 58 | }, |
47 | | - "syncCompletedCCEmailAddresses": { |
| 59 | + "teamsChannelServiceAccountPassword": { |
48 | 60 | "value": "", |
49 | 61 | "metadata": { |
50 | | - "description": "The email addresses of the users that will receive emails when a sync job is completed." |
| 62 | + "description": "The password of the service account that will be used to manage Teams channels." |
51 | 63 | } |
52 | 64 | }, |
53 | 65 | "location": { |
|
175 | 187 | "authenticationType": { |
176 | 188 | "value": "UserAssignedManagedIdentity|ClientSecret|Certificate", |
177 | 189 | "metadata": { |
178 | | - "description": "The type of authentication to use for the App Configuration. UserAssignedManagedIdentity is recommended." |
| 190 | + "description": "The type of authentication to use for the App Configuration. UserAssignedManagedIdentity is recommended and will use <solution>-identity-<environment>-Graph. ClientSecret and Certificate will use <solution>-Graph-<environment>." |
179 | 191 | } |
180 | 192 | }, |
181 | 193 | "pipeline": { |
|
0 commit comments