Skip to content

Commit 6f428ba

Browse files
committed
Removed unnecessary white spaces
1 parent 1d27cca commit 6f428ba

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgUserEventAttachment.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ Delete an attachment from a user calendar event, mail message, or group post.
3535
### EXAMPLE 1
3636
```
3737
Import-Module Microsoft.Graph.Calendar
38-
3938
# A UPN can also be used as -UserId.
4039
Remove-MgUserEventAttachment -UserId $userId -EventId $eventId -AttachmentId $attachmentId
4140
```

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgUserEvent.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ Update the properties of the event object.
7979
### EXAMPLE 1
8080
```
8181
Import-Module Microsoft.Graph.Calendar
82-
8382
$params = @{
8483
originalStartTimeZone = "originalStartTimeZone-value"
8584
originalEndTimeZone = "originalEndTimeZone-value"
@@ -97,7 +96,6 @@ $params = @{
9796
"Red category"
9897
)
9998
}
100-
10199
# A UPN can also be used as -UserId.
102100
Update-MgUserEvent -UserId $userId -EventId $eventId -BodyParameter $params
103101
```

0 commit comments

Comments
 (0)