Skip to content

Commit 1e630cc

Browse files
authored
Remove ProgressAction from help doc (#24276)
1 parent cb1c09d commit 1e630cc

File tree

305 files changed

+692
-5377
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

305 files changed

+692
-5377
lines changed

src/ConnectedMachine/ConnectedMachine/help/Connect-AzConnectedMachine.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ API to register a new machine and thereby create a tracked resource in ARM
1515
```
1616
Connect-AzConnectedMachine [-ResourceGroupName] <String> [[-SubscriptionId] <String>] [[-Name] <String>]
1717
[-Location] <String> [[-PSSession] <PSSession[]>] [[-Tag] <Hashtable>] [[-DefaultProfile] <PSObject>]
18-
[[-Proxy] <Uri>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
18+
[[-Proxy] <Uri>] [<CommonParameters>]
1919
```
2020

2121
## DESCRIPTION
@@ -113,21 +113,6 @@ Accept pipeline input: False
113113
Accept wildcard characters: False
114114
```
115115
116-
### -ProgressAction
117-
{{ Fill ProgressAction Description }}
118-
119-
```yaml
120-
Type: System.Management.Automation.ActionPreference
121-
Parameter Sets: (All)
122-
Aliases: proga
123-
124-
Required: False
125-
Position: Named
126-
Default value: None
127-
Accept pipeline input: False
128-
Accept wildcard characters: False
129-
```
130-
131116
### -Proxy
132117
The URI for the proxy server to use
133118

src/ConnectedMachine/ConnectedMachine/help/Get-AzConnectedExtensionMetadata.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ Gets an Extension Metadata based on location, publisher, extensionType and versi
1515
### List (Default)
1616
```
1717
Get-AzConnectedExtensionMetadata -ExtensionType <String> -Location <String> -Publisher <String>
18-
[-SubscriptionId <String[]>] [-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>]
18+
[-SubscriptionId <String[]>] [-DefaultProfile <PSObject>]
1919
[<CommonParameters>]
2020
```
2121

2222
### Get
2323
```
2424
Get-AzConnectedExtensionMetadata -ExtensionType <String> -Location <String> -Publisher <String>
2525
[-SubscriptionId <String[]>] -Version <String> [-DefaultProfile <PSObject>]
26-
[-ProgressAction <ActionPreference>] [<CommonParameters>]
26+
[<CommonParameters>]
2727
```
2828

2929
## DESCRIPTION
@@ -105,21 +105,6 @@ Accept pipeline input: False
105105
Accept wildcard characters: False
106106
```
107107
108-
### -ProgressAction
109-
{{ Fill ProgressAction Description }}
110-
111-
```yaml
112-
Type: System.Management.Automation.ActionPreference
113-
Parameter Sets: (All)
114-
Aliases: proga
115-
116-
Required: False
117-
Position: Named
118-
Default value: None
119-
Accept pipeline input: False
120-
Accept wildcard characters: False
121-
```
122-
123108
### -Publisher
124109
The publisher of the Extension being received.
125110

src/ConnectedMachine/ConnectedMachine/help/Get-AzConnectedMachine.md

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ Retrieves information about the model view or the instance view of a hybrid mach
1515
### List1 (Default)
1616
```
1717
Get-AzConnectedMachine [-SubscriptionId <String[]>] [-DefaultProfile <PSObject>]
18-
[-ProgressAction <ActionPreference>] [<CommonParameters>]
18+
[<CommonParameters>]
1919
```
2020

2121
### Get
2222
```
2323
Get-AzConnectedMachine -Name <String> -ResourceGroupName <String> [-SubscriptionId <String[]>]
24-
[-Expand <String>] [-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
24+
[-Expand <String>] [-DefaultProfile <PSObject>] [<CommonParameters>]
2525
```
2626

2727
### List
2828
```
2929
Get-AzConnectedMachine -ResourceGroupName <String> [-SubscriptionId <String[]>] [-Expand <String>]
30-
[-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
30+
[-DefaultProfile <PSObject>] [<CommonParameters>]
3131
```
3232

3333
## DESCRIPTION
@@ -127,21 +127,6 @@ Accept pipeline input: False
127127
Accept wildcard characters: False
128128
```
129129
130-
### -ProgressAction
131-
{{ Fill ProgressAction Description }}
132-
133-
```yaml
134-
Type: System.Management.Automation.ActionPreference
135-
Parameter Sets: (All)
136-
Aliases: proga
137-
138-
Required: False
139-
Position: Named
140-
Default value: None
141-
Accept pipeline input: False
142-
Accept wildcard characters: False
143-
```
144-
145130
### -ResourceGroupName
146131
The name of the resource group.
147132
The name is case insensitive.

src/ConnectedMachine/ConnectedMachine/help/Get-AzConnectedMachineExtension.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ The operation to get the extension.
1515
### List (Default)
1616
```
1717
Get-AzConnectedMachineExtension -MachineName <String> -ResourceGroupName <String> [-SubscriptionId <String[]>]
18-
[-Expand <String>] [-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
18+
[-Expand <String>] [-DefaultProfile <PSObject>] [<CommonParameters>]
1919
```
2020

2121
### Get
2222
```
2323
Get-AzConnectedMachineExtension -MachineName <String> -ResourceGroupName <String> -Name <String>
24-
[-SubscriptionId <String[]>] [-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>]
24+
[-SubscriptionId <String[]>] [-DefaultProfile <PSObject>]
2525
[<CommonParameters>]
2626
```
2727

@@ -121,21 +121,6 @@ Accept pipeline input: False
121121
Accept wildcard characters: False
122122
```
123123
124-
### -ProgressAction
125-
{{ Fill ProgressAction Description }}
126-
127-
```yaml
128-
Type: System.Management.Automation.ActionPreference
129-
Parameter Sets: (All)
130-
Aliases: proga
131-
132-
Required: False
133-
Position: Named
134-
Default value: None
135-
Accept pipeline input: False
136-
Accept wildcard characters: False
137-
```
138-
139124
### -ResourceGroupName
140125
The name of the resource group.
141126
The name is case insensitive.

src/ConnectedMachine/ConnectedMachine/help/Get-AzConnectedMachineRunCommand.md

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ The operation to get a run command.
1515
### List (Default)
1616
```
1717
Get-AzConnectedMachineRunCommand -MachineName <String> -ResourceGroupName <String> [-SubscriptionId <String[]>]
18-
[-Expand <String>] [-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
18+
[-Expand <String>] [-DefaultProfile <PSObject>] [<CommonParameters>]
1919
```
2020

2121
### Get
2222
```
2323
Get-AzConnectedMachineRunCommand -MachineName <String> -ResourceGroupName <String> -RunCommandName <String>
24-
[-SubscriptionId <String[]>] [-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>]
24+
[-SubscriptionId <String[]>] [-DefaultProfile <PSObject>]
2525
[<CommonParameters>]
2626
```
2727

@@ -88,21 +88,6 @@ Accept pipeline input: False
8888
Accept wildcard characters: False
8989
```
9090
91-
### -ProgressAction
92-
{{ Fill ProgressAction Description }}
93-
94-
```yaml
95-
Type: System.Management.Automation.ActionPreference
96-
Parameter Sets: (All)
97-
Aliases: proga
98-
99-
Required: False
100-
Position: Named
101-
Default value: None
102-
Accept pipeline input: False
103-
Accept wildcard characters: False
104-
```
105-
10691
### -ResourceGroupName
10792
The name of the resource group.
10893
The name is case insensitive.
@@ -162,4 +147,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
162147
## RELATED LINKS
163148
164149
[https://learn.microsoft.com/powershell/module/az.connectedmachine/get-azconnectedmachineruncommand](https://learn.microsoft.com/powershell/module/az.connectedmachine/get-azconnectedmachineruncommand)
165-

src/ConnectedMachine/ConnectedMachine/help/Get-AzConnectedPrivateLinkScope.md

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ Returns a Azure Arc PrivateLinkScope.
1515
### List (Default)
1616
```
1717
Get-AzConnectedPrivateLinkScope [-SubscriptionId <String[]>] [-DefaultProfile <PSObject>]
18-
[-ProgressAction <ActionPreference>] [<CommonParameters>]
18+
[<CommonParameters>]
1919
```
2020

2121
### List1
2222
```
2323
Get-AzConnectedPrivateLinkScope -ResourceGroupName <String> [-SubscriptionId <String[]>]
24-
[-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
24+
[-DefaultProfile <PSObject>] [<CommonParameters>]
2525
```
2626

2727
### Get
2828
```
2929
Get-AzConnectedPrivateLinkScope -ResourceGroupName <String> -ScopeName <String> [-SubscriptionId <String[]>]
30-
[-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
30+
[-DefaultProfile <PSObject>] [<CommonParameters>]
3131
```
3232

3333
## DESCRIPTION
@@ -81,21 +81,6 @@ Accept pipeline input: False
8181
Accept wildcard characters: False
8282
```
8383
84-
### -ProgressAction
85-
{{ Fill ProgressAction Description }}
86-
87-
```yaml
88-
Type: System.Management.Automation.ActionPreference
89-
Parameter Sets: (All)
90-
Aliases: proga
91-
92-
Required: False
93-
Position: Named
94-
Default value: None
95-
Accept pipeline input: False
96-
Accept wildcard characters: False
97-
```
98-
9984
### -ResourceGroupName
10085
The name of the resource group.
10186
The name is case insensitive.

src/ConnectedMachine/ConnectedMachine/help/Install-AzConnectedMachinePatch.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Install-AzConnectedMachinePatch -Name <String> -ResourceGroupName <String> [-Sub
2020
[-WindowParameterClassificationsToInclude <String[]>] [-WindowParameterExcludeKbsRequiringReboot]
2121
[-WindowParameterKbNumbersToExclude <String[]>] [-WindowParameterKbNumbersToInclude <String[]>]
2222
[-WindowParameterMaxPatchPublishDate <DateTime>] [-DefaultProfile <PSObject>] [-AsJob] [-NoWait]
23-
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
23+
[-WhatIf] [-Confirm] [<CommonParameters>]
2424
```
2525

2626
### InstallViaIdentityExpanded
@@ -31,7 +31,7 @@ Install-AzConnectedMachinePatch -InputObject <IConnectedMachineIdentity> -Maximu
3131
[-WindowParameterClassificationsToInclude <String[]>] [-WindowParameterExcludeKbsRequiringReboot]
3232
[-WindowParameterKbNumbersToExclude <String[]>] [-WindowParameterKbNumbersToInclude <String[]>]
3333
[-WindowParameterMaxPatchPublishDate <DateTime>] [-DefaultProfile <PSObject>] [-AsJob] [-NoWait]
34-
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
34+
[-WhatIf] [-Confirm] [<CommonParameters>]
3535
```
3636

3737
## DESCRIPTION
@@ -198,21 +198,6 @@ Accept pipeline input: False
198198
Accept wildcard characters: False
199199
```
200200
201-
### -ProgressAction
202-
{{ Fill ProgressAction Description }}
203-
204-
```yaml
205-
Type: System.Management.Automation.ActionPreference
206-
Parameter Sets: (All)
207-
Aliases: proga
208-
209-
Required: False
210-
Position: Named
211-
Default value: None
212-
Accept pipeline input: False
213-
Accept wildcard characters: False
214-
```
215-
216201
### -RebootSetting
217202
Defines when it is acceptable to reboot a VM during a software update operation.
218203

src/ConnectedMachine/ConnectedMachine/help/Invoke-AzConnectedAssessMachinePatch.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ The operation to assess patches on a hybrid machine identity in Azure.
1515
### Assess (Default)
1616
```
1717
Invoke-AzConnectedAssessMachinePatch -Name <String> -ResourceGroupName <String> [-SubscriptionId <String>]
18-
[-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm]
18+
[-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-WhatIf] [-Confirm]
1919
[<CommonParameters>]
2020
```
2121

2222
### AssessViaIdentity
2323
```
2424
Invoke-AzConnectedAssessMachinePatch -InputObject <IConnectedMachineIdentity> [-DefaultProfile <PSObject>]
25-
[-AsJob] [-NoWait] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
25+
[-AsJob] [-NoWait] [-WhatIf] [-Confirm] [<CommonParameters>]
2626
```
2727

2828
## DESCRIPTION
@@ -122,21 +122,6 @@ Accept pipeline input: False
122122
Accept wildcard characters: False
123123
```
124124
125-
### -ProgressAction
126-
{{ Fill ProgressAction Description }}
127-
128-
```yaml
129-
Type: System.Management.Automation.ActionPreference
130-
Parameter Sets: (All)
131-
Aliases: proga
132-
133-
Required: False
134-
Position: Named
135-
Default value: None
136-
Accept pipeline input: False
137-
Accept wildcard characters: False
138-
```
139-
140125
### -ResourceGroupName
141126
The name of the resource group.
142127

0 commit comments

Comments
 (0)