Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,12 @@ public ActionPreference WarningAction
/// <remarks>
/// This parameter tells the command what to do when an informational record occurs.
/// </remarks>
/// <!--
/// NOTE: The "infa" alias name does not follow the same alias naming convention used
/// with other common parameter aliases that control stream functionality; however,
/// "ia" was already taken as a parameter alias in other commands when this parameter
/// was added to PowerShell, so "infa" was chosen instead.
/// -->
[Parameter]
[Alias("infa")]
public ActionPreference InformationAction
Expand Down