@@ -16,34 +16,34 @@ create a Dashboard.
1616```
1717New-AzPortalDashboard -Name <String> -ResourceGroupName <String> [-SubscriptionId <String>] -Location <String>
1818 [-Lens <IDashboardLens[]>] [-Metadata <Hashtable>] [-Tag <Hashtable>] [-DefaultProfile <PSObject>]
19- [-ProgressAction <ActionPreference>] [- WhatIf] [-Confirm] [<CommonParameters>]
19+ [-WhatIf] [-Confirm] [<CommonParameters>]
2020```
2121
2222### Create
2323```
2424New-AzPortalDashboard -Name <String> -ResourceGroupName <String> [-SubscriptionId <String>]
25- -Resource <IDashboard> [-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [- WhatIf] [-Confirm]
25+ -Resource <IDashboard> [-DefaultProfile <PSObject>] [-WhatIf] [-Confirm]
2626 [<CommonParameters>]
2727```
2828
2929### CreateViaJsonFilePath
3030```
3131New-AzPortalDashboard -Name <String> -ResourceGroupName <String> [-SubscriptionId <String>]
32- -JsonFilePath <String> [-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [- WhatIf] [-Confirm]
32+ -JsonFilePath <String> [-DefaultProfile <PSObject>] [-WhatIf] [-Confirm]
3333 [<CommonParameters>]
3434```
3535
3636### CreateViaJsonString
3737```
3838New-AzPortalDashboard -Name <String> -ResourceGroupName <String> [-SubscriptionId <String>]
39- -JsonString <String> [-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [- WhatIf] [-Confirm]
39+ -JsonString <String> [-DefaultProfile <PSObject>] [-WhatIf] [-Confirm]
4040 [<CommonParameters>]
4141```
4242
4343### CreateByFile
4444```
4545New-AzPortalDashboard -Name <String> -ResourceGroupName <String> [-SubscriptionId <String>]
46- -DashboardPath <String> [-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [- WhatIf] [-Confirm]
46+ -DashboardPath <String> [-DefaultProfile <PSObject>] [-WhatIf] [-Confirm]
4747 [<CommonParameters>]
4848```
4949
@@ -189,21 +189,6 @@ Accept pipeline input: False
189189Accept wildcard characters : False
190190` ` `
191191
192- ### -ProgressAction
193- {{ Fill ProgressAction Description }}
194-
195- ` ` ` yaml
196- Type : System.Management.Automation.ActionPreference
197- Parameter Sets : (All)
198- Aliases : proga
199-
200- Required : False
201- Position : Named
202- Default value : None
203- Accept pipeline input : False
204- Accept wildcard characters : False
205- ` ` `
206-
207192### -Resource
208193The shared dashboard resource definition.
209194
0 commit comments