Skip to content

Commit 04e59bc

Browse files
committed
removed the common parameters from syntax
1 parent 9b3dfd6 commit 04e59bc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

teams/teams-ps/teams/Get-CsCloudCallDataConnection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ online version: https://docs.microsoft.com/powershell/module/teams/get-cscloudca
77
schema: 2.0.0
88
author: 2012ucp1544
99
ms.author: uditagrawal
10-
ms.reviewer: pbafna03
10+
ms.reviewer: pbafna
1111
manager: subadjat
1212

1313
---
@@ -20,7 +20,7 @@ This cmdlet retrieves an already existing online call data connection.
2020
## SYNTAX
2121

2222
```powershell
23-
Get-CsCloudCallDataConnection [<CommonParameters>]
23+
Get-CsCloudCallDataConnection
2424
```
2525

2626
## DESCRIPTION

teams/teams-ps/teams/New-CsCloudCallDataConnection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ online version: https://docs.microsoft.com/powershell/module/teams/new-cscloudca
77
schema: 2.0.0
88
author: 2012ucp1544
99
ms.author: uditagrawal
10-
ms.reviewer: pbafna03
10+
ms.reviewer: pbafna
1111
manager: subadjat
1212

1313
---
@@ -21,7 +21,7 @@ This cmdlet creates an online call data connection.
2121
## SYNTAX
2222

2323
```powershell
24-
New-CsCloudCallDataConnection [<CommonParameters>]
24+
New-CsCloudCallDataConnection
2525
```
2626

2727
## DESCRIPTION

0 commit comments

Comments
 (0)