Skip to content

Commit a92c46f

Browse files
committed
SCC parameter removal per 'blind cmdlet sweep'
1 parent e880ec2 commit a92c46f

File tree

4 files changed

+0
-134
lines changed

4 files changed

+0
-134
lines changed

exchange/exchange-ps/exchange/New-DlpCompliancePolicy.md

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -539,38 +539,6 @@ Accept pipeline input: False
539539
Accept wildcard characters: False
540540
```
541541

542-
### -ThirdPartyAppDlpLocation
543-
This parameter is reserved for internal Microsoft use.
544-
545-
```yaml
546-
Type: MultiValuedProperty
547-
Parameter Sets: (All)
548-
Aliases:
549-
Applicable: Security & Compliance Center
550-
551-
Required: False
552-
Position: Named
553-
Default value: None
554-
Accept pipeline input: False
555-
Accept wildcard characters: False
556-
```
557-
558-
### -ThirdPartyAppDlpLocationException
559-
This parameter is reserved for internal Microsoft use.
560-
561-
```yaml
562-
Type: MultiValuedProperty
563-
Parameter Sets: (All)
564-
Aliases:
565-
Applicable: Security & Compliance Center
566-
567-
Required: False
568-
Position: Named
569-
Default value: None
570-
Accept pipeline input: False
571-
Accept wildcard characters: False
572-
```
573-
574542
### -WhatIf
575543
The WhatIf switch doesn't work in Security & Compliance Center PowerShell.
576544

exchange/exchange-ps/exchange/New-DlpComplianceRule.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ New-DlpComplianceRule [-Name] <String> -Policy <PolicyIdParameter>
136136
[-SubjectMatchesPatterns <MultiValuedProperty>]
137137
[-SubjectOrBodyContainsWords <MultiValuedProperty>]
138138
[-SubjectOrBodyMatchesPatterns <MultiValuedProperty>]
139-
[-ThirdPartyAppDlpRestrictions <PswsHashtable[]>]
140139
[-UnscannableDocumentExtensionIs <MultiValuedProperty>]
141140
[-WhatIf]
142141
[-WithImportance <WithImportance>]
@@ -2752,22 +2751,6 @@ Accept pipeline input: False
27522751
Accept wildcard characters: False
27532752
```
27542753

2755-
### -ThirdPartyAppDlpRestrictions
2756-
{{ Fill ThirdPartyAppDlpRestrictions Description }}
2757-
2758-
```yaml
2759-
Type: PswsHashtable[]
2760-
Parameter Sets: (All)
2761-
Aliases:
2762-
Applicable: Security & Compliance Center
2763-
2764-
Required: False
2765-
Position: Named
2766-
Default value: None
2767-
Accept pipeline input: False
2768-
Accept wildcard characters: False
2769-
```
2770-
27712754
### -UnscannableDocumentExtensionIs
27722755
The UnscannableDocumentExtensionIs parameter specifies a condition for the rule that looks for the specified true file extension when the files are unscannable.
27732756

exchange/exchange-ps/exchange/Set-DlpCompliancePolicy.md

Lines changed: 0 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ Set-DlpCompliancePolicy [-Identity] <PolicyIdParameter>
3636
[-AddSharePointLocationException <MultiValuedProperty>]
3737
[-AddTeamsLocation <MultiValuedProperty>]
3838
[-AddTeamsLocationException <MultiValuedProperty>]
39-
[-AddThirdPartyAppDlpLocation <MultiValuedProperty>]
40-
[-AddThirdPartyAppDlpLocationException <MultiValuedProperty>]
4139
[-Comment <String>]
4240
[-Confirm]
4341
[-ExceptIfOneDriveSharedBy <RecipientIdParameter[]>]
@@ -62,8 +60,6 @@ Set-DlpCompliancePolicy [-Identity] <PolicyIdParameter>
6260
[-RemoveSharePointLocationException <MultiValuedProperty>]
6361
[-RemoveTeamsLocation <MultiValuedProperty>]
6462
[-RemoveTeamsLocationException <MultiValuedProperty>]
65-
[-RemoveThirdPartyAppDlpLocation <MultiValuedProperty>]
66-
[-RemoveThirdPartyAppDlpLocationException <MultiValuedProperty>]
6763
[-WhatIf]
6864
[<CommonParameters>]
6965
```
@@ -383,38 +379,6 @@ Accept pipeline input: False
383379
Accept wildcard characters: False
384380
```
385381

386-
### -AddThirdPartyAppDlpLocation
387-
{{ Fill AddThirdPartyAppDlpLocation Description }}
388-
389-
```yaml
390-
Type: MultiValuedProperty
391-
Parameter Sets: Identity
392-
Aliases:
393-
Applicable: Security & Compliance Center
394-
395-
Required: False
396-
Position: Named
397-
Default value: None
398-
Accept pipeline input: False
399-
Accept wildcard characters: False
400-
```
401-
402-
### -AddThirdPartyAppDlpLocationException
403-
{{ Fill AddThirdPartyAppDlpLocationException Description }}
404-
405-
```yaml
406-
Type: MultiValuedProperty
407-
Parameter Sets: Identity
408-
Aliases:
409-
Applicable: Security & Compliance Center
410-
411-
Required: False
412-
Position: Named
413-
Default value: None
414-
Accept pipeline input: False
415-
Accept wildcard characters: False
416-
```
417-
418382
### -Comment
419383
The Comment parameter specifies an optional comment. If you specify a value that contains spaces, enclose the value in quotation marks ("), for example: "This is an admin note".
420384

@@ -849,38 +813,6 @@ Accept pipeline input: False
849813
Accept wildcard characters: False
850814
```
851815

852-
### -RemoveThirdPartyAppDlpLocation
853-
{{ Fill RemoveThirdPartyAppDlpLocation Description }}
854-
855-
```yaml
856-
Type: MultiValuedProperty
857-
Parameter Sets: Identity
858-
Aliases:
859-
Applicable: Security & Compliance Center
860-
861-
Required: False
862-
Position: Named
863-
Default value: None
864-
Accept pipeline input: False
865-
Accept wildcard characters: False
866-
```
867-
868-
### -RemoveThirdPartyAppDlpLocationException
869-
{{ Fill RemoveThirdPartyAppDlpLocationException Description }}
870-
871-
```yaml
872-
Type: MultiValuedProperty
873-
Parameter Sets: Identity
874-
Aliases:
875-
Applicable: Security & Compliance Center
876-
877-
Required: False
878-
Position: Named
879-
Default value: None
880-
Accept pipeline input: False
881-
Accept wildcard characters: False
882-
```
883-
884816
### -WhatIf
885817
The WhatIf switch doesn't work in Security & Compliance Center PowerShell.
886818

exchange/exchange-ps/exchange/Set-DlpComplianceRule.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ Set-DlpComplianceRule [-Identity] <ComplianceRuleIdParameter>
138138
[-SubjectMatchesPatterns <MultiValuedProperty>]
139139
[-SubjectOrBodyContainsWords <MultiValuedProperty>]
140140
[-SubjectOrBodyMatchesPatterns <MultiValuedProperty>]
141-
[-ThirdPartyAppDlpRestrictions <PswsHashtable[]>]
142141
[-UnscannableDocumentExtensionIs <MultiValuedProperty>]
143142
[-WhatIf]
144143
[-WithImportance <WithImportance>]<MultiValuedProperty>
@@ -2719,22 +2718,6 @@ Accept pipeline input: False
27192718
Accept wildcard characters: False
27202719
```
27212720

2722-
### -ThirdPartyAppDlpRestrictions
2723-
{{ Fill ThirdPartyAppDlpRestrictions Description }}
2724-
2725-
```yaml
2726-
Type: PswsHashtable[]
2727-
Parameter Sets: (All)
2728-
Aliases:
2729-
Applicable: Security & Compliance Center
2730-
2731-
Required: False
2732-
Position: Named
2733-
Default value: None
2734-
Accept pipeline input: False
2735-
Accept wildcard characters: False
2736-
```
2737-
27382721
### -UnscannableDocumentExtensionIs
27392722
The UnscannableDocumentExtensionIs parameter specifies a condition for the rule that looks for the specified true file extension when the files are unscannable.
27402723

0 commit comments

Comments
 (0)