Skip to content

Commit fd06c6e

Browse files
authored
remove progress action for Az 12.3.0 (#25945)
1 parent f73208f commit fd06c6e

File tree

694 files changed

+1923
-12376
lines changed

Some content is hidden

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

694 files changed

+1923
-12376
lines changed

src/Astro/Astro/help/Get-AzAstroOrganization.md

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,25 @@ Get a OrganizationResource
1515
### List (Default)
1616
```
1717
Get-AzAstroOrganization [-SubscriptionId <String[]>] [-DefaultProfile <PSObject>]
18-
[-ProgressAction <ActionPreference>] [<CommonParameters>]
18+
[<CommonParameters>]
1919
```
2020

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

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

3333
### GetViaIdentity
3434
```
3535
Get-AzAstroOrganization -InputObject <IAstroIdentity> [-DefaultProfile <PSObject>]
36-
[-ProgressAction <ActionPreference>] [<CommonParameters>]
36+
[<CommonParameters>]
3737
```
3838

3939
## DESCRIPTION
@@ -184,21 +184,6 @@ Accept pipeline input: False
184184
Accept wildcard characters: False
185185
```
186186
187-
### -ProgressAction
188-
{{ Fill ProgressAction Description }}
189-
190-
```yaml
191-
Type: System.Management.Automation.ActionPreference
192-
Parameter Sets: (All)
193-
Aliases: proga
194-
195-
Required: False
196-
Position: Named
197-
Default value: None
198-
Accept pipeline input: False
199-
Accept wildcard characters: False
200-
```
201-
202187
### -ResourceGroupName
203188
The name of the resource group.
204189
The name is case insensitive.

src/Astro/Astro/help/New-AzAstroOrganization.md

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,20 @@ New-AzAstroOrganization -Name <String> -ResourceGroupName <String> [-Subscriptio
2525
[-SingleSignOnPropertyEnterpriseAppId <String>] [-SingleSignOnPropertySingleSignOnState <String>]
2626
[-SingleSignOnPropertySingleSignOnUrl <String>] [-Tag <Hashtable>] [-UserAssignedIdentity <String[]>]
2727
[-UserPhoneNumber <String>] [-UserUpn <String>] [-DefaultProfile <PSObject>] [-AsJob] [-NoWait]
28-
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
28+
[-WhatIf] [-Confirm] [<CommonParameters>]
2929
```
3030

3131
### CreateViaJsonFilePath
3232
```
3333
New-AzAstroOrganization -Name <String> -ResourceGroupName <String> [-SubscriptionId <String>]
34-
-JsonFilePath <String> [-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-ProgressAction <ActionPreference>]
34+
-JsonFilePath <String> [-DefaultProfile <PSObject>] [-AsJob] [-NoWait]
3535
[-WhatIf] [-Confirm] [<CommonParameters>]
3636
```
3737

3838
### CreateViaJsonString
3939
```
4040
New-AzAstroOrganization -Name <String> -ResourceGroupName <String> [-SubscriptionId <String>]
41-
-JsonString <String> [-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-ProgressAction <ActionPreference>]
41+
-JsonString <String> [-DefaultProfile <PSObject>] [-AsJob] [-NoWait]
4242
[-WhatIf] [-Confirm] [<CommonParameters>]
4343
```
4444

@@ -401,21 +401,6 @@ Accept pipeline input: False
401401
Accept wildcard characters: False
402402
```
403403
404-
### -ProgressAction
405-
{{ Fill ProgressAction Description }}
406-
407-
```yaml
408-
Type: System.Management.Automation.ActionPreference
409-
Parameter Sets: (All)
410-
Aliases: proga
411-
412-
Required: False
413-
Position: Named
414-
Default value: None
415-
Accept pipeline input: False
416-
Accept wildcard characters: False
417-
```
418-
419404
### -ResourceGroupName
420405
The name of the resource group.
421406
The name is case insensitive.

src/Astro/Astro/help/Remove-AzAstroOrganization.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ Delete a OrganizationResource
1515
### Delete (Default)
1616
```
1717
Remove-AzAstroOrganization -Name <String> -ResourceGroupName <String> [-SubscriptionId <String>]
18-
[-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-PassThru] [-ProgressAction <ActionPreference>] [-WhatIf]
18+
[-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-PassThru] [-WhatIf]
1919
[-Confirm] [<CommonParameters>]
2020
```
2121

2222
### DeleteViaIdentity
2323
```
2424
Remove-AzAstroOrganization -InputObject <IAstroIdentity> [-DefaultProfile <PSObject>] [-AsJob] [-NoWait]
25-
[-PassThru] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
25+
[-PassThru] [-WhatIf] [-Confirm] [<CommonParameters>]
2626
```
2727

2828
## DESCRIPTION
@@ -130,21 +130,6 @@ Accept pipeline input: False
130130
Accept wildcard characters: False
131131
```
132132
133-
### -ProgressAction
134-
{{ Fill ProgressAction Description }}
135-
136-
```yaml
137-
Type: System.Management.Automation.ActionPreference
138-
Parameter Sets: (All)
139-
Aliases: proga
140-
141-
Required: False
142-
Position: Named
143-
Default value: None
144-
Accept pipeline input: False
145-
Accept wildcard characters: False
146-
```
147-
148133
### -ResourceGroupName
149134
The name of the resource group.
150135
The name is case insensitive.

src/Astro/Astro/help/Update-AzAstroOrganization.md

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,21 @@ Update-AzAstroOrganization -Name <String> -ResourceGroupName <String> [-Subscrip
2121
[-SingleSignOnPropertyEnterpriseAppId <String>] [-SingleSignOnPropertySingleSignOnState <String>]
2222
[-SingleSignOnPropertySingleSignOnUrl <String>] [-Tag <Hashtable>] [-UserAssignedIdentity <String[]>]
2323
[-UserEmailAddress <String>] [-UserFirstName <String>] [-UserLastName <String>] [-UserPhoneNumber <String>]
24-
[-UserUpn <String>] [-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-ProgressAction <ActionPreference>]
24+
[-UserUpn <String>] [-DefaultProfile <PSObject>] [-AsJob] [-NoWait]
2525
[-WhatIf] [-Confirm] [<CommonParameters>]
2626
```
2727

2828
### UpdateViaJsonFilePath
2929
```
3030
Update-AzAstroOrganization -Name <String> -ResourceGroupName <String> [-SubscriptionId <String>]
31-
-JsonFilePath <String> [-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-ProgressAction <ActionPreference>]
31+
-JsonFilePath <String> [-DefaultProfile <PSObject>] [-AsJob] [-NoWait]
3232
[-WhatIf] [-Confirm] [<CommonParameters>]
3333
```
3434

3535
### UpdateViaJsonString
3636
```
3737
Update-AzAstroOrganization -Name <String> -ResourceGroupName <String> [-SubscriptionId <String>]
38-
-JsonString <String> [-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-ProgressAction <ActionPreference>]
38+
-JsonString <String> [-DefaultProfile <PSObject>] [-AsJob] [-NoWait]
3939
[-WhatIf] [-Confirm] [<CommonParameters>]
4040
```
4141

@@ -48,7 +48,7 @@ Update-AzAstroOrganization -InputObject <IAstroIdentity> [-EnableSystemAssignedI
4848
[-SingleSignOnPropertySingleSignOnState <String>] [-SingleSignOnPropertySingleSignOnUrl <String>]
4949
[-Tag <Hashtable>] [-UserAssignedIdentity <String[]>] [-UserEmailAddress <String>] [-UserFirstName <String>]
5050
[-UserLastName <String>] [-UserPhoneNumber <String>] [-UserUpn <String>] [-DefaultProfile <PSObject>] [-AsJob]
51-
[-NoWait] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
51+
[-NoWait] [-WhatIf] [-Confirm] [<CommonParameters>]
5252
```
5353

5454
## DESCRIPTION
@@ -290,21 +290,6 @@ Accept pipeline input: False
290290
Accept wildcard characters: False
291291
```
292292
293-
### -ProgressAction
294-
{{ Fill ProgressAction Description }}
295-
296-
```yaml
297-
Type: System.Management.Automation.ActionPreference
298-
Parameter Sets: (All)
299-
Aliases: proga
300-
301-
Required: False
302-
Position: Named
303-
Default value: None
304-
Accept pipeline input: False
305-
Accept wildcard characters: False
306-
```
307-
308293
### -ResourceGroupName
309294
The name of the resource group.
310295
The name is case insensitive.

src/Cdn/Cdn/help/Clear-AzCdnEndpointContent.md

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -16,26 +16,26 @@ Removes a content from CDN.
1616
```
1717
Clear-AzCdnEndpointContent -EndpointName <String> -ProfileName <String> -ResourceGroupName <String>
1818
[-SubscriptionId <String>] -ContentPath <String[]> [-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-PassThru]
19-
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
19+
[-WhatIf] [-Confirm] [<CommonParameters>]
2020
```
2121

2222
### Purge1
2323
```
2424
Clear-AzCdnEndpointContent -EndpointName <String> -ProfileName <String> -ResourceGroupName <String>
2525
[-SubscriptionId <String>] -ContentFilePath <IPurgeParameters> [-DefaultProfile <PSObject>] [-AsJob] [-NoWait]
26-
[-PassThru] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
26+
[-PassThru] [-WhatIf] [-Confirm] [<CommonParameters>]
2727
```
2828

2929
### PurgeViaIdentityExpanded1
3030
```
3131
Clear-AzCdnEndpointContent -InputObject <ICdnIdentity> -ContentPath <String[]> [-DefaultProfile <PSObject>]
32-
[-AsJob] [-NoWait] [-PassThru] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
32+
[-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [<CommonParameters>]
3333
```
3434

3535
### PurgeViaIdentity1
3636
```
3737
Clear-AzCdnEndpointContent -InputObject <ICdnIdentity> -ContentFilePath <IPurgeParameters>
38-
[-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-PassThru] [-ProgressAction <ActionPreference>] [-WhatIf]
38+
[-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-PassThru] [-WhatIf]
3939
[-Confirm] [<CommonParameters>]
4040
```
4141

@@ -201,21 +201,6 @@ Accept pipeline input: False
201201
Accept wildcard characters: False
202202
```
203203
204-
### -ProgressAction
205-
{{ Fill ProgressAction Description }}
206-
207-
```yaml
208-
Type: System.Management.Automation.ActionPreference
209-
Parameter Sets: (All)
210-
Aliases: proga
211-
212-
Required: False
213-
Position: Named
214-
Default value: None
215-
Accept pipeline input: False
216-
Accept wildcard characters: False
217-
```
218-
219204
### -ResourceGroupName
220205
Name of the Resource group within the Azure subscription.
221206

src/Cdn/Cdn/help/Clear-AzFrontDoorCdnEndpointContent.md

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,27 @@ Removes a content from AzureFrontDoor.
1616
```
1717
Clear-AzFrontDoorCdnEndpointContent -EndpointName <String> -ProfileName <String> -ResourceGroupName <String>
1818
[-SubscriptionId <String>] -ContentPath <String[]> [-Domain <String[]>] [-DefaultProfile <PSObject>] [-AsJob]
19-
[-NoWait] [-PassThru] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
19+
[-NoWait] [-PassThru] [-WhatIf] [-Confirm] [<CommonParameters>]
2020
```
2121

2222
### Purge
2323
```
2424
Clear-AzFrontDoorCdnEndpointContent -EndpointName <String> -ProfileName <String> -ResourceGroupName <String>
2525
[-SubscriptionId <String>] -Content <IAfdPurgeParameters> [-DefaultProfile <PSObject>] [-AsJob] [-NoWait]
26-
[-PassThru] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
26+
[-PassThru] [-WhatIf] [-Confirm] [<CommonParameters>]
2727
```
2828

2929
### PurgeViaIdentityExpanded
3030
```
3131
Clear-AzFrontDoorCdnEndpointContent -InputObject <ICdnIdentity> -ContentPath <String[]> [-Domain <String[]>]
32-
[-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-PassThru] [-ProgressAction <ActionPreference>] [-WhatIf]
32+
[-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-PassThru] [-WhatIf]
3333
[-Confirm] [<CommonParameters>]
3434
```
3535

3636
### PurgeViaIdentity
3737
```
3838
Clear-AzFrontDoorCdnEndpointContent -InputObject <ICdnIdentity> -Content <IAfdPurgeParameters>
39-
[-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-PassThru] [-ProgressAction <ActionPreference>] [-WhatIf]
39+
[-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-PassThru] [-WhatIf]
4040
[-Confirm] [<CommonParameters>]
4141
```
4242

@@ -217,21 +217,6 @@ Accept pipeline input: False
217217
Accept wildcard characters: False
218218
```
219219
220-
### -ProgressAction
221-
{{ Fill ProgressAction Description }}
222-
223-
```yaml
224-
Type: System.Management.Automation.ActionPreference
225-
Parameter Sets: (All)
226-
Aliases: proga
227-
228-
Required: False
229-
Position: Named
230-
Default value: None
231-
Accept pipeline input: False
232-
Accept wildcard characters: False
233-
```
234-
235220
### -ResourceGroupName
236221
Name of the Resource group within the Azure subscription.
237222

src/Cdn/Cdn/help/Disable-AzCdnCustomDomainCustomHttps.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ Disable https delivery of the custom domain.
1616
```
1717
Disable-AzCdnCustomDomainCustomHttps -CustomDomainName <String> -EndpointName <String> -ProfileName <String>
1818
-ResourceGroupName <String> [-SubscriptionId <String>] [-DefaultProfile <PSObject>] [-AsJob] [-NoWait]
19-
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
19+
[-WhatIf] [-Confirm] [<CommonParameters>]
2020
```
2121

2222
### DisableViaIdentity
2323
```
2424
Disable-AzCdnCustomDomainCustomHttps -InputObject <ICdnIdentity> [-DefaultProfile <PSObject>] [-AsJob]
25-
[-NoWait] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
25+
[-NoWait] [-WhatIf] [-Confirm] [<CommonParameters>]
2626
```
2727

2828
## DESCRIPTION
@@ -146,21 +146,6 @@ Accept pipeline input: False
146146
Accept wildcard characters: False
147147
```
148148
149-
### -ProgressAction
150-
{{ Fill ProgressAction Description }}
151-
152-
```yaml
153-
Type: System.Management.Automation.ActionPreference
154-
Parameter Sets: (All)
155-
Aliases: proga
156-
157-
Required: False
158-
Position: Named
159-
Default value: None
160-
Accept pipeline input: False
161-
Accept wildcard characters: False
162-
```
163-
164149
### -ResourceGroupName
165150
Name of the Resource group within the Azure subscription.
166151

src/Cdn/Cdn/help/Enable-AzCdnCustomDomainCustomHttps.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ Enable https delivery of the custom domain.
1616
```
1717
Enable-AzCdnCustomDomainCustomHttps -InputObject <ICdnIdentity>
1818
-CustomDomainHttpsParameter <ICustomDomainHttpsParameters> [-DefaultProfile <PSObject>] [-AsJob] [-NoWait]
19-
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
19+
[-WhatIf] [-Confirm] [<CommonParameters>]
2020
```
2121

2222
### Enable
2323
```
2424
Enable-AzCdnCustomDomainCustomHttps -CustomDomainName <String> -EndpointName <String> -ProfileName <String>
2525
-ResourceGroupName <String> [-SubscriptionId <String>]
2626
-CustomDomainHttpsParameter <ICustomDomainHttpsParameters> [-DefaultProfile <PSObject>] [-AsJob] [-NoWait]
27-
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
27+
[-WhatIf] [-Confirm] [<CommonParameters>]
2828
```
2929

3030
## DESCRIPTION
@@ -171,21 +171,6 @@ Accept pipeline input: False
171171
Accept wildcard characters: False
172172
```
173173
174-
### -ProgressAction
175-
{{ Fill ProgressAction Description }}
176-
177-
```yaml
178-
Type: System.Management.Automation.ActionPreference
179-
Parameter Sets: (All)
180-
Aliases: proga
181-
182-
Required: False
183-
Position: Named
184-
Default value: None
185-
Accept pipeline input: False
186-
Accept wildcard characters: False
187-
```
188-
189174
### -ResourceGroupName
190175
Name of the Resource group within the Azure subscription.
191176

0 commit comments

Comments
 (0)