Skip to content

Commit d0dbf1d

Browse files
authored
Merge pull request MicrosoftDocs#7063 from MicrosoftDocs/chrisda
Chrisda to Master
2 parents 23b3fed + fdaca91 commit d0dbf1d

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

exchange/exchange-ps/exchange/Get-UnifiedAuditLogRetentionPolicy.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,13 @@ The RetentionDuration parameter filters the policy results by the retention dura
9292
- SixMonths
9393
- NineMonths
9494
- TwelveMonths
95+
- TenYears
9596
9697
```yaml
9798
Type: UnifiedAuditLogRetentionDuration
9899
Parameter Sets: (All)
99100
Aliases:
100-
Accepted values: ThreeMonths, SixMonths, NineMonths, TwelveMonths
101+
Accepted values: ThreeMonths, SixMonths, NineMonths, TwelveMonths, TenYears
101102
Applicable: Security & Compliance Center
102103

103104
Required: False

exchange/exchange-ps/exchange/New-UnifiedAuditLogRetentionPolicy.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,13 @@ The RetentionDuration parameter specifies how long audit log records are kept. V
100100
- SixMonths
101101
- NineMonths
102102
- TwelveMonths
103+
- TenYears
103104
104105
```yaml
105106
Type: UnifiedAuditLogRetentionDuration
106107
Parameter Sets: (All)
107108
Aliases:
108-
Accepted values: ThreeMonths, SixMonths, NineMonths, TwelveMonths
109+
Accepted values: ThreeMonths, SixMonths, NineMonths, TwelveMonths, TenYears
109110
Applicable: Security & Compliance Center
110111

111112
Required: True

exchange/exchange-ps/exchange/Set-UnifiedAuditLogRetentionPolicy.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,14 +104,15 @@ The RetentionDuration parameter specifies how long audit log records are kept. V
104104
- SixMonths
105105
- NineMonths
106106
- TwelveMonths
107+
- TenYears
107108
108109
This parameter is required when modifying an audit log retention policy.
109110
110111
```yaml
111112
Type: UnifiedAuditLogRetentionDuration
112113
Parameter Sets: (All)
113114
Aliases:
114-
Accepted values: ThreeMonths, SixMonths, NineMonths, TwelveMonths
115+
Accepted values: ThreeMonths, SixMonths, NineMonths, TwelveMonths, TenYears
115116
Applicable: Security & Compliance Center
116117

117118
Required: True

0 commit comments

Comments
 (0)