Skip to content

Commit 5aa83f4

Browse files
authored
Merge branch 'dev' into GraphAPIPermissions
2 parents 5bb2ad4 + 00ac986 commit 5aa83f4

File tree

7 files changed

+3673
-3659
lines changed

7 files changed

+3673
-3659
lines changed

dependencies.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"Updated": "20250512-025938",
2+
"Updated": "20250515-025857",
33
"PnPPowerShell": "728fe0593ddc806dff802eaaed804b6b13c3894e",
4-
"PnPFramework": "d18e0e42ae0af491c28ff8bea71b1666d77675f4",
5-
"PnPCore": "e4678fe97e7e411dc9f00de74a5a3c9b7a124dbb"
4+
"PnPFramework": "91bba525f54eeeb461df5e2b76c9244a8d804f07",
5+
"PnPCore": "d61d54a2f3f8e90d3af66ca85740adea36aec29c"
66
}

documentation/New-PnPVivaEngageCommunity.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Creates a Viva engage community
1515
## SYNTAX
1616

1717
```powershell
18-
New-PnPVivaEngageCommunity [[-DisplayName] <string> [-Description] <string> [-Privacy] <CommunityPrivacy>] [-Connection <PnPConnection>]
18+
New-PnPVivaEngageCommunity [[-DisplayName] <string> [-Description] <string> [-Privacy] <CommunityPrivacy>] [-Owners <string[]>] [-Connection <PnPConnection>]
1919
```
2020

2121
## DESCRIPTION
@@ -89,6 +89,20 @@ Accept pipeline input: True (ByValue)
8989
Accept wildcard characters: False
9090
```
9191
92+
### -Owners
93+
The owners of the Viva engage community. This is mandatory if application permissions are used else the request will fail.
94+
95+
```yaml
96+
Type: String[]
97+
Parameter Sets: (All)
98+
99+
Required: False
100+
Position: Named
101+
Default value: None
102+
Accept pipeline input: True (ByValue)
103+
Accept wildcard characters: False
104+
```
105+
92106
## RELATED LINKS
93107
94108
[Microsoft 365 Patterns and Practices](https://aka.ms/m365pnp)

documentation/Send-PnPMail.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Allows defining what type of content is in the Body parameter. Defaults to HTML.
124124
125125
```yaml
126126
Type: MessageBodyContentType
127-
Parameter Sets: Send through Microsoft Graph with attachments from SPO, Send through Microsoft Graph with attachments from local file system
127+
Parameter Sets: Send through Microsoft Graph
128128
Accepted values: Html, Text
129129

130130
Required: False
@@ -153,7 +153,7 @@ The sender of the e-mail. When Microsoft Graph is used, this can be a user or a
153153
154154
```yaml
155155
Type: String
156-
Parameter Sets: Send through Microsoft Graph with attachments from SPO, Send through Microsoft Graph with attachments from local file system
156+
Parameter Sets: Send through Microsoft Graph
157157

158158
Required: True
159159
Position: Named
@@ -167,7 +167,7 @@ Allows defining what the importance of the e-mail is. Defaults to Normal.
167167
168168
```yaml
169169
Type: MessageImportanceType
170-
Parameter Sets: Send through Microsoft Graph with attachments from SPO, Send through Microsoft Graph with attachments from local file system
170+
Parameter Sets: Send through Microsoft Graph
171171
Accepted values: Low, Normal, High
172172

173173
Required: False
@@ -182,7 +182,7 @@ List of return addresses to use for the e-mail
182182
183183
```yaml
184184
Type: String[]
185-
Parameter Sets: Send through Microsoft Graph with attachments from SPO, Send through Microsoft Graph with attachments from local file system
185+
Parameter Sets: Send through Microsoft Graph
186186

187187
Required: False
188188
Position: Named
@@ -196,7 +196,7 @@ Allows indicating if the sent e-mail should be stored in the Sent Items of the m
196196
197197
```yaml
198198
Type: String[]
199-
Parameter Sets: Send through Microsoft Graph with attachments from SPO, Send through Microsoft Graph with attachments from local file system
199+
Parameter Sets: Send through Microsoft Graph
200200

201201
Required: False
202202
Position: Named
@@ -238,7 +238,7 @@ List of attachments from local file system to be uploaded and sent as attachment
238238
239239
```yaml
240240
Type: String[]
241-
Parameter Sets: Send through Microsoft Graph with attachments from local file system
241+
Parameter Sets: Send through Microsoft Graph
242242

243243
Required: False
244244
Position: Named
@@ -252,7 +252,7 @@ List of files from the SharePoint site collection to be sent as attachments.
252252
253253
```yaml
254254
Type: String[]
255-
Parameter Sets: Send through Microsoft Graph with attachments from SPO
255+
Parameter Sets: Send through Microsoft Graph
256256

257257
Required: False
258258
Position: Named

0 commit comments

Comments
 (0)