diff --git a/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Connect-AzConnectedMachine.ps1 b/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Connect-AzConnectedMachine.ps1 index 9f56e77b6d31..3f4219d84b09 100644 --- a/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Connect-AzConnectedMachine.ps1 +++ b/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Connect-AzConnectedMachine.ps1 @@ -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)] diff --git a/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Get-AzConnectedExtensionMetadata.ps1 b/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Get-AzConnectedExtensionMetadata.ps1 index 8737fe5133df..4eea1b1a79c4 100644 --- a/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Get-AzConnectedExtensionMetadata.ps1 +++ b/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Get-AzConnectedExtensionMetadata.ps1 @@ -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)] diff --git a/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Get-AzConnectedMachine.ps1 b/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Get-AzConnectedMachine.ps1 index 8d2a78ec4d67..b07716dfa6ce 100644 --- a/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Get-AzConnectedMachine.ps1 +++ b/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Get-AzConnectedMachine.ps1 @@ -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)] diff --git a/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Get-AzConnectedMachineExtension.ps1 b/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Get-AzConnectedMachineExtension.ps1 index 8724e663ff1b..385a4663e4c1 100644 --- a/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Get-AzConnectedMachineExtension.ps1 +++ b/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Get-AzConnectedMachineExtension.ps1 @@ -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)] diff --git a/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Get-AzConnectedMachineRunCommand.ps1 b/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Get-AzConnectedMachineRunCommand.ps1 index d26420439793..3e535c947e5d 100644 --- a/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Get-AzConnectedMachineRunCommand.ps1 +++ b/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Get-AzConnectedMachineRunCommand.ps1 @@ -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)] diff --git a/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Get-AzConnectedPrivateLinkScope.ps1 b/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Get-AzConnectedPrivateLinkScope.ps1 index 54fa49cf0b72..72fef7f6a865 100644 --- a/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Get-AzConnectedPrivateLinkScope.ps1 +++ b/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Get-AzConnectedPrivateLinkScope.ps1 @@ -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)] diff --git a/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Install-AzConnectedMachinePatch.ps1 b/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Install-AzConnectedMachinePatch.ps1 index bdca277b36e4..4d95d7147630 100644 --- a/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Install-AzConnectedMachinePatch.ps1 +++ b/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Install-AzConnectedMachinePatch.ps1 @@ -84,7 +84,6 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity] # Identity Parameter - # . ${InputObject}, [Parameter(Mandatory)] @@ -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. @@ -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. @@ -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)] diff --git a/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Invoke-AzConnectedAssessMachinePatch.ps1 b/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Invoke-AzConnectedAssessMachinePatch.ps1 index 586f30bd0d89..f676c718be01 100644 --- a/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Invoke-AzConnectedAssessMachinePatch.ps1 +++ b/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Invoke-AzConnectedAssessMachinePatch.ps1 @@ -84,7 +84,6 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity] # Identity Parameter - # . ${InputObject}, [Parameter()] @@ -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)] diff --git a/src/ConnectedMachine/ConnectedMachine.Autorest/exports/New-AzConnectedMachineExtension.ps1 b/src/ConnectedMachine/ConnectedMachine.Autorest/exports/New-AzConnectedMachineExtension.ps1 index 40af168dafea..f3d98de9143e 100644 --- a/src/ConnectedMachine/ConnectedMachine.Autorest/exports/New-AzConnectedMachineExtension.ps1 +++ b/src/ConnectedMachine/ConnectedMachine.Autorest/exports/New-AzConnectedMachineExtension.ps1 @@ -167,7 +167,6 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity] # Identity Parameter - # . ${InputObject}, [Parameter(ParameterSetName='CreateViaIdentityMachine', Mandatory, ValueFromPipeline)] @@ -175,7 +174,6 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity] # Identity Parameter - # . ${MachineInputObject}, [Parameter(ParameterSetName='Create', Mandatory, ValueFromPipeline)] @@ -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)] @@ -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)] diff --git a/src/ConnectedMachine/ConnectedMachine.Autorest/exports/New-AzConnectedMachineRunCommand.ps1 b/src/ConnectedMachine/ConnectedMachine.Autorest/exports/New-AzConnectedMachineRunCommand.ps1 index 4ff7aee99348..386c243b2d6b 100644 --- a/src/ConnectedMachine/ConnectedMachine.Autorest/exports/New-AzConnectedMachineRunCommand.ps1 +++ b/src/ConnectedMachine/ConnectedMachine.Autorest/exports/New-AzConnectedMachineRunCommand.ps1 @@ -167,7 +167,6 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity] # Identity Parameter - # . ${InputObject}, [Parameter(ParameterSetName='CreateViaIdentityMachine', Mandatory, ValueFromPipeline)] @@ -175,7 +174,6 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity] # Identity Parameter - # . ${MachineInputObject}, [Parameter(ParameterSetName='Create', Mandatory, ValueFromPipeline)] @@ -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)] @@ -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')] @@ -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')] @@ -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)] diff --git a/src/ConnectedMachine/ConnectedMachine.Autorest/exports/New-AzConnectedPrivateLinkScope.ps1 b/src/ConnectedMachine/ConnectedMachine.Autorest/exports/New-AzConnectedPrivateLinkScope.ps1 index 612b11f8019a..805da7d7747b 100644 --- a/src/ConnectedMachine/ConnectedMachine.Autorest/exports/New-AzConnectedPrivateLinkScope.ps1 +++ b/src/ConnectedMachine/ConnectedMachine.Autorest/exports/New-AzConnectedPrivateLinkScope.ps1 @@ -105,7 +105,6 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity] # Identity Parameter - # . ${InputObject}, [Parameter(ParameterSetName='Create', Mandatory, ValueFromPipeline)] @@ -113,7 +112,6 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Body')] [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IHybridComputePrivateLinkScope] # An Azure Arc PrivateLinkScope definition. - # . ${Parameter}, [Parameter(ParameterSetName='CreateExpanded', Mandatory)] @@ -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)] diff --git a/src/ConnectedMachine/ConnectedMachine.Autorest/exports/ProxyCmdletDefinitions.ps1 b/src/ConnectedMachine/ConnectedMachine.Autorest/exports/ProxyCmdletDefinitions.ps1 index 70a852e72afc..ad56bd4de228 100644 --- a/src/ConnectedMachine/ConnectedMachine.Autorest/exports/ProxyCmdletDefinitions.ps1 +++ b/src/ConnectedMachine/ConnectedMachine.Autorest/exports/ProxyCmdletDefinitions.ps1 @@ -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)] @@ -260,7 +260,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)] @@ -443,7 +443,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)] @@ -625,7 +625,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)] @@ -798,7 +798,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)] @@ -988,7 +988,6 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity] # Identity Parameter - # . ${InputObject}, [Parameter(Mandatory)] @@ -1007,6 +1006,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. @@ -1030,6 +1030,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. @@ -1079,7 +1080,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)] @@ -1274,7 +1275,6 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity] # Identity Parameter - # . ${InputObject}, [Parameter()] @@ -1295,7 +1295,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)] @@ -1573,7 +1573,6 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity] # Identity Parameter - # . ${InputObject}, [Parameter(ParameterSetName='CreateViaIdentityMachine', Mandatory, ValueFromPipeline)] @@ -1581,7 +1580,6 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity] # Identity Parameter - # . ${MachineInputObject}, [Parameter(ParameterSetName='Create', Mandatory, ValueFromPipeline)] @@ -1590,7 +1588,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)] @@ -1775,7 +1772,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)] @@ -2059,7 +2056,6 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity] # Identity Parameter - # . ${InputObject}, [Parameter(ParameterSetName='CreateViaIdentityMachine', Mandatory, ValueFromPipeline)] @@ -2067,7 +2063,6 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity] # Identity Parameter - # . ${MachineInputObject}, [Parameter(ParameterSetName='Create', Mandatory, ValueFromPipeline)] @@ -2076,7 +2071,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)] @@ -2169,7 +2163,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')] @@ -2180,7 +2173,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')] @@ -2303,7 +2295,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)] @@ -2526,7 +2518,6 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity] # Identity Parameter - # . ${InputObject}, [Parameter(ParameterSetName='Create', Mandatory, ValueFromPipeline)] @@ -2534,7 +2525,6 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Body')] [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IHybridComputePrivateLinkScope] # An Azure Arc PrivateLinkScope definition. - # . ${Parameter}, [Parameter(ParameterSetName='CreateExpanded', Mandatory)] @@ -2585,7 +2575,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)] @@ -2811,14 +2801,12 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity] # Identity Parameter - # . ${InputObject}, [Parameter(ParameterSetName='DeleteViaIdentityMachine', Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity] # Identity Parameter - # . ${MachineInputObject}, [Parameter()] @@ -2839,7 +2827,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)] @@ -3072,14 +3060,12 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity] # Identity Parameter - # . ${InputObject}, [Parameter(ParameterSetName='DeleteViaIdentityMachine', Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity] # Identity Parameter - # . ${MachineInputObject}, [Parameter()] @@ -3100,7 +3086,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)] @@ -3306,7 +3292,6 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity] # Identity Parameter - # . ${InputObject}, [Parameter()] @@ -3321,7 +3306,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)] @@ -3517,7 +3502,6 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity] # Identity Parameter - # . ${InputObject}, [Parameter()] @@ -3538,7 +3522,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)] @@ -3750,7 +3734,6 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Body')] [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtension] # Describes a Machine Extension. - # . ${ExtensionParameter}, [Parameter(ParameterSetName='UpdateExpanded', Mandatory)] @@ -3899,7 +3882,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)] @@ -4082,7 +4065,6 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Body')] [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IHybridComputePrivateLinkScope] # An Azure Arc PrivateLinkScope definition. - # . ${Parameter}, [Parameter(ParameterSetName='UpdateExpanded', Mandatory)] @@ -4130,7 +4112,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)] @@ -4339,7 +4321,6 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity] # Identity Parameter - # . ${InputObject}, [Parameter(ParameterSetName='Upgrade', Mandatory, ValueFromPipeline)] @@ -4347,7 +4328,6 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Body')] [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionUpgrade] # Describes the Machine Extension Upgrade Properties. - # . ${ExtensionUpgradeParameter}, [Parameter(ParameterSetName='UpgradeExpanded')] @@ -4388,7 +4368,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)] @@ -4682,7 +4662,6 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity] # Identity Parameter - # . ${InputObject}, [Parameter(ParameterSetName='UpdateViaIdentityMachine', Mandatory, ValueFromPipeline)] @@ -4690,7 +4669,6 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity] # Identity Parameter - # . ${MachineInputObject}, [Parameter(ParameterSetName='Update', Mandatory, ValueFromPipeline)] @@ -4699,7 +4677,6 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Body')] [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionUpdate] # Describes a Machine Extension Update. - # . ${ExtensionParameter}, [Parameter(ParameterSetName='UpdateExpanded')] @@ -4810,7 +4787,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)] @@ -5083,7 +5060,6 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity] # Identity Parameter - # . ${InputObject}, [Parameter(ParameterSetName='UpdateViaIdentityMachine', Mandatory, ValueFromPipeline)] @@ -5091,7 +5067,6 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity] # Identity Parameter - # . ${MachineInputObject}, [Parameter(ParameterSetName='Update', Mandatory, ValueFromPipeline)] @@ -5100,7 +5075,6 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Body')] [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineRunCommand] # Describes a Run Command - # . ${RunCommandProperty}, [Parameter(ParameterSetName='UpdateExpanded')] @@ -5175,7 +5149,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='UpdateExpanded')] @@ -5185,7 +5158,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='UpdateExpanded')] @@ -5282,7 +5254,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)] @@ -5516,7 +5488,6 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity] # Identity Parameter - # . ${InputObject}, [Parameter(ParameterSetName='Update', Mandatory, ValueFromPipeline)] @@ -5524,7 +5495,6 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Body')] [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineUpdate] # Describes a hybrid machine Update. - # . ${Parameter}, [Parameter(ParameterSetName='UpdateExpanded')] @@ -5670,7 +5640,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)] @@ -5883,7 +5853,6 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity] # Identity Parameter - # . ${InputObject}, [Parameter(ParameterSetName='Update', Mandatory, ValueFromPipeline)] @@ -5891,7 +5860,6 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Body')] [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ITagsResource] # A container holding only the Tags for a resource, allowing the user to update the tags on a PrivateLinkScope instance. - # . ${PrivateLinkScopeTag}, [Parameter(ParameterSetName='UpdateExpanded')] @@ -5926,7 +5894,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)] @@ -6125,7 +6093,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)] diff --git a/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Remove-AzConnectedMachine.ps1 b/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Remove-AzConnectedMachine.ps1 index 51cd67d4f1d6..5755b2c4df80 100644 --- a/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Remove-AzConnectedMachine.ps1 +++ b/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Remove-AzConnectedMachine.ps1 @@ -88,7 +88,6 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity] # Identity Parameter - # . ${InputObject}, [Parameter()] @@ -103,7 +102,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)] diff --git a/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Remove-AzConnectedMachineExtension.ps1 b/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Remove-AzConnectedMachineExtension.ps1 index ccf073f9849e..325cff2f8057 100644 --- a/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Remove-AzConnectedMachineExtension.ps1 +++ b/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Remove-AzConnectedMachineExtension.ps1 @@ -117,14 +117,12 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity] # Identity Parameter - # . ${InputObject}, [Parameter(ParameterSetName='DeleteViaIdentityMachine', Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity] # Identity Parameter - # . ${MachineInputObject}, [Parameter()] @@ -145,7 +143,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)] diff --git a/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Remove-AzConnectedMachineRunCommand.ps1 b/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Remove-AzConnectedMachineRunCommand.ps1 index 49f898f185a7..b5fcd2be076e 100644 --- a/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Remove-AzConnectedMachineRunCommand.ps1 +++ b/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Remove-AzConnectedMachineRunCommand.ps1 @@ -115,14 +115,12 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity] # Identity Parameter - # . ${InputObject}, [Parameter(ParameterSetName='DeleteViaIdentityMachine', Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity] # Identity Parameter - # . ${MachineInputObject}, [Parameter()] @@ -143,7 +141,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)] diff --git a/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Remove-AzConnectedPrivateLinkScope.ps1 b/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Remove-AzConnectedPrivateLinkScope.ps1 index 5dd53c0b3fba..9c9148a7737f 100644 --- a/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Remove-AzConnectedPrivateLinkScope.ps1 +++ b/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Remove-AzConnectedPrivateLinkScope.ps1 @@ -85,7 +85,6 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity] # Identity Parameter - # . ${InputObject}, [Parameter()] @@ -106,7 +105,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)] diff --git a/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Set-AzConnectedMachineExtension.ps1 b/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Set-AzConnectedMachineExtension.ps1 index f1d3ef1e1279..60c088d23b1a 100644 --- a/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Set-AzConnectedMachineExtension.ps1 +++ b/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Set-AzConnectedMachineExtension.ps1 @@ -95,7 +95,6 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Body')] [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtension] # Describes a Machine Extension. - # . ${ExtensionParameter}, [Parameter(ParameterSetName='UpdateExpanded', Mandatory)] @@ -244,7 +243,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)] diff --git a/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Set-AzConnectedPrivateLinkScope.ps1 b/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Set-AzConnectedPrivateLinkScope.ps1 index 4b916ed2949d..dea0707f6104 100644 --- a/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Set-AzConnectedPrivateLinkScope.ps1 +++ b/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Set-AzConnectedPrivateLinkScope.ps1 @@ -70,7 +70,6 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Body')] [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IHybridComputePrivateLinkScope] # An Azure Arc PrivateLinkScope definition. - # . ${Parameter}, [Parameter(ParameterSetName='UpdateExpanded', Mandatory)] @@ -118,7 +117,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)] diff --git a/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Update-AzConnectedExtension.ps1 b/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Update-AzConnectedExtension.ps1 index 3f9a08299f7e..fc3c574e159b 100644 --- a/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Update-AzConnectedExtension.ps1 +++ b/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Update-AzConnectedExtension.ps1 @@ -102,7 +102,6 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity] # Identity Parameter - # . ${InputObject}, [Parameter(ParameterSetName='Upgrade', Mandatory, ValueFromPipeline)] @@ -110,7 +109,6 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Body')] [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionUpgrade] # Describes the Machine Extension Upgrade Properties. - # . ${ExtensionUpgradeParameter}, [Parameter(ParameterSetName='UpgradeExpanded')] @@ -151,7 +149,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)] diff --git a/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Update-AzConnectedMachine.ps1 b/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Update-AzConnectedMachine.ps1 index 847a91bbe221..54a729ae4ba6 100644 --- a/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Update-AzConnectedMachine.ps1 +++ b/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Update-AzConnectedMachine.ps1 @@ -119,7 +119,6 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity] # Identity Parameter - # . ${InputObject}, [Parameter(ParameterSetName='Update', Mandatory, ValueFromPipeline)] @@ -127,7 +126,6 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Body')] [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineUpdate] # Describes a hybrid machine Update. - # . ${Parameter}, [Parameter(ParameterSetName='UpdateExpanded')] @@ -273,7 +271,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)] diff --git a/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Update-AzConnectedMachineExtension.ps1 b/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Update-AzConnectedMachineExtension.ps1 index 955ca6f74511..eff579a5934e 100644 --- a/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Update-AzConnectedMachineExtension.ps1 +++ b/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Update-AzConnectedMachineExtension.ps1 @@ -173,7 +173,6 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity] # Identity Parameter - # . ${InputObject}, [Parameter(ParameterSetName='UpdateViaIdentityMachine', Mandatory, ValueFromPipeline)] @@ -181,7 +180,6 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity] # Identity Parameter - # . ${MachineInputObject}, [Parameter(ParameterSetName='Update', Mandatory, ValueFromPipeline)] @@ -190,7 +188,6 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Body')] [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionUpdate] # Describes a Machine Extension Update. - # . ${ExtensionParameter}, [Parameter(ParameterSetName='UpdateExpanded')] @@ -301,7 +298,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)] diff --git a/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Update-AzConnectedMachineRunCommand.ps1 b/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Update-AzConnectedMachineRunCommand.ps1 index 35c0b32dd706..1e291aaa7391 100644 --- a/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Update-AzConnectedMachineRunCommand.ps1 +++ b/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Update-AzConnectedMachineRunCommand.ps1 @@ -156,7 +156,6 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity] # Identity Parameter - # . ${InputObject}, [Parameter(ParameterSetName='UpdateViaIdentityMachine', Mandatory, ValueFromPipeline)] @@ -164,7 +163,6 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity] # Identity Parameter - # . ${MachineInputObject}, [Parameter(ParameterSetName='Update', Mandatory, ValueFromPipeline)] @@ -173,7 +171,6 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Body')] [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineRunCommand] # Describes a Run Command - # . ${RunCommandProperty}, [Parameter(ParameterSetName='UpdateExpanded')] @@ -248,7 +245,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='UpdateExpanded')] @@ -258,7 +254,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='UpdateExpanded')] @@ -355,7 +350,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)] diff --git a/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Update-AzConnectedPrivateLinkScopeTag.ps1 b/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Update-AzConnectedPrivateLinkScopeTag.ps1 index 2c87b6a40b58..25ac3912df38 100644 --- a/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Update-AzConnectedPrivateLinkScopeTag.ps1 +++ b/src/ConnectedMachine/ConnectedMachine.Autorest/exports/Update-AzConnectedPrivateLinkScopeTag.ps1 @@ -104,7 +104,6 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity] # Identity Parameter - # . ${InputObject}, [Parameter(ParameterSetName='Update', Mandatory, ValueFromPipeline)] @@ -112,7 +111,6 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category('Body')] [Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ITagsResource] # A container holding only the Tags for a resource, allowing the user to update the tags on a PrivateLinkScope instance. - # . ${PrivateLinkScopeTag}, [Parameter(ParameterSetName='UpdateExpanded')] @@ -147,7 +145,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)] diff --git a/src/ConnectedMachine/ConnectedMachine.Autorest/generated/cmdlets/InstallAzConnectedMachinePatch_InstallExpanded.cs b/src/ConnectedMachine/ConnectedMachine.Autorest/generated/cmdlets/InstallAzConnectedMachinePatch_InstallExpanded.cs index 04723f693613..c7071a6d4423 100644 --- a/src/ConnectedMachine/ConnectedMachine.Autorest/generated/cmdlets/InstallAzConnectedMachinePatch_InstallExpanded.cs +++ b/src/ConnectedMachine/ConnectedMachine.Autorest/generated/cmdlets/InstallAzConnectedMachinePatch_InstallExpanded.cs @@ -106,6 +106,7 @@ public partial class InstallAzConnectedMachinePatch_InstallExpanded : global::Sy Description = @"The update classifications to select when installing patches for Linux.", SerializedName = @"classificationsToInclude", PossibleTypes = new [] { typeof(string) })] + [global::Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.PSArgumentCompleterAttribute("Critical", "Security", "Other")] public string[] LinuxParameterClassificationsToInclude { get => _installPatchesInputBody.LinuxParameterClassificationsToInclude?.ToArray() ?? null /* fixedArrayOf */; set => _installPatchesInputBody.LinuxParameterClassificationsToInclude = (value != null ? new System.Collections.Generic.List(value) : null); } /// packages to exclude in the patch operation. Format: packageName_packageVersion @@ -258,6 +259,7 @@ public partial class InstallAzConnectedMachinePatch_InstallExpanded : global::Sy Description = @"The update classifications to select when installing patches for Windows.", SerializedName = @"classificationsToInclude", PossibleTypes = new [] { typeof(string) })] + [global::Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.PSArgumentCompleterAttribute("Critical", "Security", "UpdateRollUp", "FeaturePack", "ServicePack", "Definition", "Tools", "Updates")] public string[] WindowParameterClassificationsToInclude { get => _installPatchesInputBody.WindowParameterClassificationsToInclude?.ToArray() ?? null /* fixedArrayOf */; set => _installPatchesInputBody.WindowParameterClassificationsToInclude = (value != null ? new System.Collections.Generic.List(value) : null); } /// diff --git a/src/ConnectedMachine/ConnectedMachine.Autorest/generated/cmdlets/InstallAzConnectedMachinePatch_InstallViaIdentityExpanded.cs b/src/ConnectedMachine/ConnectedMachine.Autorest/generated/cmdlets/InstallAzConnectedMachinePatch_InstallViaIdentityExpanded.cs index af849b832aa2..9918e2e26f53 100644 --- a/src/ConnectedMachine/ConnectedMachine.Autorest/generated/cmdlets/InstallAzConnectedMachinePatch_InstallViaIdentityExpanded.cs +++ b/src/ConnectedMachine/ConnectedMachine.Autorest/generated/cmdlets/InstallAzConnectedMachinePatch_InstallViaIdentityExpanded.cs @@ -114,6 +114,7 @@ public partial class InstallAzConnectedMachinePatch_InstallViaIdentityExpanded : Description = @"The update classifications to select when installing patches for Linux.", SerializedName = @"classificationsToInclude", PossibleTypes = new [] { typeof(string) })] + [global::Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.PSArgumentCompleterAttribute("Critical", "Security", "Other")] public string[] LinuxParameterClassificationsToInclude { get => _installPatchesInputBody.LinuxParameterClassificationsToInclude?.ToArray() ?? null /* fixedArrayOf */; set => _installPatchesInputBody.LinuxParameterClassificationsToInclude = (value != null ? new System.Collections.Generic.List(value) : null); } /// packages to exclude in the patch operation. Format: packageName_packageVersion @@ -215,6 +216,7 @@ public partial class InstallAzConnectedMachinePatch_InstallViaIdentityExpanded : Description = @"The update classifications to select when installing patches for Windows.", SerializedName = @"classificationsToInclude", PossibleTypes = new [] { typeof(string) })] + [global::Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.PSArgumentCompleterAttribute("Critical", "Security", "UpdateRollUp", "FeaturePack", "ServicePack", "Definition", "Tools", "Updates")] public string[] WindowParameterClassificationsToInclude { get => _installPatchesInputBody.WindowParameterClassificationsToInclude?.ToArray() ?? null /* fixedArrayOf */; set => _installPatchesInputBody.WindowParameterClassificationsToInclude = (value != null ? new System.Collections.Generic.List(value) : null); } /// diff --git a/src/ConnectedMachine/ConnectedMachine.Autorest/generated/runtime/BuildTime/Models/PsProxyTypes.cs b/src/ConnectedMachine/ConnectedMachine.Autorest/generated/runtime/BuildTime/Models/PsProxyTypes.cs index 3e2d5f2f581b..47ec585db8ca 100644 --- a/src/ConnectedMachine/ConnectedMachine.Autorest/generated/runtime/BuildTime/Models/PsProxyTypes.cs +++ b/src/ConnectedMachine/ConnectedMachine.Autorest/generated/runtime/BuildTime/Models/PsProxyTypes.cs @@ -308,10 +308,10 @@ public Parameter(string variantName, string parameterName, ParameterMetadata met IsMandatory = ParameterAttribute.Mandatory; var complexParameterName = ParameterName.ToUpperInvariant(); - var complexMessage = $"{Environment.NewLine}."; + var complexMessage = $"{Environment.NewLine}"; var description = ParameterAttribute.HelpMessage.NullIfEmpty() ?? HelpInfo.Description.NullIfEmpty() ?? InfoAttribute?.Description.NullIfEmpty() ?? String.Empty; // Remove the complex type message as it will be reinserted if this is a complex type - description = description.NormalizeNewLines().Replace(complexMessage, String.Empty).Replace(complexMessage.ToPsSingleLine(), String.Empty); + description = description.NormalizeNewLines(); // Make an InfoAttribute for processing only if one isn't provided InfoAttribute = Attributes.OfType().FirstOrDefault() ?? new InfoAttribute { PossibleTypes = new[] { ParameterType.Unwrap() }, Required = IsMandatory }; // Set the description if the InfoAttribute does not have one since they are exported without a description diff --git a/src/ConnectedMachine/ConnectedMachine.Autorest/help/Install-AzConnectedMachinePatch.md b/src/ConnectedMachine/ConnectedMachine.Autorest/help/Install-AzConnectedMachinePatch.md index bdea49ce3a19..2fa99c9b502c 100644 --- a/src/ConnectedMachine/ConnectedMachine.Autorest/help/Install-AzConnectedMachinePatch.md +++ b/src/ConnectedMachine/ConnectedMachine.Autorest/help/Install-AzConnectedMachinePatch.md @@ -91,7 +91,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity diff --git a/src/ConnectedMachine/ConnectedMachine.Autorest/help/Invoke-AzConnectedAssessMachinePatch.md b/src/ConnectedMachine/ConnectedMachine.Autorest/help/Invoke-AzConnectedAssessMachinePatch.md index f7df44f16c97..5da6cd9c5590 100644 --- a/src/ConnectedMachine/ConnectedMachine.Autorest/help/Invoke-AzConnectedAssessMachinePatch.md +++ b/src/ConnectedMachine/ConnectedMachine.Autorest/help/Invoke-AzConnectedAssessMachinePatch.md @@ -77,7 +77,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity diff --git a/src/ConnectedMachine/ConnectedMachine.Autorest/help/New-AzConnectedMachineExtension.md b/src/ConnectedMachine/ConnectedMachine.Autorest/help/New-AzConnectedMachineExtension.md index 7db69b788a6b..80c4255d3951 100644 --- a/src/ConnectedMachine/ConnectedMachine.Autorest/help/New-AzConnectedMachineExtension.md +++ b/src/ConnectedMachine/ConnectedMachine.Autorest/help/New-AzConnectedMachineExtension.md @@ -207,7 +207,6 @@ Accept wildcard characters: False ### -ExtensionParameter Describes a Machine Extension. -. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtension @@ -253,7 +252,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity @@ -359,7 +357,6 @@ Accept wildcard characters: False ### -MachineInputObject Identity Parameter -. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity diff --git a/src/ConnectedMachine/ConnectedMachine.Autorest/help/New-AzConnectedMachineRunCommand.md b/src/ConnectedMachine/ConnectedMachine.Autorest/help/New-AzConnectedMachineRunCommand.md index 53d4a0f0412f..74df4cb90c41 100644 --- a/src/ConnectedMachine/ConnectedMachine.Autorest/help/New-AzConnectedMachineRunCommand.md +++ b/src/ConnectedMachine/ConnectedMachine.Autorest/help/New-AzConnectedMachineRunCommand.md @@ -257,7 +257,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity @@ -318,7 +317,6 @@ Accept wildcard characters: False ### -MachineInputObject Identity Parameter -. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity @@ -413,7 +411,6 @@ Accept wildcard characters: False ### -Parameter The parameters used by the script. -. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter[] @@ -429,7 +426,6 @@ Accept wildcard characters: False ### -ProtectedParameter The parameters used by the script. -. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter[] @@ -506,7 +502,6 @@ Accept wildcard characters: False ### -RunCommandProperty Describes a Run Command -. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineRunCommand diff --git a/src/ConnectedMachine/ConnectedMachine.Autorest/help/New-AzConnectedPrivateLinkScope.md b/src/ConnectedMachine/ConnectedMachine.Autorest/help/New-AzConnectedPrivateLinkScope.md index 00e7e236b65d..db169b1b573a 100644 --- a/src/ConnectedMachine/ConnectedMachine.Autorest/help/New-AzConnectedPrivateLinkScope.md +++ b/src/ConnectedMachine/ConnectedMachine.Autorest/help/New-AzConnectedPrivateLinkScope.md @@ -93,7 +93,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity @@ -154,7 +153,6 @@ Accept wildcard characters: False ### -Parameter An Azure Arc PrivateLinkScope definition. -. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IHybridComputePrivateLinkScope diff --git a/src/ConnectedMachine/ConnectedMachine.Autorest/help/Remove-AzConnectedMachine.md b/src/ConnectedMachine/ConnectedMachine.Autorest/help/Remove-AzConnectedMachine.md index 2b2e1b7e6493..50c65702be9d 100644 --- a/src/ConnectedMachine/ConnectedMachine.Autorest/help/Remove-AzConnectedMachine.md +++ b/src/ConnectedMachine/ConnectedMachine.Autorest/help/Remove-AzConnectedMachine.md @@ -63,7 +63,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity diff --git a/src/ConnectedMachine/ConnectedMachine.Autorest/help/Remove-AzConnectedMachineExtension.md b/src/ConnectedMachine/ConnectedMachine.Autorest/help/Remove-AzConnectedMachineExtension.md index 9f45a36503a1..9c9a80910c6d 100644 --- a/src/ConnectedMachine/ConnectedMachine.Autorest/help/Remove-AzConnectedMachineExtension.md +++ b/src/ConnectedMachine/ConnectedMachine.Autorest/help/Remove-AzConnectedMachineExtension.md @@ -85,7 +85,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity @@ -101,7 +100,6 @@ Accept wildcard characters: False ### -MachineInputObject Identity Parameter -. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity diff --git a/src/ConnectedMachine/ConnectedMachine.Autorest/help/Remove-AzConnectedMachineRunCommand.md b/src/ConnectedMachine/ConnectedMachine.Autorest/help/Remove-AzConnectedMachineRunCommand.md index fb285fab792a..10416f773dc1 100644 --- a/src/ConnectedMachine/ConnectedMachine.Autorest/help/Remove-AzConnectedMachineRunCommand.md +++ b/src/ConnectedMachine/ConnectedMachine.Autorest/help/Remove-AzConnectedMachineRunCommand.md @@ -78,7 +78,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity @@ -94,7 +93,6 @@ Accept wildcard characters: False ### -MachineInputObject Identity Parameter -. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity diff --git a/src/ConnectedMachine/ConnectedMachine.Autorest/help/Remove-AzConnectedPrivateLinkScope.md b/src/ConnectedMachine/ConnectedMachine.Autorest/help/Remove-AzConnectedPrivateLinkScope.md index 7f1318dd67ed..89d9bde378a5 100644 --- a/src/ConnectedMachine/ConnectedMachine.Autorest/help/Remove-AzConnectedPrivateLinkScope.md +++ b/src/ConnectedMachine/ConnectedMachine.Autorest/help/Remove-AzConnectedPrivateLinkScope.md @@ -75,7 +75,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity diff --git a/src/ConnectedMachine/ConnectedMachine.Autorest/help/Set-AzConnectedMachineExtension.md b/src/ConnectedMachine/ConnectedMachine.Autorest/help/Set-AzConnectedMachineExtension.md index 973d7a838121..7a26c44a9a2f 100644 --- a/src/ConnectedMachine/ConnectedMachine.Autorest/help/Set-AzConnectedMachineExtension.md +++ b/src/ConnectedMachine/ConnectedMachine.Autorest/help/Set-AzConnectedMachineExtension.md @@ -144,7 +144,6 @@ Accept wildcard characters: False ### -ExtensionParameter Describes a Machine Extension. -. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtension diff --git a/src/ConnectedMachine/ConnectedMachine.Autorest/help/Set-AzConnectedPrivateLinkScope.md b/src/ConnectedMachine/ConnectedMachine.Autorest/help/Set-AzConnectedPrivateLinkScope.md index b0ba48a81869..212b5ec3be5c 100644 --- a/src/ConnectedMachine/ConnectedMachine.Autorest/help/Set-AzConnectedPrivateLinkScope.md +++ b/src/ConnectedMachine/ConnectedMachine.Autorest/help/Set-AzConnectedPrivateLinkScope.md @@ -123,7 +123,6 @@ Accept wildcard characters: False ### -Parameter An Azure Arc PrivateLinkScope definition. -. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IHybridComputePrivateLinkScope diff --git a/src/ConnectedMachine/ConnectedMachine.Autorest/help/Update-AzConnectedExtension.md b/src/ConnectedMachine/ConnectedMachine.Autorest/help/Update-AzConnectedExtension.md index 428fecc55f70..41a5523162a2 100644 --- a/src/ConnectedMachine/ConnectedMachine.Autorest/help/Update-AzConnectedExtension.md +++ b/src/ConnectedMachine/ConnectedMachine.Autorest/help/Update-AzConnectedExtension.md @@ -120,7 +120,6 @@ Accept wildcard characters: False ### -ExtensionUpgradeParameter Describes the Machine Extension Upgrade Properties. -. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionUpgrade @@ -136,7 +135,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity diff --git a/src/ConnectedMachine/ConnectedMachine.Autorest/help/Update-AzConnectedMachine.md b/src/ConnectedMachine/ConnectedMachine.Autorest/help/Update-AzConnectedMachine.md index 8fbd056cbd70..86f6151bea83 100644 --- a/src/ConnectedMachine/ConnectedMachine.Autorest/help/Update-AzConnectedMachine.md +++ b/src/ConnectedMachine/ConnectedMachine.Autorest/help/Update-AzConnectedMachine.md @@ -173,7 +173,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity @@ -339,7 +338,6 @@ Accept wildcard characters: False ### -Parameter Describes a hybrid machine Update. -. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineUpdate diff --git a/src/ConnectedMachine/ConnectedMachine.Autorest/help/Update-AzConnectedMachineExtension.md b/src/ConnectedMachine/ConnectedMachine.Autorest/help/Update-AzConnectedMachineExtension.md index 7c54ea1c83cd..d2e8f3f8e507 100644 --- a/src/ConnectedMachine/ConnectedMachine.Autorest/help/Update-AzConnectedMachineExtension.md +++ b/src/ConnectedMachine/ConnectedMachine.Autorest/help/Update-AzConnectedMachineExtension.md @@ -223,7 +223,6 @@ Accept wildcard characters: False ### -ExtensionParameter Describes a Machine Extension Update. -. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionUpdate @@ -254,7 +253,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity @@ -300,7 +298,6 @@ Accept wildcard characters: False ### -MachineInputObject Identity Parameter -. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity diff --git a/src/ConnectedMachine/ConnectedMachine.Autorest/help/Update-AzConnectedMachineRunCommand.md b/src/ConnectedMachine/ConnectedMachine.Autorest/help/Update-AzConnectedMachineRunCommand.md index c2ed4c16d491..d51a2c48e52e 100644 --- a/src/ConnectedMachine/ConnectedMachine.Autorest/help/Update-AzConnectedMachineRunCommand.md +++ b/src/ConnectedMachine/ConnectedMachine.Autorest/help/Update-AzConnectedMachineRunCommand.md @@ -231,7 +231,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity @@ -247,7 +246,6 @@ Accept wildcard characters: False ### -MachineInputObject Identity Parameter -. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity @@ -342,7 +340,6 @@ Accept wildcard characters: False ### -Parameter The parameters used by the script. -. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter[] @@ -358,7 +355,6 @@ Accept wildcard characters: False ### -ProtectedParameter The parameters used by the script. -. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter[] @@ -435,7 +431,6 @@ Accept wildcard characters: False ### -RunCommandProperty Describes a Run Command -. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineRunCommand diff --git a/src/ConnectedMachine/ConnectedMachine.Autorest/help/Update-AzConnectedPrivateLinkScopeTag.md b/src/ConnectedMachine/ConnectedMachine.Autorest/help/Update-AzConnectedPrivateLinkScopeTag.md index 5b528e4c99b5..d1fa7c2a4551 100644 --- a/src/ConnectedMachine/ConnectedMachine.Autorest/help/Update-AzConnectedPrivateLinkScopeTag.md +++ b/src/ConnectedMachine/ConnectedMachine.Autorest/help/Update-AzConnectedPrivateLinkScopeTag.md @@ -91,7 +91,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity @@ -137,7 +136,6 @@ Accept wildcard characters: False ### -PrivateLinkScopeTag A container holding only the Tags for a resource, allowing the user to update the tags on a PrivateLinkScope instance. -. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ITagsResource diff --git a/src/ConnectedMachine/ConnectedMachine.Autorest/internal/Get-AzConnectedOperation.ps1 b/src/ConnectedMachine/ConnectedMachine.Autorest/internal/Get-AzConnectedOperation.ps1 index a712c0b5dae8..f33f3aeb5e98 100644 --- a/src/ConnectedMachine/ConnectedMachine.Autorest/internal/Get-AzConnectedOperation.ps1 +++ b/src/ConnectedMachine/ConnectedMachine.Autorest/internal/Get-AzConnectedOperation.ps1 @@ -45,7 +45,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)] diff --git a/src/ConnectedMachine/ConnectedMachine.Autorest/internal/ProxyCmdletDefinitions.ps1 b/src/ConnectedMachine/ConnectedMachine.Autorest/internal/ProxyCmdletDefinitions.ps1 index a712c0b5dae8..f33f3aeb5e98 100644 --- a/src/ConnectedMachine/ConnectedMachine.Autorest/internal/ProxyCmdletDefinitions.ps1 +++ b/src/ConnectedMachine/ConnectedMachine.Autorest/internal/ProxyCmdletDefinitions.ps1 @@ -45,7 +45,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)] diff --git a/src/ConnectedMachine/ConnectedMachine/Az.ConnectedMachine.psd1 b/src/ConnectedMachine/ConnectedMachine/Az.ConnectedMachine.psd1 index 8d055ce577ce..ca3015af317a 100644 --- a/src/ConnectedMachine/ConnectedMachine/Az.ConnectedMachine.psd1 +++ b/src/ConnectedMachine/ConnectedMachine/Az.ConnectedMachine.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 2/29/2024 +# Generated on: 3/17/2024 # @{ @@ -57,10 +57,10 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.16.0'; }) RequiredAssemblies = 'ConnectedMachine.Autorest/bin/Az.ConnectedMachine.private.dll' # Script files (.ps1) that are run in the caller's environment prior to importing this module. -# ScriptsToProcess = @() +ScriptsToProcess = @() # Type files (.ps1xml) to be loaded when importing this module -# TypesToProcess = @() +TypesToProcess = @() # Format files (.ps1xml) to be loaded when importing this module FormatsToProcess = 'ConnectedMachine.Autorest/Az.ConnectedMachine.format.ps1xml' @@ -111,7 +111,7 @@ PrivateData = @{ PSData = @{ # Tags applied to this module. These help with module discovery in online galleries. - Tags = 'Azure','ResourceManager','ARM','PSModule','ConnectedMachine' + Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'ConnectedMachine' # A URL to the license for this module. LicenseUri = 'https://aka.ms/azps-license' @@ -137,7 +137,7 @@ PrivateData = @{ } # End of PSData hashtable - } # End of PrivateData hashtable +} # End of PrivateData hashtable # HelpInfo URI of this module # HelpInfoURI = '' diff --git a/src/ConnectedMachine/ConnectedMachine/help/Az.ConnectedMachine.md b/src/ConnectedMachine/ConnectedMachine/help/Az.ConnectedMachine.md index 6e474543a4f9..7057351a2635 100644 --- a/src/ConnectedMachine/ConnectedMachine/help/Az.ConnectedMachine.md +++ b/src/ConnectedMachine/ConnectedMachine/help/Az.ConnectedMachine.md @@ -36,7 +36,7 @@ The operation to install patches on a hybrid machine identity in Azure. The operation to assess patches on a hybrid machine identity in Azure. ### [New-AzConnectedMachineExtension](New-AzConnectedMachineExtension.md) -The operation to create or update the extension. +The operation to Create the extension. ### [New-AzConnectedMachineRunCommand](New-AzConnectedMachineRunCommand.md) The operation to Create a run command. @@ -58,7 +58,7 @@ The operation to delete a run command. Deletes a Azure Arc PrivateLinkScope. ### [Set-AzConnectedMachineExtension](Set-AzConnectedMachineExtension.md) -The operation to create or update the extension. +The operation to Create the extension. ### [Set-AzConnectedPrivateLinkScope](Set-AzConnectedPrivateLinkScope.md) Creates (or updates) a Azure Arc PrivateLinkScope. @@ -71,7 +71,7 @@ The operation to Upgrade Machine Extensions. The operation to update a hybrid machine. ### [Update-AzConnectedMachineExtension](Update-AzConnectedMachineExtension.md) -The operation to create or update the extension. +The operation to Update the extension. ### [Update-AzConnectedMachineRunCommand](Update-AzConnectedMachineRunCommand.md) The operation to Create a run command. diff --git a/src/ConnectedMachine/ConnectedMachine/help/Connect-AzConnectedMachine.md b/src/ConnectedMachine/ConnectedMachine/help/Connect-AzConnectedMachine.md index 3df91f004db7..e839df510a26 100644 --- a/src/ConnectedMachine/ConnectedMachine/help/Connect-AzConnectedMachine.md +++ b/src/ConnectedMachine/ConnectedMachine/help/Connect-AzConnectedMachine.md @@ -15,7 +15,7 @@ API to register a new machine and thereby create a tracked resource in ARM ``` Connect-AzConnectedMachine [-ResourceGroupName] [[-SubscriptionId] ] [[-Name] ] [-Location] [[-PSSession] ] [[-Tag] ] [[-DefaultProfile] ] - [[-Proxy] ] [] + [[-Proxy] ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -113,6 +113,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Proxy The URI for the proxy server to use diff --git a/src/ConnectedMachine/ConnectedMachine/help/Get-AzConnectedExtensionMetadata.md b/src/ConnectedMachine/ConnectedMachine/help/Get-AzConnectedExtensionMetadata.md index 0d5b7b969851..b4d93347d40f 100644 --- a/src/ConnectedMachine/ConnectedMachine/help/Get-AzConnectedExtensionMetadata.md +++ b/src/ConnectedMachine/ConnectedMachine/help/Get-AzConnectedExtensionMetadata.md @@ -15,7 +15,7 @@ Gets an Extension Metadata based on location, publisher, extensionType and versi ### List (Default) ``` Get-AzConnectedExtensionMetadata -ExtensionType -Location -Publisher - [-SubscriptionId ] [-DefaultProfile ] + [-SubscriptionId ] [-DefaultProfile ] [-ProgressAction ] [] ``` @@ -23,7 +23,7 @@ Get-AzConnectedExtensionMetadata -ExtensionType -Location -Pub ``` Get-AzConnectedExtensionMetadata -ExtensionType -Location -Publisher [-SubscriptionId ] -Version [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -105,6 +105,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Publisher The publisher of the Extension being received. @@ -157,7 +172,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20221227.IExtensionValue +### Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IExtensionValue ## NOTES diff --git a/src/ConnectedMachine/ConnectedMachine/help/Get-AzConnectedMachine.md b/src/ConnectedMachine/ConnectedMachine/help/Get-AzConnectedMachine.md index 713f0b6f88dc..0b470dc668d9 100644 --- a/src/ConnectedMachine/ConnectedMachine/help/Get-AzConnectedMachine.md +++ b/src/ConnectedMachine/ConnectedMachine/help/Get-AzConnectedMachine.md @@ -15,19 +15,19 @@ Retrieves information about the model view or the instance view of a hybrid mach ### List1 (Default) ``` Get-AzConnectedMachine [-SubscriptionId ] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### Get ``` Get-AzConnectedMachine -Name -ResourceGroupName [-SubscriptionId ] - [-Expand ] [-DefaultProfile ] [] + [-Expand ] [-DefaultProfile ] [-ProgressAction ] [] ``` ### List ``` Get-AzConnectedMachine -ResourceGroupName [-SubscriptionId ] [-Expand ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -127,6 +127,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. @@ -165,7 +180,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20221227.IMachine +### Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachine ## NOTES diff --git a/src/ConnectedMachine/ConnectedMachine/help/Get-AzConnectedMachineExtension.md b/src/ConnectedMachine/ConnectedMachine/help/Get-AzConnectedMachineExtension.md index 6d0cc88625af..921c86461081 100644 --- a/src/ConnectedMachine/ConnectedMachine/help/Get-AzConnectedMachineExtension.md +++ b/src/ConnectedMachine/ConnectedMachine/help/Get-AzConnectedMachineExtension.md @@ -15,13 +15,13 @@ The operation to get the extension. ### List (Default) ``` Get-AzConnectedMachineExtension -MachineName -ResourceGroupName [-SubscriptionId ] - [-Expand ] [-DefaultProfile ] [] + [-Expand ] [-DefaultProfile ] [-ProgressAction ] [] ``` ### Get ``` Get-AzConnectedMachineExtension -MachineName -ResourceGroupName -Name - [-SubscriptionId ] [-DefaultProfile ] + [-SubscriptionId ] [-DefaultProfile ] [-ProgressAction ] [] ``` @@ -121,6 +121,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. @@ -159,7 +174,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20221227.IMachineExtension +### Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtension ## NOTES diff --git a/src/ConnectedMachine/ConnectedMachine/help/Get-AzConnectedMachineRunCommand.md b/src/ConnectedMachine/ConnectedMachine/help/Get-AzConnectedMachineRunCommand.md index 4db543dd3663..c20c669cdb80 100644 --- a/src/ConnectedMachine/ConnectedMachine/help/Get-AzConnectedMachineRunCommand.md +++ b/src/ConnectedMachine/ConnectedMachine/help/Get-AzConnectedMachineRunCommand.md @@ -15,13 +15,13 @@ The operation to get a run command. ### List (Default) ``` Get-AzConnectedMachineRunCommand -MachineName -ResourceGroupName [-SubscriptionId ] - [-Expand ] [-DefaultProfile ] [] + [-Expand ] [-DefaultProfile ] [-ProgressAction ] [] ``` ### Get ``` Get-AzConnectedMachineRunCommand -MachineName -ResourceGroupName -RunCommandName - [-SubscriptionId ] [-DefaultProfile ] + [-SubscriptionId ] [-DefaultProfile ] [-ProgressAction ] [] ``` @@ -30,16 +30,76 @@ The operation to get a run command. ## EXAMPLES -### EXAMPLE 1 -``` +### Example 1: List all run-commands for a machine +```powershell Get-AzConnectedMachineRunCommand -ResourceGroupName "az-sdk-test" -MachineName "testmachine" ``` -### EXAMPLE 2 +```output +Location Name SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType SystemDataLastModifiedAt Syst + emDa + taLa + stMo + difi + edBy +-------- ---- ------------------- ------------------- ----------------------- ------------------------ ---- +eastus2euap myRunCommand2 +eastus2euap myRunCommand3 ``` + +Lists all run-commands for a specific machine. + +### Example 2: List a specific run-command for a machine +```powershell Get-AzConnectedMachineRunCommand -ResourceGroupName "az-sdk-test" -RunCommandName "myRunCommand2" -MachineName "testmachine" ``` +```output +AsyncExecution : False +ErrorBlobManagedIdentityClientId : +ErrorBlobManagedIdentityObjectId : +ErrorBlobUri : +Id : /subscriptions/e6fe6705-4c9c-4b54-81d2-e455780e20b8/resourceGroups/az-sdk-test/prov + iders/Microsoft.HybridCompute/machines/testmachine/runcommands/myRunCommand2 +InstanceViewEndTime : 12/4/2023 6:16:55 PM +InstanceViewError : +InstanceViewExecutionMessage : RunCommand script execution completed +InstanceViewExecutionState : Succeeded +InstanceViewExitCode : 0 +InstanceViewOutput : Hello World! +InstanceViewStartTime : 12/4/2023 6:16:55 PM +InstanceViewStatuses : +Location : eastus2euap +Name : myRunCommand2 +OutputBlobManagedIdentityClientId : +OutputBlobManagedIdentityObjectId : +OutputBlobUri : +Parameter : +ProtectedParameter : +ProvisioningState : Succeeded +ResourceGroupName : az-sdk-test +RunAsPassword : +RunAsUser : +ScriptUriManagedIdentityClientId : +ScriptUriManagedIdentityObjectId : +SourceCommandId : +SourceScript : Write-Host Hello World! +SourceScriptUri : +SystemDataCreatedAt : +SystemDataCreatedBy : +SystemDataCreatedByType : +SystemDataLastModifiedAt : +SystemDataLastModifiedBy : +SystemDataLastModifiedByType : +Tag : { + "Tag1": "Value1" + } +TimeoutInSecond : 0 +Type : Microsoft.HybridCompute/machines/runcommands +``` + +List a specific run-command for a machine + ## PARAMETERS ### -DefaultProfile @@ -88,6 +148,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. @@ -129,7 +204,7 @@ Aliases: Required: False Position: Named -Default value: None +Default value: (Get-AzContext).Subscription.Id Accept pipeline input: False Accept wildcard characters: False ``` @@ -142,8 +217,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS ### Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineRunCommand + ## NOTES ## RELATED LINKS - -[https://learn.microsoft.com/powershell/module/az.connectedmachine/get-azconnectedmachineruncommand](https://learn.microsoft.com/powershell/module/az.connectedmachine/get-azconnectedmachineruncommand) diff --git a/src/ConnectedMachine/ConnectedMachine/help/Get-AzConnectedPrivateLinkScope.md b/src/ConnectedMachine/ConnectedMachine/help/Get-AzConnectedPrivateLinkScope.md index b91d8e56ba4f..56614a4ff048 100644 --- a/src/ConnectedMachine/ConnectedMachine/help/Get-AzConnectedPrivateLinkScope.md +++ b/src/ConnectedMachine/ConnectedMachine/help/Get-AzConnectedPrivateLinkScope.md @@ -15,19 +15,19 @@ Returns a Azure Arc PrivateLinkScope. ### List (Default) ``` Get-AzConnectedPrivateLinkScope [-SubscriptionId ] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### List1 ``` Get-AzConnectedPrivateLinkScope -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### Get ``` Get-AzConnectedPrivateLinkScope -ResourceGroupName -ScopeName [-SubscriptionId ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -81,6 +81,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. @@ -134,7 +149,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20221227.IHybridComputePrivateLinkScope +### Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IHybridComputePrivateLinkScope ## NOTES diff --git a/src/ConnectedMachine/ConnectedMachine/help/Install-AzConnectedMachinePatch.md b/src/ConnectedMachine/ConnectedMachine/help/Install-AzConnectedMachinePatch.md index 8d24f9180b77..359e90d1b686 100644 --- a/src/ConnectedMachine/ConnectedMachine/help/Install-AzConnectedMachinePatch.md +++ b/src/ConnectedMachine/ConnectedMachine/help/Install-AzConnectedMachinePatch.md @@ -20,7 +20,7 @@ Install-AzConnectedMachinePatch -Name -ResourceGroupName [-Sub [-WindowParameterClassificationsToInclude ] [-WindowParameterExcludeKbsRequiringReboot] [-WindowParameterKbNumbersToExclude ] [-WindowParameterKbNumbersToInclude ] [-WindowParameterMaxPatchPublishDate ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### InstallViaIdentityExpanded @@ -31,7 +31,7 @@ Install-AzConnectedMachinePatch -InputObject -Maximu [-WindowParameterClassificationsToInclude ] [-WindowParameterExcludeKbsRequiringReboot] [-WindowParameterKbNumbersToExclude ] [-WindowParameterKbNumbersToInclude ] [-WindowParameterMaxPatchPublishDate ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -91,7 +91,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity @@ -198,6 +197,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -RebootSetting Defines when it is acceptable to reboot a VM during a software update operation. @@ -358,7 +372,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20221227.IMachineInstallPatchesResult +### Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineInstallPatchesResult ## NOTES diff --git a/src/ConnectedMachine/ConnectedMachine/help/Invoke-AzConnectedAssessMachinePatch.md b/src/ConnectedMachine/ConnectedMachine/help/Invoke-AzConnectedAssessMachinePatch.md index e9750460eb03..2db67b8e2f72 100644 --- a/src/ConnectedMachine/ConnectedMachine/help/Invoke-AzConnectedAssessMachinePatch.md +++ b/src/ConnectedMachine/ConnectedMachine/help/Invoke-AzConnectedAssessMachinePatch.md @@ -15,14 +15,14 @@ The operation to assess patches on a hybrid machine identity in Azure. ### Assess (Default) ``` Invoke-AzConnectedAssessMachinePatch -Name -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### AssessViaIdentity ``` Invoke-AzConnectedAssessMachinePatch -InputObject [-DefaultProfile ] - [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] + [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -78,7 +78,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity @@ -122,6 +121,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. @@ -192,7 +206,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20221227.IMachineAssessPatchesResult +### Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineAssessPatchesResult ## NOTES diff --git a/src/ConnectedMachine/ConnectedMachine/help/New-AzConnectedMachineExtension.md b/src/ConnectedMachine/ConnectedMachine/help/New-AzConnectedMachineExtension.md index 66c0e35dd3f9..7d22b82bd70b 100644 --- a/src/ConnectedMachine/ConnectedMachine/help/New-AzConnectedMachineExtension.md +++ b/src/ConnectedMachine/ConnectedMachine/help/New-AzConnectedMachineExtension.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-AzConnectedMachineExtension ## SYNOPSIS -The operation to create or update the extension. +The operation to Create the extension. ## SYNTAX @@ -20,7 +20,7 @@ New-AzConnectedMachineExtension -MachineName -Name -ResourceGr [-InstanceViewTypeHandlerVersion ] [-ProtectedSetting ] [-Publisher ] [-Setting ] [-StatusCode ] [-StatusDisplayStatus ] [-StatusLevel ] [-StatusMessage ] [-StatusTime ] [-Tag ] [-TypeHandlerVersion ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -28,21 +28,21 @@ New-AzConnectedMachineExtension -MachineName -Name -ResourceGr ``` New-AzConnectedMachineExtension -MachineName -Name -ResourceGroupName [-SubscriptionId ] -JsonString [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaJsonFilePath ``` New-AzConnectedMachineExtension -MachineName -Name -ResourceGroupName [-SubscriptionId ] -JsonFilePath [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### Create ``` New-AzConnectedMachineExtension -MachineName -Name -ResourceGroupName [-SubscriptionId ] -ExtensionParameter [-DefaultProfile ] [-AsJob] - [-NoWait] [-WhatIf] [-Confirm] [] + [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaIdentityMachineExpanded @@ -53,7 +53,7 @@ New-AzConnectedMachineExtension -Name -MachineInputObject ] [-ProtectedSetting ] [-Publisher ] [-Setting ] [-StatusCode ] [-StatusDisplayStatus ] [-StatusLevel ] [-StatusMessage ] [-StatusTime ] [-Tag ] [-TypeHandlerVersion ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -61,7 +61,7 @@ New-AzConnectedMachineExtension -Name -MachineInputObject -MachineInputObject -ExtensionParameter [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaIdentityExpanded @@ -72,18 +72,18 @@ New-AzConnectedMachineExtension -InputObject -Locati [-ProtectedSetting ] [-Publisher ] [-Setting ] [-StatusCode ] [-StatusDisplayStatus ] [-StatusLevel ] [-StatusMessage ] [-StatusTime ] [-Tag ] [-TypeHandlerVersion ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaIdentity ``` New-AzConnectedMachineExtension -InputObject -ExtensionParameter [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -The operation to create or update the extension. +The operation to Create the extension. ## EXAMPLES @@ -209,7 +209,6 @@ Accept wildcard characters: False ### -ExtensionParameter Describes a Machine Extension. -To construct, see NOTES section for EXTENSIONPARAMETER properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtension @@ -255,7 +254,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity @@ -361,7 +359,6 @@ Accept wildcard characters: False ### -MachineInputObject Identity Parameter -To construct, see NOTES section for MACHINEINPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity @@ -420,6 +417,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ProtectedSetting The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all. @@ -637,13 +649,13 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20221227.IMachineExtension - ### Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity +### Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtension + ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20221227.IMachineExtension +### Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtension ## NOTES diff --git a/src/ConnectedMachine/ConnectedMachine/help/New-AzConnectedMachineRunCommand.md b/src/ConnectedMachine/ConnectedMachine/help/New-AzConnectedMachineRunCommand.md index aa58a30b150a..98af8ef3c99c 100644 --- a/src/ConnectedMachine/ConnectedMachine/help/New-AzConnectedMachineRunCommand.md +++ b/src/ConnectedMachine/ConnectedMachine/help/New-AzConnectedMachineRunCommand.md @@ -23,7 +23,7 @@ New-AzConnectedMachineRunCommand -MachineName -ResourceGroupName ] [-ScriptUriManagedIdentityObjectId ] [-SourceCommandId ] [-SourceScript ] [-SourceScriptUri ] [-Tag ] [-TimeoutInSecond ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ScriptLocalPath @@ -37,28 +37,28 @@ New-AzConnectedMachineRunCommand -MachineName -ResourceGroupName ] [-ScriptUriManagedIdentityObjectId ] [-SourceCommandId ] [-SourceScript ] [-SourceScriptUri ] [-Tag ] [-TimeoutInSecond ] [-ScriptLocalPath ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaJsonString ``` New-AzConnectedMachineRunCommand -MachineName -ResourceGroupName -RunCommandName [-SubscriptionId ] -JsonString [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaJsonFilePath ``` New-AzConnectedMachineRunCommand -MachineName -ResourceGroupName -RunCommandName [-SubscriptionId ] -JsonFilePath [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### Create ``` New-AzConnectedMachineRunCommand -MachineName -ResourceGroupName -RunCommandName [-SubscriptionId ] -RunCommandProperty [-DefaultProfile ] [-AsJob] - [-NoWait] [-WhatIf] [-Confirm] [] + [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaIdentityMachineExpanded @@ -72,14 +72,14 @@ New-AzConnectedMachineRunCommand -RunCommandName -MachineInputObject ] [-ScriptUriManagedIdentityObjectId ] [-SourceCommandId ] [-SourceScript ] [-SourceScriptUri ] [-Tag ] [-TimeoutInSecond ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaIdentityMachine ``` New-AzConnectedMachineRunCommand -RunCommandName -MachineInputObject -RunCommandProperty [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaIdentityExpanded @@ -92,14 +92,14 @@ New-AzConnectedMachineRunCommand -InputObject -Locat [-RunAsPassword ] [-RunAsUser ] [-ScriptUriManagedIdentityClientId ] [-ScriptUriManagedIdentityObjectId ] [-SourceCommandId ] [-SourceScript ] [-SourceScriptUri ] [-Tag ] [-TimeoutInSecond ] [-DefaultProfile ] - [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] + [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaIdentity ``` New-AzConnectedMachineRunCommand -InputObject -RunCommandProperty [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -107,11 +107,56 @@ The operation to Create a run command. ## EXAMPLES -### EXAMPLE 1 -``` +### Example 1: Create a run-command for a machine +```powershell New-AzConnectedMachineRunCommand -ResourceGroupName "az-sdk-test" -Location "eastus2euap" -SourceScript "Write-Host Hello World!" -RunCommandName "myRunCommand3" -MachineName "testmachine" -SubscriptionId "e6fe6705-4c9c-4b54-81d2-e455780e20b8" ``` +```output +AsyncExecution : False +ErrorBlobManagedIdentityClientId : +ErrorBlobManagedIdentityObjectId : +ErrorBlobUri : +Id : /subscriptions/e6fe6705-4c9c-4b54-81d2-e455780e20b8/resourceGroups/az-sdk-test/prov + iders/Microsoft.HybridCompute/machines/testmachine/runcommands/myRunCommand3 +InstanceViewEndTime : 12/5/2023 7:27:26 PM +InstanceViewError : +InstanceViewExecutionMessage : RunCommand script execution completed +InstanceViewExecutionState : Succeeded +InstanceViewExitCode : 0 +InstanceViewOutput : Hello World! +InstanceViewStartTime : 12/5/2023 7:27:24 PM +InstanceViewStatuses : +Location : eastus2euap +Name : myRunCommand3 +OutputBlobManagedIdentityClientId : +OutputBlobManagedIdentityObjectId : +OutputBlobUri : +Parameter : +ProtectedParameter : +ProvisioningState : Succeeded +ResourceGroupName : az-sdk-test +RunAsPassword : +RunAsUser : +ScriptUriManagedIdentityClientId : +ScriptUriManagedIdentityObjectId : +SourceCommandId : +SourceScript : Write-Host Hello World! +SourceScriptUri : +SystemDataCreatedAt : +SystemDataCreatedBy : +SystemDataCreatedByType : +SystemDataLastModifiedAt : +SystemDataLastModifiedBy : +SystemDataLastModifiedByType : +Tag : { + } +TimeoutInSecond : 0 +Type : Microsoft.HybridCompute/machines/runcommands +``` + +Create a run-command for a machine + ## PARAMETERS ### -AsJob @@ -124,7 +169,7 @@ Aliases: Required: False Position: Named -Default value: False +Default value: None Accept pipeline input: False Accept wildcard characters: False ``` @@ -140,7 +185,7 @@ Aliases: Required: False Position: Named -Default value: False +Default value: None Accept pipeline input: False Accept wildcard characters: False ``` @@ -212,7 +257,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity @@ -273,7 +317,6 @@ Accept wildcard characters: False ### -MachineInputObject Identity Parameter -To construct, see NOTES section for MACHINEINPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity @@ -312,7 +355,7 @@ Aliases: Required: False Position: Named -Default value: False +Default value: None Accept pipeline input: False Accept wildcard characters: False ``` @@ -368,7 +411,6 @@ Accept wildcard characters: False ### -Parameter The parameters used by the script. -To construct, see NOTES section for PARAMETER properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter[] @@ -382,9 +424,23 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ProtectedParameter The parameters used by the script. -To construct, see NOTES section for PROTECTEDPARAMETER properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter[] @@ -461,7 +517,6 @@ Accept wildcard characters: False ### -RunCommandProperty Describes a Run Command -To construct, see NOTES section for RUNCOMMANDPROPERTY properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineRunCommand @@ -476,7 +531,6 @@ Accept wildcard characters: False ``` ### -ScriptLocalPath -{{ Fill ScriptLocalPath Description }} ```yaml Type: System.String @@ -578,7 +632,7 @@ Aliases: Required: False Position: Named -Default value: None +Default value: (Get-AzContext).Subscription.Id Accept pipeline input: False Accept wildcard characters: False ``` @@ -608,7 +662,7 @@ Aliases: Required: False Position: Named -Default value: 0 +Default value: None Accept pipeline input: False Accept wildcard characters: False ``` @@ -650,108 +704,13 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS ### Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity + ### Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineRunCommand + ## OUTPUTS ### Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineRunCommand + ## NOTES -COMPLEX PARAMETER PROPERTIES - -To create the parameters described below, construct a hash table containing the appropriate properties. -For information on hash tables, run Get-Help about_Hash_Tables. - -INPUTOBJECT \: Identity Parameter - \[ExtensionName \\]: The name of the machine extension. - \[ExtensionType \\]: The extensionType of the Extension being received. - \[GroupName \\]: The name of the private link resource. - \[Id \\]: Resource identity path - \[LicenseName \\]: The name of the license. - \[LicenseProfileName \\]: The name of the license profile. - \[Location \\]: The location of the Extension being received. - \[MachineName \\]: The name of the hybrid machine. - \[MetadataName \\]: Name of the HybridIdentityMetadata. - \[Name \\]: The name of the hybrid machine. - \[OSType \\]: Defines the os type. - \[PerimeterName \\]: The name, in the format {perimeterGuid}.{associationName}, of the Network Security Perimeter resource. - \[PrivateEndpointConnectionName \\]: The name of the private endpoint connection. - \[PrivateLinkScopeId \\]: The id (Guid) of the Azure Arc PrivateLinkScope resource. - \[Publisher \\]: The publisher of the Extension being received. - \[ResourceGroupName \\]: The name of the resource group. -The name is case insensitive. - \[ResourceUri \\]: The fully qualified Azure Resource manager identifier of the resource to be connected. - \[RunCommandName \\]: The name of the run command. - \[ScopeName \\]: The name of the Azure Arc PrivateLinkScope resource. - \[SubscriptionId \\]: The ID of the target subscription. - \[Version \\]: The version of the Extension being received. - -MACHINEINPUTOBJECT \: Identity Parameter - \[ExtensionName \\]: The name of the machine extension. - \[ExtensionType \\]: The extensionType of the Extension being received. - \[GroupName \\]: The name of the private link resource. - \[Id \\]: Resource identity path - \[LicenseName \\]: The name of the license. - \[LicenseProfileName \\]: The name of the license profile. - \[Location \\]: The location of the Extension being received. - \[MachineName \\]: The name of the hybrid machine. - \[MetadataName \\]: Name of the HybridIdentityMetadata. - \[Name \\]: The name of the hybrid machine. - \[OSType \\]: Defines the os type. - \[PerimeterName \\]: The name, in the format {perimeterGuid}.{associationName}, of the Network Security Perimeter resource. - \[PrivateEndpointConnectionName \\]: The name of the private endpoint connection. - \[PrivateLinkScopeId \\]: The id (Guid) of the Azure Arc PrivateLinkScope resource. - \[Publisher \\]: The publisher of the Extension being received. - \[ResourceGroupName \\]: The name of the resource group. -The name is case insensitive. - \[ResourceUri \\]: The fully qualified Azure Resource manager identifier of the resource to be connected. - \[RunCommandName \\]: The name of the run command. - \[ScopeName \\]: The name of the Azure Arc PrivateLinkScope resource. - \[SubscriptionId \\]: The ID of the target subscription. - \[Version \\]: The version of the Extension being received. - -PARAMETER \: The parameters used by the script. - Name \: The run command parameter name. - Value \: The run command parameter value. - -PROTECTEDPARAMETER \: The parameters used by the script. - Name \: The run command parameter name. - Value \: The run command parameter value. - -RUNCOMMANDPROPERTY \: Describes a Run Command - Location \: The geo-location where the resource lives - \[Tag \\]: Resource tags. - \[(Any) \\]: This indicates any property can be added to this object. - \[AsyncExecution \\]: Optional. -If set to true, provisioning will complete as soon as script starts and will not wait for script to complete. - \[ErrorBlobManagedIdentityClientId \\]: Client Id (GUID value) of the user-assigned managed identity. -ObjectId should not be used if this is provided. - \[ErrorBlobManagedIdentityObjectId \\]: Object Id (GUID value) of the user-assigned managed identity. -ClientId should not be used if this is provided. - \[ErrorBlobUri \\]: Specifies the Azure storage blob where script error stream will be uploaded. -Use a SAS URI with read, append, create, write access OR use managed identity to provide the VM access to the blob. -Refer errorBlobManagedIdentity parameter. - \[OutputBlobManagedIdentityClientId \\]: Client Id (GUID value) of the user-assigned managed identity. -ObjectId should not be used if this is provided. - \[OutputBlobManagedIdentityObjectId \\]: Object Id (GUID value) of the user-assigned managed identity. -ClientId should not be used if this is provided. - \[OutputBlobUri \\]: Specifies the Azure storage blob where script output stream will be uploaded. -Use a SAS URI with read, append, create, write access OR use managed identity to provide the VM access to the blob. -Refer outputBlobManagedIdentity parameter. - \[Parameter \\>\]: The parameters used by the script. - Name \: The run command parameter name. - Value \: The run command parameter value. - \[ProtectedParameter \\>\]: The parameters used by the script. - \[RunAsPassword \\]: Specifies the user account password on the machine when executing the run command. - \[RunAsUser \\]: Specifies the user account on the machine when executing the run command. - \[ScriptUriManagedIdentityClientId \\]: Client Id (GUID value) of the user-assigned managed identity. -ObjectId should not be used if this is provided. - \[ScriptUriManagedIdentityObjectId \\]: Object Id (GUID value) of the user-assigned managed identity. -ClientId should not be used if this is provided. - \[SourceCommandId \\]: Specifies the commandId of predefined built-in script. - \[SourceScript \\]: Specifies the script content to be executed on the machine. - \[SourceScriptUri \\]: Specifies the script download location. -It can be either SAS URI of an Azure storage blob with read access or public URI. - \[TimeoutInSecond \\]: The timeout in seconds to execute the run command. ## RELATED LINKS - -[https://learn.microsoft.com/powershell/module/az.connectedmachine/new-azconnectedmachineruncommand](https://learn.microsoft.com/powershell/module/az.connectedmachine/new-azconnectedmachineruncommand) diff --git a/src/ConnectedMachine/ConnectedMachine/help/New-AzConnectedPrivateLinkScope.md b/src/ConnectedMachine/ConnectedMachine/help/New-AzConnectedPrivateLinkScope.md index ba37fb3804e1..5cb7df7aab8d 100644 --- a/src/ConnectedMachine/ConnectedMachine/help/New-AzConnectedPrivateLinkScope.md +++ b/src/ConnectedMachine/ConnectedMachine/help/New-AzConnectedPrivateLinkScope.md @@ -17,27 +17,27 @@ Note: You cannot specify a different value for InstrumentationKey nor AppId in t ``` New-AzConnectedPrivateLinkScope -ResourceGroupName -ScopeName [-SubscriptionId ] -Location [-PublicNetworkAccess ] [-Tag ] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaJsonString ``` New-AzConnectedPrivateLinkScope -ResourceGroupName -ScopeName [-SubscriptionId ] - -JsonString [-DefaultProfile ] [-WhatIf] [-Confirm] + -JsonString [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaJsonFilePath ``` New-AzConnectedPrivateLinkScope -ResourceGroupName -ScopeName [-SubscriptionId ] - -JsonFilePath [-DefaultProfile ] [-WhatIf] [-Confirm] + -JsonFilePath [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### Create ``` New-AzConnectedPrivateLinkScope -ResourceGroupName -ScopeName [-SubscriptionId ] - -Parameter [-DefaultProfile ] + -Parameter [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -45,13 +45,13 @@ New-AzConnectedPrivateLinkScope -ResourceGroupName -ScopeName ``` New-AzConnectedPrivateLinkScope -InputObject -Location [-PublicNetworkAccess ] [-Tag ] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaIdentity ``` New-AzConnectedPrivateLinkScope -InputObject - -Parameter [-DefaultProfile ] + -Parameter [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -94,7 +94,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity @@ -155,7 +154,6 @@ Accept wildcard characters: False ### -Parameter An Azure Arc PrivateLinkScope definition. -To construct, see NOTES section for PARAMETER properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IHybridComputePrivateLinkScope @@ -169,6 +167,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -PublicNetworkAccess Indicates whether machines associated with the private link scope can also use public Azure Arc service endpoints. @@ -281,13 +294,13 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20221227.IHybridComputePrivateLinkScope - ### Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity +### Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IHybridComputePrivateLinkScope + ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20221227.IHybridComputePrivateLinkScope +### Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IHybridComputePrivateLinkScope ## NOTES diff --git a/src/ConnectedMachine/ConnectedMachine/help/Remove-AzConnectedMachine.md b/src/ConnectedMachine/ConnectedMachine/help/Remove-AzConnectedMachine.md index 091128768a4b..ab04375f8e8e 100644 --- a/src/ConnectedMachine/ConnectedMachine/help/Remove-AzConnectedMachine.md +++ b/src/ConnectedMachine/ConnectedMachine/help/Remove-AzConnectedMachine.md @@ -15,14 +15,14 @@ The operation to delete a hybrid machine. ### Delete (Default) ``` Remove-AzConnectedMachine -Name -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzConnectedMachine -InputObject [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -64,7 +64,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity @@ -108,6 +107,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. diff --git a/src/ConnectedMachine/ConnectedMachine/help/Remove-AzConnectedMachineExtension.md b/src/ConnectedMachine/ConnectedMachine/help/Remove-AzConnectedMachineExtension.md index c1c1b63f0f49..4c293c807fc3 100644 --- a/src/ConnectedMachine/ConnectedMachine/help/Remove-AzConnectedMachineExtension.md +++ b/src/ConnectedMachine/ConnectedMachine/help/Remove-AzConnectedMachineExtension.md @@ -16,20 +16,20 @@ The operation to delete the extension. ``` Remove-AzConnectedMachineExtension -MachineName -Name -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentityMachine ``` Remove-AzConnectedMachineExtension -Name -MachineInputObject - [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzConnectedMachineExtension -InputObject [-DefaultProfile ] - [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] + [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -86,7 +86,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity @@ -102,7 +101,6 @@ Accept wildcard characters: False ### -MachineInputObject Identity Parameter -To construct, see NOTES section for MACHINEINPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity @@ -176,6 +174,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. diff --git a/src/ConnectedMachine/ConnectedMachine/help/Remove-AzConnectedMachineRunCommand.md b/src/ConnectedMachine/ConnectedMachine/help/Remove-AzConnectedMachineRunCommand.md index 8aaec9cf29b9..4afe180e387b 100644 --- a/src/ConnectedMachine/ConnectedMachine/help/Remove-AzConnectedMachineRunCommand.md +++ b/src/ConnectedMachine/ConnectedMachine/help/Remove-AzConnectedMachineRunCommand.md @@ -16,20 +16,20 @@ The operation to delete a run command. ``` Remove-AzConnectedMachineRunCommand -MachineName -ResourceGroupName -RunCommandName [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentityMachine ``` Remove-AzConnectedMachineRunCommand -RunCommandName -MachineInputObject - [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzConnectedMachineRunCommand -InputObject [-DefaultProfile ] - [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] + [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -37,11 +37,13 @@ The operation to delete a run command. ## EXAMPLES -### EXAMPLE 1 -``` +### Example 1: Remove a run-command for a machine +```powershell Remove-AzConnectedMachineRunCommand -ResourceGroupName "az-sdk-test" -RunCommandName "myRunCommand3" -MachineName "testmachine" ``` +Remove a run-command for a machine + ## PARAMETERS ### -AsJob @@ -54,7 +56,7 @@ Aliases: Required: False Position: Named -Default value: False +Default value: None Accept pipeline input: False Accept wildcard characters: False ``` @@ -77,7 +79,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity @@ -93,7 +94,6 @@ Accept wildcard characters: False ### -MachineInputObject Identity Parameter -To construct, see NOTES section for MACHINEINPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity @@ -132,7 +132,7 @@ Aliases: Required: False Position: Named -Default value: False +Default value: None Accept pipeline input: False Accept wildcard characters: False ``` @@ -147,7 +147,22 @@ Aliases: Required: False Position: Named -Default value: False +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None Accept pipeline input: False Accept wildcard characters: False ``` @@ -193,7 +208,7 @@ Aliases: Required: False Position: Named -Default value: None +Default value: (Get-AzContext).Subscription.Id Accept pipeline input: False Accept wildcard characters: False ``` @@ -235,63 +250,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS ### Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity + ## OUTPUTS ### System.Boolean + ## NOTES -COMPLEX PARAMETER PROPERTIES - -To create the parameters described below, construct a hash table containing the appropriate properties. -For information on hash tables, run Get-Help about_Hash_Tables. - -INPUTOBJECT \: Identity Parameter - \[ExtensionName \\]: The name of the machine extension. - \[ExtensionType \\]: The extensionType of the Extension being received. - \[GroupName \\]: The name of the private link resource. - \[Id \\]: Resource identity path - \[LicenseName \\]: The name of the license. - \[LicenseProfileName \\]: The name of the license profile. - \[Location \\]: The location of the Extension being received. - \[MachineName \\]: The name of the hybrid machine. - \[MetadataName \\]: Name of the HybridIdentityMetadata. - \[Name \\]: The name of the hybrid machine. - \[OSType \\]: Defines the os type. - \[PerimeterName \\]: The name, in the format {perimeterGuid}.{associationName}, of the Network Security Perimeter resource. - \[PrivateEndpointConnectionName \\]: The name of the private endpoint connection. - \[PrivateLinkScopeId \\]: The id (Guid) of the Azure Arc PrivateLinkScope resource. - \[Publisher \\]: The publisher of the Extension being received. - \[ResourceGroupName \\]: The name of the resource group. -The name is case insensitive. - \[ResourceUri \\]: The fully qualified Azure Resource manager identifier of the resource to be connected. - \[RunCommandName \\]: The name of the run command. - \[ScopeName \\]: The name of the Azure Arc PrivateLinkScope resource. - \[SubscriptionId \\]: The ID of the target subscription. - \[Version \\]: The version of the Extension being received. - -MACHINEINPUTOBJECT \: Identity Parameter - \[ExtensionName \\]: The name of the machine extension. - \[ExtensionType \\]: The extensionType of the Extension being received. - \[GroupName \\]: The name of the private link resource. - \[Id \\]: Resource identity path - \[LicenseName \\]: The name of the license. - \[LicenseProfileName \\]: The name of the license profile. - \[Location \\]: The location of the Extension being received. - \[MachineName \\]: The name of the hybrid machine. - \[MetadataName \\]: Name of the HybridIdentityMetadata. - \[Name \\]: The name of the hybrid machine. - \[OSType \\]: Defines the os type. - \[PerimeterName \\]: The name, in the format {perimeterGuid}.{associationName}, of the Network Security Perimeter resource. - \[PrivateEndpointConnectionName \\]: The name of the private endpoint connection. - \[PrivateLinkScopeId \\]: The id (Guid) of the Azure Arc PrivateLinkScope resource. - \[Publisher \\]: The publisher of the Extension being received. - \[ResourceGroupName \\]: The name of the resource group. -The name is case insensitive. - \[ResourceUri \\]: The fully qualified Azure Resource manager identifier of the resource to be connected. - \[RunCommandName \\]: The name of the run command. - \[ScopeName \\]: The name of the Azure Arc PrivateLinkScope resource. - \[SubscriptionId \\]: The ID of the target subscription. - \[Version \\]: The version of the Extension being received. ## RELATED LINKS - -[https://learn.microsoft.com/powershell/module/az.connectedmachine/remove-azconnectedmachineruncommand](https://learn.microsoft.com/powershell/module/az.connectedmachine/remove-azconnectedmachineruncommand) diff --git a/src/ConnectedMachine/ConnectedMachine/help/Remove-AzConnectedPrivateLinkScope.md b/src/ConnectedMachine/ConnectedMachine/help/Remove-AzConnectedPrivateLinkScope.md index 1fca83bf2645..cbf1cd8adb70 100644 --- a/src/ConnectedMachine/ConnectedMachine/help/Remove-AzConnectedPrivateLinkScope.md +++ b/src/ConnectedMachine/ConnectedMachine/help/Remove-AzConnectedPrivateLinkScope.md @@ -15,14 +15,14 @@ Deletes a Azure Arc PrivateLinkScope. ### Delete (Default) ``` Remove-AzConnectedPrivateLinkScope -ResourceGroupName -ScopeName [-SubscriptionId ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzConnectedPrivateLinkScope -InputObject [-DefaultProfile ] - [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] + [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -76,7 +76,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity @@ -120,6 +119,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. diff --git a/src/ConnectedMachine/ConnectedMachine/help/Set-AzConnectedMachineExtension.md b/src/ConnectedMachine/ConnectedMachine/help/Set-AzConnectedMachineExtension.md index 1ff0eb75965f..80550d2cb723 100644 --- a/src/ConnectedMachine/ConnectedMachine/help/Set-AzConnectedMachineExtension.md +++ b/src/ConnectedMachine/ConnectedMachine/help/Set-AzConnectedMachineExtension.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Set-AzConnectedMachineExtension ## SYNOPSIS -The operation to create or update the extension. +The operation to Create the extension. ## SYNTAX @@ -20,7 +20,7 @@ Set-AzConnectedMachineExtension -MachineName -Name -ResourceGr [-InstanceViewTypeHandlerVersion ] [-ProtectedSetting ] [-Publisher ] [-Setting ] [-StatusCode ] [-StatusDisplayStatus ] [-StatusLevel ] [-StatusMessage ] [-StatusTime ] [-Tag ] [-TypeHandlerVersion ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -28,25 +28,25 @@ Set-AzConnectedMachineExtension -MachineName -Name -ResourceGr ``` Set-AzConnectedMachineExtension -MachineName -Name -ResourceGroupName [-SubscriptionId ] -ExtensionParameter [-DefaultProfile ] [-AsJob] - [-NoWait] [-WhatIf] [-Confirm] [] + [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaJsonFilePath ``` Set-AzConnectedMachineExtension -MachineName -Name -ResourceGroupName [-SubscriptionId ] -JsonFilePath [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaJsonString ``` Set-AzConnectedMachineExtension -MachineName -Name -ResourceGroupName [-SubscriptionId ] -JsonString [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -The operation to create or update the extension. +The operation to Create the extension. ## EXAMPLES @@ -145,7 +145,6 @@ Accept wildcard characters: False ### -ExtensionParameter Describes a Machine Extension. -To construct, see NOTES section for EXTENSIONPARAMETER properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtension @@ -324,6 +323,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ProtectedSetting The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all. @@ -541,11 +555,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20221227.IMachineExtension +### Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtension ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20221227.IMachineExtension +### Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtension ## NOTES diff --git a/src/ConnectedMachine/ConnectedMachine/help/Set-AzConnectedPrivateLinkScope.md b/src/ConnectedMachine/ConnectedMachine/help/Set-AzConnectedPrivateLinkScope.md index 85358fd47b5f..d486b8918676 100644 --- a/src/ConnectedMachine/ConnectedMachine/help/Set-AzConnectedPrivateLinkScope.md +++ b/src/ConnectedMachine/ConnectedMachine/help/Set-AzConnectedPrivateLinkScope.md @@ -17,27 +17,27 @@ Note: You cannot specify a different value for InstrumentationKey nor AppId in t ``` Set-AzConnectedPrivateLinkScope -ResourceGroupName -ScopeName [-SubscriptionId ] -Location [-PublicNetworkAccess ] [-Tag ] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### Update ``` Set-AzConnectedPrivateLinkScope -ResourceGroupName -ScopeName [-SubscriptionId ] - -Parameter [-DefaultProfile ] + -Parameter [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaJsonFilePath ``` Set-AzConnectedPrivateLinkScope -ResourceGroupName -ScopeName [-SubscriptionId ] - -JsonFilePath [-DefaultProfile ] [-WhatIf] [-Confirm] + -JsonFilePath [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaJsonString ``` Set-AzConnectedPrivateLinkScope -ResourceGroupName -ScopeName [-SubscriptionId ] - -JsonString [-DefaultProfile ] [-WhatIf] [-Confirm] + -JsonString [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -125,7 +125,6 @@ Accept wildcard characters: False ### -Parameter An Azure Arc PrivateLinkScope definition. -To construct, see NOTES section for PARAMETER properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IHybridComputePrivateLinkScope @@ -139,6 +138,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -PublicNetworkAccess Indicates whether machines associated with the private link scope can also use public Azure Arc service endpoints. @@ -251,11 +265,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20221227.IHybridComputePrivateLinkScope +### Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IHybridComputePrivateLinkScope ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20221227.IHybridComputePrivateLinkScope +### Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IHybridComputePrivateLinkScope ## NOTES diff --git a/src/ConnectedMachine/ConnectedMachine/help/Update-AzConnectedExtension.md b/src/ConnectedMachine/ConnectedMachine/help/Update-AzConnectedExtension.md index 433463f61b3e..0d1638525523 100644 --- a/src/ConnectedMachine/ConnectedMachine/help/Update-AzConnectedExtension.md +++ b/src/ConnectedMachine/ConnectedMachine/help/Update-AzConnectedExtension.md @@ -16,34 +16,34 @@ The operation to Upgrade Machine Extensions. ``` Update-AzConnectedExtension -MachineName -ResourceGroupName [-SubscriptionId ] [-ExtensionTarget ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpgradeViaJsonString ``` Update-AzConnectedExtension -MachineName -ResourceGroupName [-SubscriptionId ] -JsonString [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpgradeViaJsonFilePath ``` Update-AzConnectedExtension -MachineName -ResourceGroupName [-SubscriptionId ] -JsonFilePath [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### Upgrade ``` Update-AzConnectedExtension -MachineName -ResourceGroupName [-SubscriptionId ] -ExtensionUpgradeParameter [-DefaultProfile ] [-AsJob] [-NoWait] - [-PassThru] [-WhatIf] [-Confirm] [] + [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpgradeViaIdentityExpanded ``` Update-AzConnectedExtension -InputObject [-ExtensionTarget ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -51,7 +51,7 @@ Update-AzConnectedExtension -InputObject [-Extension ``` Update-AzConnectedExtension -InputObject -ExtensionUpgradeParameter [-DefaultProfile ] [-AsJob] [-NoWait] - [-PassThru] [-WhatIf] [-Confirm] [] + [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -121,7 +121,6 @@ Accept wildcard characters: False ### -ExtensionUpgradeParameter Describes the Machine Extension Upgrade Properties. -To construct, see NOTES section for EXTENSIONUPGRADEPARAMETER properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionUpgrade @@ -137,7 +136,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity @@ -226,6 +224,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. @@ -293,10 +306,10 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20221227.IMachineExtensionUpgrade - ### Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity +### Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionUpgrade + ## OUTPUTS ### System.Boolean diff --git a/src/ConnectedMachine/ConnectedMachine/help/Update-AzConnectedMachine.md b/src/ConnectedMachine/ConnectedMachine/help/Update-AzConnectedMachine.md index ef497611fc68..8d726df58f56 100644 --- a/src/ConnectedMachine/ConnectedMachine/help/Update-AzConnectedMachine.md +++ b/src/ConnectedMachine/ConnectedMachine/help/Update-AzConnectedMachine.md @@ -22,27 +22,27 @@ Update-AzConnectedMachine -Name -ResourceGroupName [-Subscript [-ParentClusterResourceId ] [-PrivateLinkScopeResourceId ] [-Tag ] [-WindowsConfigurationPatchSettingsAssessmentMode ] [-WindowsConfigurationPatchSettingsPatchMode ] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaJsonString ``` Update-AzConnectedMachine -Name -ResourceGroupName [-SubscriptionId ] - -JsonString [-DefaultProfile ] [-WhatIf] [-Confirm] + -JsonString [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaJsonFilePath ``` Update-AzConnectedMachine -Name -ResourceGroupName [-SubscriptionId ] - -JsonFilePath [-DefaultProfile ] [-WhatIf] [-Confirm] + -JsonFilePath [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### Update ``` Update-AzConnectedMachine -Name -ResourceGroupName [-SubscriptionId ] - -Parameter [-DefaultProfile ] [-WhatIf] + -Parameter [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -56,13 +56,13 @@ Update-AzConnectedMachine -InputObject [-AgentUpgrad [-ParentClusterResourceId ] [-PrivateLinkScopeResourceId ] [-Tag ] [-WindowsConfigurationPatchSettingsAssessmentMode ] [-WindowsConfigurationPatchSettingsPatchMode ] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentity ``` Update-AzConnectedMachine -InputObject -Parameter - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -176,7 +176,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity @@ -342,7 +341,6 @@ Accept wildcard characters: False ### -Parameter Describes a hybrid machine Update. -To construct, see NOTES section for PARAMETER properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineUpdate @@ -386,6 +384,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. @@ -498,13 +511,13 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20221227.IMachineUpdate - ### Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity +### Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineUpdate + ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20221227.IMachine +### Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachine ## NOTES diff --git a/src/ConnectedMachine/ConnectedMachine/help/Update-AzConnectedMachineExtension.md b/src/ConnectedMachine/ConnectedMachine/help/Update-AzConnectedMachineExtension.md index 7e6bc8612e55..8a1f62e1a241 100644 --- a/src/ConnectedMachine/ConnectedMachine/help/Update-AzConnectedMachineExtension.md +++ b/src/ConnectedMachine/ConnectedMachine/help/Update-AzConnectedMachineExtension.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Update-AzConnectedMachineExtension ## SYNOPSIS -The operation to create or update the extension. +The operation to Update the extension. ## SYNTAX @@ -18,28 +18,28 @@ Update-AzConnectedMachineExtension -MachineName -Name -Resourc [-SubscriptionId ] [-AutoUpgradeMinorVersion] [-EnableAutomaticUpgrade] [-ForceRerun ] [-ProtectedSetting ] [-Publisher ] [-Setting ] [-Tag ] [-Type ] [-TypeHandlerVersion ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaJsonString ``` Update-AzConnectedMachineExtension -MachineName -Name -ResourceGroupName [-SubscriptionId ] -JsonString [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaJsonFilePath ``` Update-AzConnectedMachineExtension -MachineName -Name -ResourceGroupName [-SubscriptionId ] -JsonFilePath [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### Update ``` Update-AzConnectedMachineExtension -MachineName -Name -ResourceGroupName [-SubscriptionId ] -ExtensionParameter [-DefaultProfile ] [-AsJob] - [-NoWait] [-WhatIf] [-Confirm] [] + [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityMachineExpanded @@ -48,14 +48,14 @@ Update-AzConnectedMachineExtension -Name -MachineInputObject ] [-ProtectedSetting ] [-Publisher ] [-Setting ] [-Tag ] [-Type ] [-TypeHandlerVersion ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityMachine ``` Update-AzConnectedMachineExtension -Name -MachineInputObject -ExtensionParameter [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityExpanded @@ -63,7 +63,7 @@ Update-AzConnectedMachineExtension -Name -MachineInputObject [-AutoUpgradeMinorVersion] [-EnableAutomaticUpgrade] [-ForceRerun ] [-ProtectedSetting ] [-Publisher ] [-Setting ] [-Tag ] [-Type ] [-TypeHandlerVersion ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -71,11 +71,11 @@ Update-AzConnectedMachineExtension -InputObject [-Au ``` Update-AzConnectedMachineExtension -InputObject -ExtensionParameter [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -The operation to create or update the extension. +The operation to Update the extension. ## EXAMPLES @@ -224,7 +224,6 @@ Accept wildcard characters: False ### -ExtensionParameter Describes a Machine Extension Update. -To construct, see NOTES section for EXTENSIONPARAMETER properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionUpdate @@ -255,7 +254,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity @@ -301,7 +299,6 @@ Accept wildcard characters: False ### -MachineInputObject Identity Parameter -To construct, see NOTES section for MACHINEINPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity @@ -360,6 +357,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ProtectedSetting The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all. @@ -517,13 +529,13 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20221227.IMachineExtensionUpdate - ### Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity +### Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionUpdate + ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20221227.IMachineExtension +### Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtension ## NOTES diff --git a/src/ConnectedMachine/ConnectedMachine/help/Update-AzConnectedMachineRunCommand.md b/src/ConnectedMachine/ConnectedMachine/help/Update-AzConnectedMachineRunCommand.md index 5265b4083e92..4516a9110d34 100644 --- a/src/ConnectedMachine/ConnectedMachine/help/Update-AzConnectedMachineRunCommand.md +++ b/src/ConnectedMachine/ConnectedMachine/help/Update-AzConnectedMachineRunCommand.md @@ -23,14 +23,14 @@ Update-AzConnectedMachineRunCommand -MachineName -ResourceGroupName ] [-ScriptUriManagedIdentityObjectId ] [-SourceCommandId ] [-SourceScript ] [-SourceScriptUri ] [-Tag ] [-TimeoutInSecond ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### Update ``` Update-AzConnectedMachineRunCommand -MachineName -ResourceGroupName -RunCommandName [-SubscriptionId ] -RunCommandProperty [-DefaultProfile ] [-AsJob] - [-NoWait] [-WhatIf] [-Confirm] [] + [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityMachineExpanded @@ -43,14 +43,14 @@ Update-AzConnectedMachineRunCommand -RunCommandName -MachineInputObject [-RunAsPassword ] [-RunAsUser ] [-ScriptUriManagedIdentityClientId ] [-ScriptUriManagedIdentityObjectId ] [-SourceCommandId ] [-SourceScript ] [-SourceScriptUri ] [-Tag ] [-TimeoutInSecond ] [-DefaultProfile ] - [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] + [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityMachine ``` Update-AzConnectedMachineRunCommand -RunCommandName -MachineInputObject -RunCommandProperty [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityExpanded @@ -63,14 +63,14 @@ Update-AzConnectedMachineRunCommand -InputObject [-A [-RunAsPassword ] [-RunAsUser ] [-ScriptUriManagedIdentityClientId ] [-ScriptUriManagedIdentityObjectId ] [-SourceCommandId ] [-SourceScript ] [-SourceScriptUri ] [-Tag ] [-TimeoutInSecond ] [-DefaultProfile ] - [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] + [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentity ``` Update-AzConnectedMachineRunCommand -InputObject -RunCommandProperty [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -78,11 +78,58 @@ The operation to Create a run command. ## EXAMPLES -### EXAMPLE 1 -``` +### Example 1: Update a run-command for a machine +```powershell Update-AzConnectedMachineRunCommand -ResourceGroupName "az-sdk-test" -RunCommandName "myRunCommand3" -MachineName "testmachine" -SubscriptionId "e6fe6705-4c9c-4b54-81d2-e455780e20b8" -Tag @{Tag1="tag1"; Tag2="tag2"} ``` +```output +AsyncExecution : False +ErrorBlobManagedIdentityClientId : +ErrorBlobManagedIdentityObjectId : +ErrorBlobUri : +Id : /subscriptions/e6fe6705-4c9c-4b54-81d2-e455780e20b8/resourceGroups/az-sdk-test/prov + iders/Microsoft.HybridCompute/machines/testmachine/runcommands/myRunCommand3 +InstanceViewEndTime : 12/5/2023 7:45:54 PM +InstanceViewError : +InstanceViewExecutionMessage : RunCommand script execution completed +InstanceViewExecutionState : Succeeded +InstanceViewExitCode : 0 +InstanceViewOutput : Hello World! +InstanceViewStartTime : 12/5/2023 7:45:53 PM +InstanceViewStatuses : +Location : eastus2euap +Name : myRunCommand3 +OutputBlobManagedIdentityClientId : +OutputBlobManagedIdentityObjectId : +OutputBlobUri : +Parameter : +ProtectedParameter : +ProvisioningState : Succeeded +ResourceGroupName : az-sdk-test +RunAsPassword : +RunAsUser : +ScriptUriManagedIdentityClientId : +ScriptUriManagedIdentityObjectId : +SourceCommandId : +SourceScript : Write-Host Hello World! +SourceScriptUri : +SystemDataCreatedAt : +SystemDataCreatedBy : +SystemDataCreatedByType : +SystemDataLastModifiedAt : +SystemDataLastModifiedBy : +SystemDataLastModifiedByType : +Tag : { + "Tag2": "tag2", + "Tag1": "tag1" + } +TimeoutInSecond : 0 +Type : Microsoft.HybridCompute/machines/runcommands +``` + +Update a run-command for a machine + ## PARAMETERS ### -AsJob @@ -95,7 +142,7 @@ Aliases: Required: False Position: Named -Default value: False +Default value: None Accept pipeline input: False Accept wildcard characters: False ``` @@ -111,7 +158,7 @@ Aliases: Required: False Position: Named -Default value: False +Default value: None Accept pipeline input: False Accept wildcard characters: False ``` @@ -183,7 +230,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity @@ -199,7 +245,6 @@ Accept wildcard characters: False ### -MachineInputObject Identity Parameter -To construct, see NOTES section for MACHINEINPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity @@ -238,7 +283,7 @@ Aliases: Required: False Position: Named -Default value: False +Default value: None Accept pipeline input: False Accept wildcard characters: False ``` @@ -294,7 +339,6 @@ Accept wildcard characters: False ### -Parameter The parameters used by the script. -To construct, see NOTES section for PARAMETER properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter[] @@ -308,9 +352,23 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ProtectedParameter The parameters used by the script. -To construct, see NOTES section for PROTECTEDPARAMETER properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter[] @@ -387,7 +445,6 @@ Accept wildcard characters: False ### -RunCommandProperty Describes a Run Command -To construct, see NOTES section for RUNCOMMANDPROPERTY properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineRunCommand @@ -489,7 +546,7 @@ Aliases: Required: False Position: Named -Default value: None +Default value: (Get-AzContext).Subscription.Id Accept pipeline input: False Accept wildcard characters: False ``` @@ -519,7 +576,7 @@ Aliases: Required: False Position: Named -Default value: 0 +Default value: None Accept pipeline input: False Accept wildcard characters: False ``` @@ -561,108 +618,13 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS ### Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity + ### Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineRunCommand + ## OUTPUTS ### Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineRunCommand + ## NOTES -COMPLEX PARAMETER PROPERTIES - -To create the parameters described below, construct a hash table containing the appropriate properties. -For information on hash tables, run Get-Help about_Hash_Tables. - -INPUTOBJECT \: Identity Parameter - \[ExtensionName \\]: The name of the machine extension. - \[ExtensionType \\]: The extensionType of the Extension being received. - \[GroupName \\]: The name of the private link resource. - \[Id \\]: Resource identity path - \[LicenseName \\]: The name of the license. - \[LicenseProfileName \\]: The name of the license profile. - \[Location \\]: The location of the Extension being received. - \[MachineName \\]: The name of the hybrid machine. - \[MetadataName \\]: Name of the HybridIdentityMetadata. - \[Name \\]: The name of the hybrid machine. - \[OSType \\]: Defines the os type. - \[PerimeterName \\]: The name, in the format {perimeterGuid}.{associationName}, of the Network Security Perimeter resource. - \[PrivateEndpointConnectionName \\]: The name of the private endpoint connection. - \[PrivateLinkScopeId \\]: The id (Guid) of the Azure Arc PrivateLinkScope resource. - \[Publisher \\]: The publisher of the Extension being received. - \[ResourceGroupName \\]: The name of the resource group. -The name is case insensitive. - \[ResourceUri \\]: The fully qualified Azure Resource manager identifier of the resource to be connected. - \[RunCommandName \\]: The name of the run command. - \[ScopeName \\]: The name of the Azure Arc PrivateLinkScope resource. - \[SubscriptionId \\]: The ID of the target subscription. - \[Version \\]: The version of the Extension being received. - -MACHINEINPUTOBJECT \: Identity Parameter - \[ExtensionName \\]: The name of the machine extension. - \[ExtensionType \\]: The extensionType of the Extension being received. - \[GroupName \\]: The name of the private link resource. - \[Id \\]: Resource identity path - \[LicenseName \\]: The name of the license. - \[LicenseProfileName \\]: The name of the license profile. - \[Location \\]: The location of the Extension being received. - \[MachineName \\]: The name of the hybrid machine. - \[MetadataName \\]: Name of the HybridIdentityMetadata. - \[Name \\]: The name of the hybrid machine. - \[OSType \\]: Defines the os type. - \[PerimeterName \\]: The name, in the format {perimeterGuid}.{associationName}, of the Network Security Perimeter resource. - \[PrivateEndpointConnectionName \\]: The name of the private endpoint connection. - \[PrivateLinkScopeId \\]: The id (Guid) of the Azure Arc PrivateLinkScope resource. - \[Publisher \\]: The publisher of the Extension being received. - \[ResourceGroupName \\]: The name of the resource group. -The name is case insensitive. - \[ResourceUri \\]: The fully qualified Azure Resource manager identifier of the resource to be connected. - \[RunCommandName \\]: The name of the run command. - \[ScopeName \\]: The name of the Azure Arc PrivateLinkScope resource. - \[SubscriptionId \\]: The ID of the target subscription. - \[Version \\]: The version of the Extension being received. - -PARAMETER \: The parameters used by the script. - Name \: The run command parameter name. - Value \: The run command parameter value. - -PROTECTEDPARAMETER \: The parameters used by the script. - Name \: The run command parameter name. - Value \: The run command parameter value. - -RUNCOMMANDPROPERTY \: Describes a Run Command - Location \: The geo-location where the resource lives - \[Tag \\]: Resource tags. - \[(Any) \\]: This indicates any property can be added to this object. - \[AsyncExecution \\]: Optional. -If set to true, provisioning will complete as soon as script starts and will not wait for script to complete. - \[ErrorBlobManagedIdentityClientId \\]: Client Id (GUID value) of the user-assigned managed identity. -ObjectId should not be used if this is provided. - \[ErrorBlobManagedIdentityObjectId \\]: Object Id (GUID value) of the user-assigned managed identity. -ClientId should not be used if this is provided. - \[ErrorBlobUri \\]: Specifies the Azure storage blob where script error stream will be uploaded. -Use a SAS URI with read, append, create, write access OR use managed identity to provide the VM access to the blob. -Refer errorBlobManagedIdentity parameter. - \[OutputBlobManagedIdentityClientId \\]: Client Id (GUID value) of the user-assigned managed identity. -ObjectId should not be used if this is provided. - \[OutputBlobManagedIdentityObjectId \\]: Object Id (GUID value) of the user-assigned managed identity. -ClientId should not be used if this is provided. - \[OutputBlobUri \\]: Specifies the Azure storage blob where script output stream will be uploaded. -Use a SAS URI with read, append, create, write access OR use managed identity to provide the VM access to the blob. -Refer outputBlobManagedIdentity parameter. - \[Parameter \\>\]: The parameters used by the script. - Name \: The run command parameter name. - Value \: The run command parameter value. - \[ProtectedParameter \\>\]: The parameters used by the script. - \[RunAsPassword \\]: Specifies the user account password on the machine when executing the run command. - \[RunAsUser \\]: Specifies the user account on the machine when executing the run command. - \[ScriptUriManagedIdentityClientId \\]: Client Id (GUID value) of the user-assigned managed identity. -ObjectId should not be used if this is provided. - \[ScriptUriManagedIdentityObjectId \\]: Object Id (GUID value) of the user-assigned managed identity. -ClientId should not be used if this is provided. - \[SourceCommandId \\]: Specifies the commandId of predefined built-in script. - \[SourceScript \\]: Specifies the script content to be executed on the machine. - \[SourceScriptUri \\]: Specifies the script download location. -It can be either SAS URI of an Azure storage blob with read access or public URI. - \[TimeoutInSecond \\]: The timeout in seconds to execute the run command. ## RELATED LINKS - -[https://learn.microsoft.com/powershell/module/az.connectedmachine/update-azconnectedmachineruncommand](https://learn.microsoft.com/powershell/module/az.connectedmachine/update-azconnectedmachineruncommand) diff --git a/src/ConnectedMachine/ConnectedMachine/help/Update-AzConnectedPrivateLinkScopeTag.md b/src/ConnectedMachine/ConnectedMachine/help/Update-AzConnectedPrivateLinkScopeTag.md index 4f66d1958ea2..3df314d2ee4e 100644 --- a/src/ConnectedMachine/ConnectedMachine/help/Update-AzConnectedPrivateLinkScopeTag.md +++ b/src/ConnectedMachine/ConnectedMachine/help/Update-AzConnectedPrivateLinkScopeTag.md @@ -17,40 +17,40 @@ To update other fields use the CreateOrUpdate method. ``` Update-AzConnectedPrivateLinkScopeTag -ResourceGroupName -ScopeName [-SubscriptionId ] [-Tag ] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaJsonString ``` Update-AzConnectedPrivateLinkScopeTag -ResourceGroupName -ScopeName [-SubscriptionId ] -JsonString [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaJsonFilePath ``` Update-AzConnectedPrivateLinkScopeTag -ResourceGroupName -ScopeName [-SubscriptionId ] -JsonFilePath [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### Update ``` Update-AzConnectedPrivateLinkScopeTag -ResourceGroupName -ScopeName [-SubscriptionId ] -PrivateLinkScopeTag [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityExpanded ``` Update-AzConnectedPrivateLinkScopeTag -InputObject [-Tag ] - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentity ``` Update-AzConnectedPrivateLinkScopeTag -InputObject - -PrivateLinkScopeTag [-DefaultProfile ] + -PrivateLinkScopeTag [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -94,7 +94,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity @@ -140,7 +139,6 @@ Accept wildcard characters: False ### -PrivateLinkScopeTag A container holding only the Tags for a resource, allowing the user to update the tags on a PrivateLinkScope instance. -To construct, see NOTES section for PRIVATELINKSCOPETAG properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ITagsResource @@ -154,6 +152,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. @@ -251,13 +264,13 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20221227.ITagsResource - ### Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity +### Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ITagsResource + ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20221227.IHybridComputePrivateLinkScope +### Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IHybridComputePrivateLinkScope ## NOTES