Skip to content

Commit ad9cd69

Browse files
JoyerJinVeryEarly
andauthored
[PS] Migrate MonitorWorkspace in Monitor module to autorest v4 (#28186)
Co-authored-by: Yabo Hu <[email protected]>
1 parent aaa6beb commit ad9cd69

16 files changed

+781
-356
lines changed

src/Monitor/Monitor.sln

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.ActivityLogAlert", "..\.
4141
EndProject
4242
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Autoscale", "..\..\generated\Monitor\Autoscale.Autorest\Az.Autoscale.csproj", "{64D875E7-2E3B-40B2-945C-B8891BC6EF41}"
4343
EndProject
44-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.MonitorWorkspace", "..\..\generated\Monitor\MonitorWorkspace.Autorest\Az.MonitorWorkspace.csproj", "{803B981D-ED22-4DFF-90FA-C278DE8D228B}"
44+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.DiagnosticSetting", "..\..\generated\Monitor\DiagnosticSetting.Autorest\Az.DiagnosticSetting.csproj", "{32336385-5322-43AC-B6D4-B99CDB5EDA5A}"
4545
EndProject
4646
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.PipelineGroup", "..\..\generated\Monitor\PipelineGroup.Autorest\Az.PipelineGroup.csproj", "{BBB1BE4E-4595-4589-AB2B-14BCFF7EB65C}"
4747
EndProject
@@ -65,9 +65,9 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.MonitorWorkspace", "..\.
6565
EndProject
6666
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.ScheduledQueryRule", "..\..\generated\Monitor\ScheduledQueryRule.Autorest\Az.ScheduledQueryRule.csproj", "{A3CBC4A9-A39C-4343-99F2-F3F53F20049B}"
6767
EndProject
68-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DiagnosticSetting.Autorest", "DiagnosticSetting.Autorest", "{4644B825-05AB-0B45-5567-89C0D700A638}"
68+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "MonitorWorkspace.Autorest", "MonitorWorkspace.Autorest", "{635E4282-7AFB-1B5B-749B-823438FF2057}"
6969
EndProject
70-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.DiagnosticSetting", "..\..\generated\Monitor\DiagnosticSetting.Autorest\Az.DiagnosticSetting.csproj", "{94DA3C6F-C336-46A7-893B-D5824422A2AD}"
70+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.MonitorWorkspace", "..\..\generated\Monitor\MonitorWorkspace.Autorest\Az.MonitorWorkspace.csproj", "{5A91A04F-34B3-4BBB-8B4A-0CDC03965415}"
7171
EndProject
7272
Global
7373
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -271,18 +271,18 @@ Global
271271
{64D875E7-2E3B-40B2-945C-B8891BC6EF41}.Release|x64.Build.0 = Release|Any CPU
272272
{64D875E7-2E3B-40B2-945C-B8891BC6EF41}.Release|x86.ActiveCfg = Release|Any CPU
273273
{64D875E7-2E3B-40B2-945C-B8891BC6EF41}.Release|x86.Build.0 = Release|Any CPU
274-
{803B981D-ED22-4DFF-90FA-C278DE8D228B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
275-
{803B981D-ED22-4DFF-90FA-C278DE8D228B}.Debug|Any CPU.Build.0 = Debug|Any CPU
276-
{803B981D-ED22-4DFF-90FA-C278DE8D228B}.Debug|x64.ActiveCfg = Debug|Any CPU
277-
{803B981D-ED22-4DFF-90FA-C278DE8D228B}.Debug|x64.Build.0 = Debug|Any CPU
278-
{803B981D-ED22-4DFF-90FA-C278DE8D228B}.Debug|x86.ActiveCfg = Debug|Any CPU
279-
{803B981D-ED22-4DFF-90FA-C278DE8D228B}.Debug|x86.Build.0 = Debug|Any CPU
280-
{803B981D-ED22-4DFF-90FA-C278DE8D228B}.Release|Any CPU.ActiveCfg = Release|Any CPU
281-
{803B981D-ED22-4DFF-90FA-C278DE8D228B}.Release|Any CPU.Build.0 = Release|Any CPU
282-
{803B981D-ED22-4DFF-90FA-C278DE8D228B}.Release|x64.ActiveCfg = Release|Any CPU
283-
{803B981D-ED22-4DFF-90FA-C278DE8D228B}.Release|x64.Build.0 = Release|Any CPU
284-
{803B981D-ED22-4DFF-90FA-C278DE8D228B}.Release|x86.ActiveCfg = Release|Any CPU
285-
{803B981D-ED22-4DFF-90FA-C278DE8D228B}.Release|x86.Build.0 = Release|Any CPU
274+
{32336385-5322-43AC-B6D4-B99CDB5EDA5A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
275+
{32336385-5322-43AC-B6D4-B99CDB5EDA5A}.Debug|Any CPU.Build.0 = Debug|Any CPU
276+
{32336385-5322-43AC-B6D4-B99CDB5EDA5A}.Debug|x64.ActiveCfg = Debug|Any CPU
277+
{32336385-5322-43AC-B6D4-B99CDB5EDA5A}.Debug|x64.Build.0 = Debug|Any CPU
278+
{32336385-5322-43AC-B6D4-B99CDB5EDA5A}.Debug|x86.ActiveCfg = Debug|Any CPU
279+
{32336385-5322-43AC-B6D4-B99CDB5EDA5A}.Debug|x86.Build.0 = Debug|Any CPU
280+
{32336385-5322-43AC-B6D4-B99CDB5EDA5A}.Release|Any CPU.ActiveCfg = Release|Any CPU
281+
{32336385-5322-43AC-B6D4-B99CDB5EDA5A}.Release|Any CPU.Build.0 = Release|Any CPU
282+
{32336385-5322-43AC-B6D4-B99CDB5EDA5A}.Release|x64.ActiveCfg = Release|Any CPU
283+
{32336385-5322-43AC-B6D4-B99CDB5EDA5A}.Release|x64.Build.0 = Release|Any CPU
284+
{32336385-5322-43AC-B6D4-B99CDB5EDA5A}.Release|x86.ActiveCfg = Release|Any CPU
285+
{32336385-5322-43AC-B6D4-B99CDB5EDA5A}.Release|x86.Build.0 = Release|Any CPU
286286
{BBB1BE4E-4595-4589-AB2B-14BCFF7EB65C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
287287
{BBB1BE4E-4595-4589-AB2B-14BCFF7EB65C}.Debug|Any CPU.Build.0 = Debug|Any CPU
288288
{BBB1BE4E-4595-4589-AB2B-14BCFF7EB65C}.Debug|x64.ActiveCfg = Debug|Any CPU
@@ -331,18 +331,18 @@ Global
331331
{0A51A656-9092-4C82-83B5-524516C8FED7}.Release|x64.Build.0 = Release|Any CPU
332332
{0A51A656-9092-4C82-83B5-524516C8FED7}.Release|x86.ActiveCfg = Release|Any CPU
333333
{0A51A656-9092-4C82-83B5-524516C8FED7}.Release|x86.Build.0 = Release|Any CPU
334-
{94DA3C6F-C336-46A7-893B-D5824422A2AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
335-
{94DA3C6F-C336-46A7-893B-D5824422A2AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
336-
{94DA3C6F-C336-46A7-893B-D5824422A2AD}.Debug|x64.ActiveCfg = Debug|Any CPU
337-
{94DA3C6F-C336-46A7-893B-D5824422A2AD}.Debug|x64.Build.0 = Debug|Any CPU
338-
{94DA3C6F-C336-46A7-893B-D5824422A2AD}.Debug|x86.ActiveCfg = Debug|Any CPU
339-
{94DA3C6F-C336-46A7-893B-D5824422A2AD}.Debug|x86.Build.0 = Debug|Any CPU
340-
{94DA3C6F-C336-46A7-893B-D5824422A2AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
341-
{94DA3C6F-C336-46A7-893B-D5824422A2AD}.Release|Any CPU.Build.0 = Release|Any CPU
342-
{94DA3C6F-C336-46A7-893B-D5824422A2AD}.Release|x64.ActiveCfg = Release|Any CPU
343-
{94DA3C6F-C336-46A7-893B-D5824422A2AD}.Release|x64.Build.0 = Release|Any CPU
344-
{94DA3C6F-C336-46A7-893B-D5824422A2AD}.Release|x86.ActiveCfg = Release|Any CPU
345-
{94DA3C6F-C336-46A7-893B-D5824422A2AD}.Release|x86.Build.0 = Release|Any CPU
334+
{5A91A04F-34B3-4BBB-8B4A-0CDC03965415}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
335+
{5A91A04F-34B3-4BBB-8B4A-0CDC03965415}.Debug|Any CPU.Build.0 = Debug|Any CPU
336+
{5A91A04F-34B3-4BBB-8B4A-0CDC03965415}.Debug|x64.ActiveCfg = Debug|Any CPU
337+
{5A91A04F-34B3-4BBB-8B4A-0CDC03965415}.Debug|x64.Build.0 = Debug|Any CPU
338+
{5A91A04F-34B3-4BBB-8B4A-0CDC03965415}.Debug|x86.ActiveCfg = Debug|Any CPU
339+
{5A91A04F-34B3-4BBB-8B4A-0CDC03965415}.Debug|x86.Build.0 = Debug|Any CPU
340+
{5A91A04F-34B3-4BBB-8B4A-0CDC03965415}.Release|Any CPU.ActiveCfg = Release|Any CPU
341+
{5A91A04F-34B3-4BBB-8B4A-0CDC03965415}.Release|Any CPU.Build.0 = Release|Any CPU
342+
{5A91A04F-34B3-4BBB-8B4A-0CDC03965415}.Release|x64.ActiveCfg = Release|Any CPU
343+
{5A91A04F-34B3-4BBB-8B4A-0CDC03965415}.Release|x64.Build.0 = Release|Any CPU
344+
{5A91A04F-34B3-4BBB-8B4A-0CDC03965415}.Release|x86.ActiveCfg = Release|Any CPU
345+
{5A91A04F-34B3-4BBB-8B4A-0CDC03965415}.Release|x86.Build.0 = Release|Any CPU
346346
EndGlobalSection
347347
GlobalSection(SolutionProperties) = preSolution
348348
HideSolutionNode = FALSE
@@ -363,6 +363,6 @@ Global
363363
{0636EEB2-FE81-4424-8CFC-CCEB25360A40} = {3F76A15C-B128-4A31-A887-05E303CF8D7F}
364364
{138B61C0-9D0E-44A1-9EA1-E8142303ECA5} = {35E5CBAF-5596-AC3C-3DBD-816FC74B54D0}
365365
{0A51A656-9092-4C82-83B5-524516C8FED7} = {97973F8C-3EE1-368A-3B71-C62280C2DC8C}
366-
{94DA3C6F-C336-46A7-893B-D5824422A2AD} = {4644B825-05AB-0B45-5567-89C0D700A638}
366+
{5A91A04F-34B3-4BBB-8B4A-0CDC03965415} = {635E4282-7AFB-1B5B-749B-823438FF2057}
367367
EndGlobalSection
368368
EndGlobal

src/Monitor/Monitor/help/Az.Monitor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ Creates a metric dimension filter that can be used to query metrics.
238238
Create an in-memory object for MonitoringAccountDestination.
239239

240240
### [New-AzMonitorWorkspace](New-AzMonitorWorkspace.md)
241-
Create or update a workspace
241+
Create a workspace
242242

243243
### [New-AzPerfCounterDataSourceObject](New-AzPerfCounterDataSourceObject.md)
244244
Create an in-memory object for PerfCounterDataSource.
@@ -358,7 +358,7 @@ Update diagnostic settings for the specified resource.
358358
Update for private link scope
359359

360360
### [Update-AzMonitorWorkspace](Update-AzMonitorWorkspace.md)
361-
Updates part of a workspace
361+
Update part of a workspace
362362

363363
### [Update-AzPipelineGroup](Update-AzPipelineGroup.md)
364364
update a pipeline group instance

src/Monitor/Monitor/help/Get-AzMonitorWorkspace.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ Accept wildcard characters: False
100100
101101
### -InputObject
102102
Identity Parameter
103-
To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
104103
105104
```yaml
106105
Type: Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.IMonitorWorkspaceIdentity
@@ -170,7 +169,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
170169
171170
## OUTPUTS
172171
173-
### Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.Api20230403.IAzureMonitorWorkspaceResource
172+
### Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.IAzureMonitorWorkspaceResource
174173
175174
## NOTES
176175

src/Monitor/Monitor/help/New-AzMonitorWorkspace.md

Lines changed: 52 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
# New-AzMonitorWorkspace
99

1010
## SYNOPSIS
11-
Create or update a workspace
11+
Create a workspace
1212

1313
## SYNTAX
1414

@@ -19,14 +19,28 @@ New-AzMonitorWorkspace -Name <String> -ResourceGroupName <String> [-Subscription
1919
[<CommonParameters>]
2020
```
2121

22+
### CreateViaJsonString
23+
```
24+
New-AzMonitorWorkspace -Name <String> -ResourceGroupName <String> [-SubscriptionId <String>]
25+
-JsonString <String> [-DefaultProfile <PSObject>] [-WhatIf] [-Confirm]
26+
[<CommonParameters>]
27+
```
28+
29+
### CreateViaJsonFilePath
30+
```
31+
New-AzMonitorWorkspace -Name <String> -ResourceGroupName <String> [-SubscriptionId <String>]
32+
-JsonFilePath <String> [-DefaultProfile <PSObject>] [-WhatIf] [-Confirm]
33+
[<CommonParameters>]
34+
```
35+
2236
### CreateViaIdentityExpanded
2337
```
2438
New-AzMonitorWorkspace -InputObject <IMonitorWorkspaceIdentity> -Location <String> [-Tag <Hashtable>]
2539
[-DefaultProfile <PSObject>] [-WhatIf] [-Confirm] [<CommonParameters>]
2640
```
2741

2842
## DESCRIPTION
29-
Create or update a workspace
43+
Create a workspace
3044

3145
## EXAMPLES
3246

@@ -63,7 +77,6 @@ Accept wildcard characters: False
6377
6478
### -InputObject
6579
Identity Parameter
66-
To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
6780
6881
```yaml
6982
Type: Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.IMonitorWorkspaceIdentity
@@ -77,12 +90,42 @@ Accept pipeline input: True (ByValue)
7790
Accept wildcard characters: False
7891
```
7992
93+
### -JsonFilePath
94+
Path of Json file supplied to the Create operation
95+
96+
```yaml
97+
Type: System.String
98+
Parameter Sets: CreateViaJsonFilePath
99+
Aliases:
100+
101+
Required: True
102+
Position: Named
103+
Default value: None
104+
Accept pipeline input: False
105+
Accept wildcard characters: False
106+
```
107+
108+
### -JsonString
109+
Json string supplied to the Create operation
110+
111+
```yaml
112+
Type: System.String
113+
Parameter Sets: CreateViaJsonString
114+
Aliases:
115+
116+
Required: True
117+
Position: Named
118+
Default value: None
119+
Accept pipeline input: False
120+
Accept wildcard characters: False
121+
```
122+
80123
### -Location
81124
The geo-location where the resource lives
82125
83126
```yaml
84127
Type: System.String
85-
Parameter Sets: (All)
128+
Parameter Sets: CreateExpanded, CreateViaIdentityExpanded
86129
Aliases:
87130

88131
Required: True
@@ -98,7 +141,7 @@ The name is case insensitive
98141
99142
```yaml
100143
Type: System.String
101-
Parameter Sets: CreateExpanded
144+
Parameter Sets: CreateExpanded, CreateViaJsonString, CreateViaJsonFilePath
102145
Aliases: AzureMonitorWorkspaceName
103146

104147
Required: True
@@ -114,7 +157,7 @@ The name is case insensitive.
114157
115158
```yaml
116159
Type: System.String
117-
Parameter Sets: CreateExpanded
160+
Parameter Sets: CreateExpanded, CreateViaJsonString, CreateViaJsonFilePath
118161
Aliases:
119162

120163
Required: True
@@ -129,7 +172,7 @@ The ID of the target subscription.
129172
130173
```yaml
131174
Type: System.String
132-
Parameter Sets: CreateExpanded
175+
Parameter Sets: CreateExpanded, CreateViaJsonString, CreateViaJsonFilePath
133176
Aliases:
134177

135178
Required: False
@@ -144,7 +187,7 @@ Resource tags.
144187
145188
```yaml
146189
Type: System.Collections.Hashtable
147-
Parameter Sets: (All)
190+
Parameter Sets: CreateExpanded, CreateViaIdentityExpanded
148191
Aliases:
149192

150193
Required: False
@@ -194,7 +237,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
194237
195238
## OUTPUTS
196239
197-
### Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.Api20230403.IAzureMonitorWorkspaceResource
240+
### Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.IAzureMonitorWorkspaceResource
198241
199242
## NOTES
200243

src/Monitor/Monitor/help/Remove-AzMonitorWorkspace.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ Accept wildcard characters: False
7979
8080
### -InputObject
8181
Identity Parameter
82-
To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
8382
8483
```yaml
8584
Type: Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.IMonitorWorkspaceIdentity

src/Monitor/Monitor/help/Update-AzMonitorWorkspace.md

Lines changed: 51 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
# Update-AzMonitorWorkspace
99

1010
## SYNOPSIS
11-
Updates part of a workspace
11+
Update part of a workspace
1212

1313
## SYNTAX
1414

@@ -19,14 +19,28 @@ Update-AzMonitorWorkspace -Name <String> -ResourceGroupName <String> [-Subscript
1919
[<CommonParameters>]
2020
```
2121

22+
### UpdateViaJsonString
23+
```
24+
Update-AzMonitorWorkspace -Name <String> -ResourceGroupName <String> [-SubscriptionId <String>]
25+
-JsonString <String> [-DefaultProfile <PSObject>] [-WhatIf] [-Confirm]
26+
[<CommonParameters>]
27+
```
28+
29+
### UpdateViaJsonFilePath
30+
```
31+
Update-AzMonitorWorkspace -Name <String> -ResourceGroupName <String> [-SubscriptionId <String>]
32+
-JsonFilePath <String> [-DefaultProfile <PSObject>] [-WhatIf] [-Confirm]
33+
[<CommonParameters>]
34+
```
35+
2236
### UpdateViaIdentityExpanded
2337
```
2438
Update-AzMonitorWorkspace -InputObject <IMonitorWorkspaceIdentity> [-Tag <Hashtable>]
2539
[-DefaultProfile <PSObject>] [-WhatIf] [-Confirm] [<CommonParameters>]
2640
```
2741

2842
## DESCRIPTION
29-
Updates part of a workspace
43+
Update part of a workspace
3044

3145
## EXAMPLES
3246

@@ -76,7 +90,6 @@ Accept wildcard characters: False
7690
7791
### -InputObject
7892
Identity Parameter
79-
To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
8093
8194
```yaml
8295
Type: Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.IMonitorWorkspaceIdentity
@@ -90,13 +103,43 @@ Accept pipeline input: True (ByValue)
90103
Accept wildcard characters: False
91104
```
92105
106+
### -JsonFilePath
107+
Path of Json file supplied to the Update operation
108+
109+
```yaml
110+
Type: System.String
111+
Parameter Sets: UpdateViaJsonFilePath
112+
Aliases:
113+
114+
Required: True
115+
Position: Named
116+
Default value: None
117+
Accept pipeline input: False
118+
Accept wildcard characters: False
119+
```
120+
121+
### -JsonString
122+
Json string supplied to the Update operation
123+
124+
```yaml
125+
Type: System.String
126+
Parameter Sets: UpdateViaJsonString
127+
Aliases:
128+
129+
Required: True
130+
Position: Named
131+
Default value: None
132+
Accept pipeline input: False
133+
Accept wildcard characters: False
134+
```
135+
93136
### -Name
94137
The name of the Azure Monitor workspace.
95138
The name is case insensitive
96139
97140
```yaml
98141
Type: System.String
99-
Parameter Sets: UpdateExpanded
142+
Parameter Sets: UpdateExpanded, UpdateViaJsonString, UpdateViaJsonFilePath
100143
Aliases: AzureMonitorWorkspaceName
101144

102145
Required: True
@@ -112,7 +155,7 @@ The name is case insensitive.
112155
113156
```yaml
114157
Type: System.String
115-
Parameter Sets: UpdateExpanded
158+
Parameter Sets: UpdateExpanded, UpdateViaJsonString, UpdateViaJsonFilePath
116159
Aliases:
117160

118161
Required: True
@@ -127,7 +170,7 @@ The ID of the target subscription.
127170
128171
```yaml
129172
Type: System.String
130-
Parameter Sets: UpdateExpanded
173+
Parameter Sets: UpdateExpanded, UpdateViaJsonString, UpdateViaJsonFilePath
131174
Aliases:
132175

133176
Required: False
@@ -142,7 +185,7 @@ Resource tags
142185
143186
```yaml
144187
Type: System.Collections.Hashtable
145-
Parameter Sets: (All)
188+
Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded
146189
Aliases:
147190

148191
Required: False
@@ -192,7 +235,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
192235
193236
## OUTPUTS
194237
195-
### Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.Api20230403.IAzureMonitorWorkspaceResource
238+
### Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.IAzureMonitorWorkspaceResource
196239
197240
## NOTES
198241

0 commit comments

Comments
 (0)