Skip to content
Merged
Show file tree
Hide file tree
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 @@ -90,7 +90,7 @@ param(
[Parameter(DontShow)]
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Runtime')]
[System.Management.Automation.SwitchParameter]
# Wait forNET debugger to attach
# Wait for .NET debugger to attach
${Break},

[Parameter(Position=8, DontShow)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ param(
[Parameter(DontShow)]
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Runtime')]
[System.Management.Automation.SwitchParameter]
# Wait forNET debugger to attach
# Wait for .NET debugger to attach
${Break},

[Parameter(DontShow)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ param(
[Parameter(DontShow)]
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Runtime')]
[System.Management.Automation.SwitchParameter]
# Wait forNET debugger to attach
# Wait for .NET debugger to attach
${Break},

[Parameter(DontShow)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ param(
[Parameter(DontShow)]
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Runtime')]
[System.Management.Automation.SwitchParameter]
# Wait forNET debugger to attach
# Wait for .NET debugger to attach
${Break},

[Parameter(DontShow)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ param(
[Parameter(DontShow)]
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Runtime')]
[System.Management.Automation.SwitchParameter]
# Wait forNET debugger to attach
# Wait for .NET debugger to attach
${Break},

[Parameter(DontShow)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ param(
[Parameter(DontShow)]
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Runtime')]
[System.Management.Automation.SwitchParameter]
# Wait forNET debugger to attach
# Wait for .NET debugger to attach
${Break},

[Parameter(DontShow)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ param(
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Path')]
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity]
# Identity Parameter
# .
${InputObject},

[Parameter(Mandatory)]
Expand All @@ -103,6 +102,7 @@ param(

[Parameter()]
[AllowEmptyCollection()]
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.PSArgumentCompleterAttribute("Critical", "Security", "Other")]
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Body')]
[System.String[]]
# The update classifications to select when installing patches for Linux.
Expand All @@ -126,6 +126,7 @@ param(

[Parameter()]
[AllowEmptyCollection()]
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.PSArgumentCompleterAttribute("Critical", "Security", "UpdateRollUp", "FeaturePack", "ServicePack", "Definition", "Tools", "Updates")]
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Body')]
[System.String[]]
# The update classifications to select when installing patches for Windows.
Expand Down Expand Up @@ -175,7 +176,7 @@ param(
[Parameter(DontShow)]
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Runtime')]
[System.Management.Automation.SwitchParameter]
# Wait forNET debugger to attach
# Wait for .NET debugger to attach
${Break},

[Parameter(DontShow)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ param(
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Path')]
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity]
# Identity Parameter
# .
${InputObject},

[Parameter()]
Expand All @@ -105,7 +104,7 @@ param(
[Parameter(DontShow)]
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Runtime')]
[System.Management.Automation.SwitchParameter]
# Wait forNET debugger to attach
# Wait for .NET debugger to attach
${Break},

[Parameter(DontShow)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,15 +167,13 @@ param(
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Path')]
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity]
# Identity Parameter
# .
${InputObject},

[Parameter(ParameterSetName='CreateViaIdentityMachine', Mandatory, ValueFromPipeline)]
[Parameter(ParameterSetName='CreateViaIdentityMachineExpanded', Mandatory, ValueFromPipeline)]
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Path')]
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity]
# Identity Parameter
# .
${MachineInputObject},

[Parameter(ParameterSetName='Create', Mandatory, ValueFromPipeline)]
Expand All @@ -184,7 +182,6 @@ param(
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Body')]
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtension]
# Describes a Machine Extension.
# .
${ExtensionParameter},

[Parameter(ParameterSetName='CreateExpanded', Mandatory)]
Expand Down Expand Up @@ -369,7 +366,7 @@ param(
[Parameter(DontShow)]
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Runtime')]
[System.Management.Automation.SwitchParameter]
# Wait forNET debugger to attach
# Wait for .NET debugger to attach
${Break},

[Parameter(DontShow)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,15 +167,13 @@ param(
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Path')]
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity]
# Identity Parameter
# .
${InputObject},

[Parameter(ParameterSetName='CreateViaIdentityMachine', Mandatory, ValueFromPipeline)]
[Parameter(ParameterSetName='CreateViaIdentityMachineExpanded', Mandatory, ValueFromPipeline)]
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Path')]
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity]
# Identity Parameter
# .
${MachineInputObject},

[Parameter(ParameterSetName='Create', Mandatory, ValueFromPipeline)]
Expand All @@ -184,7 +182,6 @@ param(
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Body')]
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineRunCommand]
# Describes a Run Command
# .
${RunCommandProperty},

[Parameter(ParameterSetName='CreateExpanded', Mandatory)]
Expand Down Expand Up @@ -277,7 +274,6 @@ param(
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Body')]
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter[]]
# The parameters used by the script.
# .
${Parameter},

[Parameter(ParameterSetName='CreateExpanded')]
Expand All @@ -288,7 +284,6 @@ param(
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Body')]
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter[]]
# The parameters used by the script.
# .
${ProtectedParameter},

[Parameter(ParameterSetName='CreateExpanded')]
Expand Down Expand Up @@ -411,7 +406,7 @@ param(
[Parameter(DontShow)]
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Runtime')]
[System.Management.Automation.SwitchParameter]
# Wait forNET debugger to attach
# Wait for .NET debugger to attach
${Break},

[Parameter(DontShow)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,15 +105,13 @@ param(
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Path')]
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity]
# Identity Parameter
# .
${InputObject},

[Parameter(ParameterSetName='Create', Mandatory, ValueFromPipeline)]
[Parameter(ParameterSetName='CreateViaIdentity', Mandatory, ValueFromPipeline)]
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Body')]
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IHybridComputePrivateLinkScope]
# An Azure Arc PrivateLinkScope definition.
# .
${Parameter},

[Parameter(ParameterSetName='CreateExpanded', Mandatory)]
Expand Down Expand Up @@ -164,7 +162,7 @@ param(
[Parameter(DontShow)]
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Runtime')]
[System.Management.Automation.SwitchParameter]
# Wait forNET debugger to attach
# Wait for .NET debugger to attach
${Break},

[Parameter(DontShow)]
Expand Down
Loading