Skip to content

Commit 6028180

Browse files
committed
Update post types used by Get-PnPServiceHealthIssue
1 parent 3804a3c commit 6028180

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

src/Commands/Model/ServiceHealth/Enums/ServiceHealthIssuePostType.cs

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,17 @@ public enum ServiceHealthIssuePostType
99
/// Quick update
1010
/// </summary>
1111
Quick,
12-
1312
/// <summary>
1413
/// Regular update
1514
/// </summary>
16-
Regular
15+
Regular,
16+
/// <summary>
17+
/// Strategic update
18+
/// </summary>
19+
Strategic,
20+
/// <summary>
21+
/// Unknown post type
22+
/// </summary>
23+
UnknownFutureValue
1724
}
1825
}

0 commit comments

Comments
 (0)