Skip to content

Commit 3dcd046

Browse files
committed
regenerate with latest autorest
1 parent 46b7478 commit 3dcd046

File tree

9 files changed

+24
-99
lines changed

9 files changed

+24
-99
lines changed

src/Portal/Portal.Autorest/docs/Az.Portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
Module Name: Az.Portal
3-
Module Guid: 0d19ca5d-46f3-4805-bde3-e14ee0aab1b8
3+
Module Guid: 31aca27a-d75c-4e24-9a57-ed8c410db168
44
Download Help Link: https://learn.microsoft.com/powershell/module/az.portal
55
Help Version: 1.0.0.0
66
Locale: en-US
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"generate_Id": "990ad366-75d8-4ff7-921d-d6902f8c78bf"
2+
"generate_Id": "c82ff7e7-dde1-4d2e-ab45-54881b5549b0"
33
}

src/Portal/Portal.sln

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accoun
1919
EndProject
2020
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Portal", "Portal\Portal.csproj", "{35102A7D-CDFE-4854-B4D8-21C68EC04172}"
2121
EndProject
22-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Portal", "..\..\generated\Portal\Portal.Autorest\Az.Portal.csproj", "{9ED87087-4654-4725-8A1B-525643DF0EFB}"
22+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Portal", "..\..\generated\Portal\Portal.Autorest\Az.Portal.csproj", "{B72647DA-6C82-49DA-8295-032F7712D7E8}"
2323
EndProject
2424
Global
2525
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -58,10 +58,10 @@ Global
5858
{35102A7D-CDFE-4854-B4D8-21C68EC04172}.Debug|Any CPU.Build.0 = Debug|Any CPU
5959
{35102A7D-CDFE-4854-B4D8-21C68EC04172}.Release|Any CPU.ActiveCfg = Release|Any CPU
6060
{35102A7D-CDFE-4854-B4D8-21C68EC04172}.Release|Any CPU.Build.0 = Release|Any CPU
61-
{9ED87087-4654-4725-8A1B-525643DF0EFB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
62-
{9ED87087-4654-4725-8A1B-525643DF0EFB}.Debug|Any CPU.Build.0 = Debug|Any CPU
63-
{9ED87087-4654-4725-8A1B-525643DF0EFB}.Release|Any CPU.ActiveCfg = Release|Any CPU
64-
{9ED87087-4654-4725-8A1B-525643DF0EFB}.Release|Any CPU.Build.0 = Release|Any CPU
61+
{B72647DA-6C82-49DA-8295-032F7712D7E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
62+
{B72647DA-6C82-49DA-8295-032F7712D7E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
63+
{B72647DA-6C82-49DA-8295-032F7712D7E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
64+
{B72647DA-6C82-49DA-8295-032F7712D7E8}.Release|Any CPU.Build.0 = Release|Any CPU
6565
EndGlobalSection
6666
GlobalSection(NestedProjects) = preSolution
6767
{18EAC80C-6DEC-4EBC-A0BB-320B5324264A} = {7913BDC6-0FBA-43BB-AB8D-D809BD22EE94}

src/Portal/Portal/Az.Portal.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 3/6/2025
6+
# Generated on: 3/25/2025
77
#
88

99
@{

src/Portal/Portal/help/Get-AzPortalDashboard.md

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

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

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

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

3939
## DESCRIPTION
@@ -116,21 +116,6 @@ Accept pipeline input: False
116116
Accept wildcard characters: False
117117
```
118118
119-
### -ProgressAction
120-
{{ Fill ProgressAction Description }}
121-
122-
```yaml
123-
Type: System.Management.Automation.ActionPreference
124-
Parameter Sets: (All)
125-
Aliases: proga
126-
127-
Required: False
128-
Position: Named
129-
Default value: None
130-
Accept pipeline input: False
131-
Accept wildcard characters: False
132-
```
133-
134119
### -ResourceGroupName
135120
The name of the resource group.
136121
The name is case insensitive.

src/Portal/Portal/help/New-AzPortalDashboard.md

Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -16,34 +16,34 @@ create a Dashboard.
1616
```
1717
New-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
```
2424
New-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
```
3131
New-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
```
3838
New-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
```
4545
New-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
189189
Accept 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
208193
The shared dashboard resource definition.
209194

src/Portal/Portal/help/Remove-AzPortalDashboard.md

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

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

2828
## DESCRIPTION
@@ -107,21 +107,6 @@ Accept pipeline input: False
107107
Accept wildcard characters: False
108108
```
109109
110-
### -ProgressAction
111-
{{ Fill ProgressAction Description }}
112-
113-
```yaml
114-
Type: System.Management.Automation.ActionPreference
115-
Parameter Sets: (All)
116-
Aliases: proga
117-
118-
Required: False
119-
Position: Named
120-
Default value: None
121-
Accept pipeline input: False
122-
Accept wildcard characters: False
123-
```
124-
125110
### -ResourceGroupName
126111
The name of the resource group.
127112
The name is case insensitive.

src/Portal/Portal/help/Set-AzPortalDashboard.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Creates or updates a Dashboard.
1414

1515
```
1616
Set-AzPortalDashboard -Name <String> -ResourceGroupName <String> [-SubscriptionId <String>]
17-
-DashboardPath <String> [-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm]
17+
-DashboardPath <String> [-DefaultProfile <PSObject>] [-WhatIf] [-Confirm]
1818
[<CommonParameters>]
1919
```
2020

@@ -82,21 +82,6 @@ Accept pipeline input: False
8282
Accept wildcard characters: False
8383
```
8484
85-
### -ProgressAction
86-
{{ Fill ProgressAction Description }}
87-
88-
```yaml
89-
Type: System.Management.Automation.ActionPreference
90-
Parameter Sets: (All)
91-
Aliases: proga
92-
93-
Required: False
94-
Position: Named
95-
Default value: None
96-
Accept pipeline input: False
97-
Accept wildcard characters: False
98-
```
99-
10085
### -ResourceGroupName
10186
10287
```yaml

src/Portal/Portal/help/Update-AzPortalDashboard.md

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,27 @@ update an existing Dashboard.
1616
```
1717
Update-AzPortalDashboard -Name <String> -ResourceGroupName <String> [-SubscriptionId <String>]
1818
[-Lens <IDashboardLens[]>] [-Metadata <Hashtable>] [-Tag <Hashtable>] [-DefaultProfile <PSObject>]
19-
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
19+
[-WhatIf] [-Confirm] [<CommonParameters>]
2020
```
2121

2222
### UpdateViaJsonString
2323
```
2424
Update-AzPortalDashboard -Name <String> -ResourceGroupName <String> [-SubscriptionId <String>]
25-
-JsonString <String> [-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm]
25+
-JsonString <String> [-DefaultProfile <PSObject>] [-WhatIf] [-Confirm]
2626
[<CommonParameters>]
2727
```
2828

2929
### UpdateViaJsonFilePath
3030
```
3131
Update-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
### UpdateViaIdentityExpanded
3737
```
3838
Update-AzPortalDashboard -InputObject <IPortalIdentity> [-Lens <IDashboardLens[]>] [-Metadata <Hashtable>]
39-
[-Tag <Hashtable>] [-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm]
39+
[-Tag <Hashtable>] [-DefaultProfile <PSObject>] [-WhatIf] [-Confirm]
4040
[<CommonParameters>]
4141
```
4242

@@ -181,21 +181,6 @@ Accept pipeline input: False
181181
Accept wildcard characters: False
182182
```
183183
184-
### -ProgressAction
185-
{{ Fill ProgressAction Description }}
186-
187-
```yaml
188-
Type: System.Management.Automation.ActionPreference
189-
Parameter Sets: (All)
190-
Aliases: proga
191-
192-
Required: False
193-
Position: Named
194-
Default value: None
195-
Accept pipeline input: False
196-
Accept wildcard characters: False
197-
```
198-
199184
### -ResourceGroupName
200185
The name of the resource group.
201186
The name is case insensitive.

0 commit comments

Comments
 (0)