Skip to content

Commit cb6e9ef

Browse files
committed
Rectified issues on backticks
1 parent ef7c92a commit cb6e9ef

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupCalendarView.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,11 @@ Read-only.
3030
### -------------------------- EXAMPLE 1 --------------------------
3131
```powershell
3232
Import-Module Microsoft.Graph.Calendar
33-
```
33+
3434
3535
# A UPN can also be used as -UserId.
3636
Get-MgUserCalendarView -UserId $userId -StartDateTime "2017-01-01T19:00:00-08:00" -EndDateTime "2017-01-07T19:00:00-08:00"
37+
```
3738

3839
## PARAMETERS
3940

microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContact.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ There are two scenarios where an app can get a contact in another user's contact
4141
### -------------------------- EXAMPLE 1 --------------------------
4242
```powershell
4343
Import-Module Microsoft.Graph.Beta.PersonalContacts
44-
```
44+
4545
4646
# A UPN can also be used as -UserId.
4747
Get-MgBetaUserContact -UserId $userId -ContactId $contactId
48-
48+
```
4949
## PARAMETERS
5050

5151
### -All

0 commit comments

Comments
 (0)