Skip to content

Commit 8a7392a

Browse files
remove ProgressAction parameters
1 parent 0cfff18 commit 8a7392a

File tree

3 files changed

+7
-52
lines changed

3 files changed

+7
-52
lines changed

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

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ New-AzPrivateEndpoint -Name <String> -ResourceGroupName <String> -Location <Stri
1717
-PrivateLinkServiceConnection <PSPrivateLinkServiceConnection[]> [-ByManualRequest] [-EdgeZone <String>]
1818
[-Tag <Hashtable>] [-Force] [-AsJob] [-ApplicationSecurityGroup <PSApplicationSecurityGroup[]>]
1919
[-IpConfiguration <PSPrivateEndpointIPConfiguration[]>] [-CustomNetworkInterfaceName <String>]
20-
[-IpVersionType <String>] [-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>]
20+
[-IpVersionType <String>] [-DefaultProfile <IAzureContextContainer>]
2121
[-WhatIf] [-Confirm] [<CommonParameters>]
2222
```
2323

@@ -230,21 +230,6 @@ Accept pipeline input: True (ByPropertyName)
230230
Accept wildcard characters: False
231231
```
232232
233-
### -ProgressAction
234-
{{ Fill ProgressAction Description }}
235-
236-
```yaml
237-
Type: System.Management.Automation.ActionPreference
238-
Parameter Sets: (All)
239-
Aliases: proga
240-
241-
Required: False
242-
Position: Named
243-
Default value: None
244-
Accept pipeline input: False
245-
Accept wildcard characters: False
246-
```
247-
248233
### -ResourceGroupName
249234
250235
Specifies the name of the resource group.

src/Storage/Storage.Management/help/Get-AzStorageFileServiceProperty.md

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ Gets service properties for Azure Storage File services.
1515
### AccountName (Default)
1616
```
1717
Get-AzStorageFileServiceProperty [-ResourceGroupName] <String> [-StorageAccountName] <String>
18-
[-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
18+
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
1919
```
2020

2121
### AccountObject
2222
```
2323
Get-AzStorageFileServiceProperty -StorageAccount <PSStorageAccount> [-DefaultProfile <IAzureContextContainer>]
24-
[-ProgressAction <ActionPreference>] [<CommonParameters>]
24+
[<CommonParameters>]
2525
```
2626

2727
### FileServicePropertiesResourceId
2828
```
2929
Get-AzStorageFileServiceProperty [-ResourceId] <String> [-DefaultProfile <IAzureContextContainer>]
30-
[-ProgressAction <ActionPreference>] [<CommonParameters>]
30+
[<CommonParameters>]
3131
```
3232

3333
## DESCRIPTION
@@ -73,21 +73,6 @@ Accept pipeline input: False
7373
Accept wildcard characters: False
7474
```
7575
76-
### -ProgressAction
77-
{{ Fill ProgressAction Description }}
78-
79-
```yaml
80-
Type: System.Management.Automation.ActionPreference
81-
Parameter Sets: (All)
82-
Aliases: proga
83-
84-
Required: False
85-
Position: Named
86-
Default value: None
87-
Accept pipeline input: False
88-
Accept wildcard characters: False
89-
```
90-
9176
### -ResourceGroupName
9277
Resource Group Name.
9378

src/Storage/Storage.Management/help/Update-AzStorageFileServiceProperty.md

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Update-AzStorageFileServiceProperty [-ResourceGroupName] <String> [-StorageAccou
1919
[-SmbProtocolVersion <String[]>] [-SmbAuthenticationMethod <String[]>] [-SmbChannelEncryption <String[]>]
2020
[-SmbKerberosTicketEncryption <String[]>] [-SmbEncryptionInTransitRequired <Boolean>]
2121
[-NfsEncryptionInTransitRequired <Boolean>] [-CorsRule <PSCorsRule[]>]
22-
[-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm]
22+
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
2323
[<CommonParameters>]
2424
```
2525

@@ -30,7 +30,7 @@ Update-AzStorageFileServiceProperty -StorageAccount <PSStorageAccount>
3030
[-SmbProtocolVersion <String[]>] [-SmbAuthenticationMethod <String[]>] [-SmbChannelEncryption <String[]>]
3131
[-SmbKerberosTicketEncryption <String[]>] [-SmbEncryptionInTransitRequired <Boolean>]
3232
[-NfsEncryptionInTransitRequired <Boolean>] [-CorsRule <PSCorsRule[]>]
33-
[-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm]
33+
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
3434
[<CommonParameters>]
3535
```
3636

@@ -41,7 +41,7 @@ Update-AzStorageFileServiceProperty [-ResourceId] <String> [-EnableShareDeleteRe
4141
[-SmbAuthenticationMethod <String[]>] [-SmbChannelEncryption <String[]>]
4242
[-SmbKerberosTicketEncryption <String[]>] [-SmbEncryptionInTransitRequired <Boolean>]
4343
[-NfsEncryptionInTransitRequired <Boolean>] [-CorsRule <PSCorsRule[]>]
44-
[-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm]
44+
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
4545
[<CommonParameters>]
4646
```
4747

@@ -268,21 +268,6 @@ Accept pipeline input: False
268268
Accept wildcard characters: False
269269
```
270270
271-
### -ProgressAction
272-
{{ Fill ProgressAction Description }}
273-
274-
```yaml
275-
Type: System.Management.Automation.ActionPreference
276-
Parameter Sets: (All)
277-
Aliases: proga
278-
279-
Required: False
280-
Position: Named
281-
Default value: None
282-
Accept pipeline input: False
283-
Accept wildcard characters: False
284-
```
285-
286271
### -ResourceGroupName
287272
Resource Group Name.
288273

0 commit comments

Comments
 (0)