Skip to content

Commit 378c9d5

Browse files
committed
Syntax fixes in *-ApplicationAccessPolicy cmdlets
1 parent 80c1e59 commit 378c9d5

File tree

5 files changed

+1
-6
lines changed

5 files changed

+1
-6
lines changed

exchange/exchange-ps/exchange/Get-ApplicationAccessPolicy.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ For information about the parameter sets in the Syntax section below, see [Excha
2222

2323
## SYNTAX
2424

25-
### Set1
2625
```
2726
Get-ApplicationAccessPolicy [[-Identity] <ApplicationAccessPolicyIdParameter>]
2827
[<CommonParameters>]

exchange/exchange-ps/exchange/New-ApplicationAccessPolicy.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ For information about the parameter sets in the Syntax section below, see [Excha
2222

2323
## SYNTAX
2424

25-
### Set1
2625
```
2726
New-ApplicationAccessPolicy -AccessRight <ApplicationAccessPolicyRight> -AppId <String[]> -PolicyScopeGroupId <RecipientIdParameter>
2827
[-Confirm]

exchange/exchange-ps/exchange/Remove-ApplicationAccessPolicy.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ For information about the parameter sets in the Syntax section below, see [Excha
2222

2323
## SYNTAX
2424

25-
### Set1
2625
```
27-
Remove-ApplicationAccessPolicy -[Identity] <ApplicationAccessPolicyIdParameter>
26+
Remove-ApplicationAccessPolicy [-Identity] <ApplicationAccessPolicyIdParameter>
2827
[-Confirm]
2928
[-WhatIf]
3029
[<CommonParameters>]

exchange/exchange-ps/exchange/Set-ApplicationAccessPolicy.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ For information about the parameter sets in the Syntax section below, see [Excha
2222

2323
## SYNTAX
2424

25-
### Set1
2625
```
2726
Set-ApplicationAccessPolicy [-Identity] <ApplicationAccessPolicyIdParameter>
2827
[-Description <String>]

exchange/exchange-ps/exchange/Test-ApplicationAccessPolicy.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ For information about the parameter sets in the Syntax section below, see [Excha
2222

2323
## SYNTAX
2424

25-
### Set1
2625
```
2726
Test-ApplicationAccessPolicy [-Identity] <RecipientIdParameter> -AppId <String>
2827
[<CommonParameters>]

0 commit comments

Comments
 (0)