Skip to content

Commit 3e36cc6

Browse files
remove ProgressAction parameters
1 parent 2648670 commit 3e36cc6

File tree

40 files changed

+119
-721
lines changed

40 files changed

+119
-721
lines changed

src/Compute/Compute/help/Update-AzHost.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ Updates the Dedicated Host.
1616
```
1717
Update-AzHost [-ResourceGroupName] <String> [-HostGroupName] <String> [-Name] <String> [-Sku <String>]
1818
[-AutoReplaceOnFailure <Boolean>] [-LicenseType <DedicatedHostLicenseTypes>] [-Redeploy]
19-
[-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm]
19+
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
2020
[<CommonParameters>]
2121
```
2222

2323
### ResourceIdParameter
2424
```
2525
Update-AzHost [-Sku <String>] [-AutoReplaceOnFailure <Boolean>] [-LicenseType <DedicatedHostLicenseTypes>]
2626
[-Redeploy] [-ResourceId] <String> [-DefaultProfile <IAzureContextContainer>]
27-
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
27+
[-WhatIf] [-Confirm] [<CommonParameters>]
2828
```
2929

3030
## DESCRIPTION
@@ -132,21 +132,6 @@ Accept pipeline input: True (ByPropertyName)
132132
Accept wildcard characters: False
133133
```
134134
135-
### -ProgressAction
136-
Determines how PowerShell responds to progress updates generated by the cmdlet. You can use this parameter to control whether progress information is displayed, silently ignored, or handled in another way.
137-
138-
```yaml
139-
Type: System.Management.Automation.ActionPreference
140-
Parameter Sets: (All)
141-
Aliases: proga
142-
143-
Required: False
144-
Position: Named
145-
Default value: None
146-
Accept pipeline input: False
147-
Accept wildcard characters: False
148-
```
149-
150135
### -Redeploy
151136
Redeploy the dedicated host. The operation will complete successfully once the dedicated host has migrated to a new node and is running. To determine the health of VMs deployed on the dedicated host after the redeploy check the Resource Health Center in the Azure Portal. Please refer to https://docs.microsoft.com/azure/service-health/resource-health-overview for more details.
152137

src/Network/Network/help/New-AzVirtualNetworkGatewayCertificateAuthentication.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Creates a certificate authentication configuration object for VPN gateway connec
1515
```
1616
New-AzVirtualNetworkGatewayCertificateAuthentication [-OutboundAuthCertificate <String>]
1717
[-InboundAuthCertificateSubjectName <String>] [-InboundAuthCertificateChain <String[]>]
18-
[-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
18+
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
1919
```
2020

2121
## DESCRIPTION
@@ -101,21 +101,6 @@ Accept pipeline input: True (ByPropertyName)
101101
Accept wildcard characters: False
102102
```
103103
104-
### -ProgressAction
105-
{{ Fill ProgressAction Description }}
106-
107-
```yaml
108-
Type: ActionPreference
109-
Parameter Sets: (All)
110-
Aliases: proga
111-
112-
Required: False
113-
Position: Named
114-
Default value: None
115-
Accept pipeline input: False
116-
Accept wildcard characters: False
117-
```
118-
119104
### CommonParameters
120105
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
121106

src/Network/Network/help/New-AzVirtualNetworkGatewayConnection.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ New-AzVirtualNetworkGatewayConnection -Name <String> -ResourceGroupName <String>
2525
[-IngressNatRule <PSResourceId[]>] [-EgressNatRule <PSResourceId[]>]
2626
[-GatewayCustomBgpIpAddress <PSGatewayCustomBgpIpConfiguration[]>] [-AuthenticationType <String>]
2727
[-CertificateAuthentication <PSCertificateAuthentication>] [-AsJob] [-ExpressRouteGatewayBypass]
28-
[-EnablePrivateLinkFastPath] [-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>]
28+
[-EnablePrivateLinkFastPath] [-DefaultProfile <IAzureContextContainer>]
2929
[-WhatIf] [-Confirm] [<CommonParameters>]
3030
```
3131

@@ -41,7 +41,7 @@ New-AzVirtualNetworkGatewayConnection -Name <String> -ResourceGroupName <String>
4141
[-IngressNatRule <PSResourceId[]>] [-EgressNatRule <PSResourceId[]>]
4242
[-GatewayCustomBgpIpAddress <PSGatewayCustomBgpIpConfiguration[]>] [-AuthenticationType <String>]
4343
[-CertificateAuthentication <PSCertificateAuthentication>] [-AsJob] [-ExpressRouteGatewayBypass]
44-
[-EnablePrivateLinkFastPath] [-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>]
44+
[-EnablePrivateLinkFastPath] [-DefaultProfile <IAzureContextContainer>]
4545
[-WhatIf] [-Confirm] [<CommonParameters>]
4646
```
4747

@@ -446,21 +446,6 @@ Accept pipeline input: True (ByPropertyName)
446446
Accept wildcard characters: False
447447
```
448448
449-
### -ProgressAction
450-
{{ Fill ProgressAction Description }}
451-
452-
```yaml
453-
Type: System.Management.Automation.ActionPreference
454-
Parameter Sets: (All)
455-
Aliases: proga
456-
457-
Required: False
458-
Position: Named
459-
Default value: None
460-
Accept pipeline input: False
461-
Accept wildcard characters: False
462-
```
463-
464449
### -ResourceGroupName
465450
The resource group name.
466451

src/Network/Network/help/Set-AzVirtualNetworkGateway.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Set-AzVirtualNetworkGateway -VirtualNetworkGateway <PSVirtualNetworkGateway> [-G
3030
[-ClientConnectionConfiguration <PSClientConnectionConfiguration[]>] [-AdminState <String>]
3131
[-AllowRemoteVnetTraffic <Boolean>] [-ResiliencyModel <String>] [-AllowVirtualWanTraffic <Boolean>]
3232
[-UserAssignedIdentityId <String>] [-Identity <PSManagedServiceIdentity>] [-AsJob]
33-
[-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm]
33+
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
3434
[<CommonParameters>]
3535
```
3636

@@ -51,7 +51,7 @@ Set-AzVirtualNetworkGateway -VirtualNetworkGateway <PSVirtualNetworkGateway> [-G
5151
[-ClientConnectionConfiguration <PSClientConnectionConfiguration[]>] [-AdminState <String>]
5252
[-AllowRemoteVnetTraffic <Boolean>] [-ResiliencyModel <String>] [-AllowVirtualWanTraffic <Boolean>]
5353
[-UserAssignedIdentityId <String>] [-Identity <PSManagedServiceIdentity>] -Tag <Hashtable> [-AsJob]
54-
[-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm]
54+
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
5555
[<CommonParameters>]
5656
```
5757

@@ -889,21 +889,6 @@ Accept pipeline input: True (ByPropertyName)
889889
Accept wildcard characters: False
890890
```
891891
892-
### -ProgressAction
893-
{{ Fill ProgressAction Description }}
894-
895-
```yaml
896-
Type: System.Management.Automation.ActionPreference
897-
Parameter Sets: (All)
898-
Aliases: proga
899-
900-
Required: False
901-
Position: Named
902-
Default value: None
903-
Accept pipeline input: False
904-
Accept wildcard characters: False
905-
```
906-
907892
### -RadiusServerAddress
908893
P2S External Radius server address.
909894

src/Search/Search/help/Get-AzSearchAdminKeyPair.md

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ Gets admin key pair of the Azure AI Search service.
1515
### ResourceNameParameterSet (Default)
1616
```
1717
Get-AzSearchAdminKeyPair [-ResourceGroupName] <String> [-ServiceName] <String>
18-
[-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
18+
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
1919
```
2020

2121
### ParentObjectParameterSet
2222
```
2323
Get-AzSearchAdminKeyPair [-ParentObject] <PSSearchService> [-DefaultProfile <IAzureContextContainer>]
24-
[-ProgressAction <ActionPreference>] [<CommonParameters>]
24+
[<CommonParameters>]
2525
```
2626

2727
### ParentResourceIdParameterSet
2828
```
2929
Get-AzSearchAdminKeyPair [-ParentResourceId] <String> [-DefaultProfile <IAzureContextContainer>]
30-
[-ProgressAction <ActionPreference>] [<CommonParameters>]
30+
[<CommonParameters>]
3131
```
3232

3333
## DESCRIPTION
@@ -95,21 +95,6 @@ Accept pipeline input: True (ByPropertyName)
9595
Accept wildcard characters: False
9696
```
9797
98-
### -ProgressAction
99-
{{ Fill ProgressAction Description }}
100-
101-
```yaml
102-
Type: System.Management.Automation.ActionPreference
103-
Parameter Sets: (All)
104-
Aliases: proga
105-
106-
Required: False
107-
Position: Named
108-
Default value: None
109-
Accept pipeline input: False
110-
Accept wildcard characters: False
111-
```
112-
11398
### -ResourceGroupName
11499
Resource Group name.
115100

src/Search/Search/help/Get-AzSearchNetworkSecurityPerimeterConfiguration.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Gets an Azure AI Search service network security perimeter configuration.
1414

1515
```
1616
Get-AzSearchNetworkSecurityPerimeterConfiguration [-ResourceGroupName] <String> [-ServiceName] <String>
17-
[[-Name] <String>] [-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [-WhatIf]
17+
[[-Name] <String>] [-DefaultProfile <IAzureContextContainer>] [-WhatIf]
1818
[-Confirm] [<CommonParameters>]
1919
```
2020

@@ -95,21 +95,6 @@ Accept pipeline input: False
9595
Accept wildcard characters: False
9696
```
9797
98-
### -ProgressAction
99-
{{ Fill ProgressAction Description }}
100-
101-
```yaml
102-
Type: System.Management.Automation.ActionPreference
103-
Parameter Sets: (All)
104-
Aliases: proga
105-
106-
Required: False
107-
Position: Named
108-
Default value: None
109-
Accept pipeline input: False
110-
Accept wildcard characters: False
111-
```
112-
11398
### -ResourceGroupName
11499
Resource Group name.
115100

src/Search/Search/help/Get-AzSearchPrivateEndpointConnection.md

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,21 @@ Gets private endpoint connection(s) to the Azure AI Search service.
1515
### ResourceNameParameterSet (Default)
1616
```
1717
Get-AzSearchPrivateEndpointConnection [-ResourceGroupName] <String> [-ServiceName] <String> [[-Name] <String>]
18-
[-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm]
18+
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
1919
[<CommonParameters>]
2020
```
2121

2222
### ParentObjectParameterSet
2323
```
2424
Get-AzSearchPrivateEndpointConnection [-ParentObject] <PSSearchService> [[-Name] <String>]
25-
[-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm]
25+
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
2626
[<CommonParameters>]
2727
```
2828

2929
### ResourceIdParameterSet
3030
```
3131
Get-AzSearchPrivateEndpointConnection [-ResourceId] <String> [-DefaultProfile <IAzureContextContainer>]
32-
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
32+
[-WhatIf] [-Confirm] [<CommonParameters>]
3333
```
3434

3535
## DESCRIPTION
@@ -119,21 +119,6 @@ Accept pipeline input: True (ByValue)
119119
Accept wildcard characters: False
120120
```
121121
122-
### -ProgressAction
123-
{{ Fill ProgressAction Description }}
124-
125-
```yaml
126-
Type: System.Management.Automation.ActionPreference
127-
Parameter Sets: (All)
128-
Aliases: proga
129-
130-
Required: False
131-
Position: Named
132-
Default value: None
133-
Accept pipeline input: False
134-
Accept wildcard characters: False
135-
```
136-
137122
### -ResourceGroupName
138123
Resource Group name.
139124

src/Search/Search/help/Get-AzSearchPrivateLinkResource.md

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@ Gets private link resource details for the Azure AI Search service.
1515
### ResourceNameParameterSet (Default)
1616
```
1717
Get-AzSearchPrivateLinkResource [-ResourceGroupName] <String> [-Name] <String>
18-
[-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm]
18+
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
1919
[<CommonParameters>]
2020
```
2121

2222
### ResourceIdParameterSet
2323
```
2424
Get-AzSearchPrivateLinkResource [-ResourceId] <String> [-DefaultProfile <IAzureContextContainer>]
25-
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
25+
[-WhatIf] [-Confirm] [<CommonParameters>]
2626
```
2727

2828
### InputObjectParameterSet
2929
```
3030
Get-AzSearchPrivateLinkResource [-InputObject] <PSSearchService> [-DefaultProfile <IAzureContextContainer>]
31-
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
31+
[-WhatIf] [-Confirm] [<CommonParameters>]
3232
```
3333

3434
## DESCRIPTION
@@ -135,21 +135,6 @@ Accept pipeline input: False
135135
Accept wildcard characters: False
136136
```
137137
138-
### -ProgressAction
139-
{{ Fill ProgressAction Description }}
140-
141-
```yaml
142-
Type: System.Management.Automation.ActionPreference
143-
Parameter Sets: (All)
144-
Aliases: proga
145-
146-
Required: False
147-
Position: Named
148-
Default value: None
149-
Accept pipeline input: False
150-
Accept wildcard characters: False
151-
```
152-
153138
### -ResourceGroupName
154139
Resource Group name.
155140
@@ -232,4 +217,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
232217
233218
[Remove-AzSearchSharedPrivateLinkResource.md](./Remove-AzSearchSharedPrivateLinkResource.md)
234219
235-
[Set-AzSearchSharedPrivateLinkResource.md](./Set-AzSearchSharedPrivateLinkResource.md)
220+
[Set-AzSearchSharedPrivateLinkResource.md](./Set-AzSearchSharedPrivateLinkResource.md)

src/Search/Search/help/Get-AzSearchQueryKey.md

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ Gets query key(s) of the Azure AI Search service.
1515
### ResourceNameParameterSet (Default)
1616
```
1717
Get-AzSearchQueryKey [-ResourceGroupName] <String> [-ServiceName] <String>
18-
[-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
18+
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
1919
```
2020

2121
### ParentObjectParameterSet
2222
```
2323
Get-AzSearchQueryKey [-ParentObject] <PSSearchService> [-DefaultProfile <IAzureContextContainer>]
24-
[-ProgressAction <ActionPreference>] [<CommonParameters>]
24+
[<CommonParameters>]
2525
```
2626

2727
### ParentResourceIdParameterSet
2828
```
2929
Get-AzSearchQueryKey [-ParentResourceId] <String> [-DefaultProfile <IAzureContextContainer>]
30-
[-ProgressAction <ActionPreference>] [<CommonParameters>]
30+
[<CommonParameters>]
3131
```
3232

3333
## DESCRIPTION
@@ -95,21 +95,6 @@ Accept pipeline input: True (ByPropertyName)
9595
Accept wildcard characters: False
9696
```
9797
98-
### -ProgressAction
99-
{{ Fill ProgressAction Description }}
100-
101-
```yaml
102-
Type: System.Management.Automation.ActionPreference
103-
Parameter Sets: (All)
104-
Aliases: proga
105-
106-
Required: False
107-
Position: Named
108-
Default value: None
109-
Accept pipeline input: False
110-
Accept wildcard characters: False
111-
```
112-
11398
### -ResourceGroupName
11499
Resource Group name.
115100
@@ -159,4 +144,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
159144
160145
[New-AzSearchQueryKey.md](./New-AzSearchQueryKey.md)
161146
162-
[Remove-AzSearchQueryKey.md](./Remove-AzSearchQueryKey.md)
147+
[Remove-AzSearchQueryKey.md](./Remove-AzSearchQueryKey.md)

0 commit comments

Comments
 (0)