Skip to content

Commit 1795372

Browse files
defaulting Streamtype to any
1 parent 964c830 commit 1795372

File tree

1 file changed

+6
-6
lines changed
  • src/ServiceManagement/Automation/Commands.Automation/Common

1 file changed

+6
-6
lines changed

src/ServiceManagement/Automation/Commands.Automation/Common/StreamType.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ namespace Microsoft.Azure.Commands.Automation.Common
2020
/// </summary>
2121
public enum StreamType
2222
{
23+
/// <summary>
24+
/// Indicates Generic stream. Used for querying all the streams regardless of the type.
25+
/// </summary>
26+
Any,
27+
2328
/// <summary>
2429
/// Indicates Progress Record streams
2530
/// </summary>
@@ -48,11 +53,6 @@ public enum StreamType
4853
/// <summary>
4954
/// Indicates Verbose Record streams
5055
/// </summary>
51-
Verbose,
52-
53-
/// <summary>
54-
/// Indicates Generic stream. Used for querying all the streams regardless of the type.
55-
/// </summary>
56-
Any
56+
Verbose
5757
}
5858
}

0 commit comments

Comments
 (0)