Skip to content

Commit 03944c2

Browse files
committed
upgrade to latest autorest
1 parent 40f77ac commit 03944c2

30 files changed

+961
-161
lines changed

src/Workloads/Monitors.Autorest/docs/Az.Monitors.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
Module Name: Az.Monitors
3-
Module Guid: 00297d1e-68e1-466c-8529-d51533cbaa8d
3+
Module Guid: c2b5aac3-3ae4-4fa4-9d6a-b7a7834ba0ba
44
Download Help Link: https://learn.microsoft.com/powershell/module/az.monitors
55
Help Version: 1.0.0.0
66
Locale: en-US
@@ -21,7 +21,7 @@ Gets properties of a provider instance for the specified subscription, resource
2121
Gets configuration values for Single Pane Of Glass for SAP monitor for the specified subscription, resource group, and resource name.
2222

2323
### [New-AzWorkloadsMonitor](New-AzWorkloadsMonitor.md)
24-
create a SAP monitor for the specified subscription, resource group, and resource name.
24+
Create a SAP monitor for the specified subscription, resource group, and resource name.
2525

2626
### [New-AzWorkloadsProviderDB2InstanceObject](New-AzWorkloadsProviderDB2InstanceObject.md)
2727
Create an in-memory object for DB2ProviderInstanceProperties.
@@ -30,7 +30,7 @@ Create an in-memory object for DB2ProviderInstanceProperties.
3030
Create an in-memory object for HanaDbProviderInstanceProperties.
3131

3232
### [New-AzWorkloadsProviderInstance](New-AzWorkloadsProviderInstance.md)
33-
create a provider instance for the specified subscription, resource group, SAP monitor name, and resource name.
33+
Create a provider instance for the specified subscription, resource group, SAP monitor name, and resource name.
3434

3535
### [New-AzWorkloadsProviderPrometheusHaClusterInstanceObject](New-AzWorkloadsProviderPrometheusHaClusterInstanceObject.md)
3636
Create an in-memory object for PrometheusHaClusterProviderInstanceProperties.
@@ -45,7 +45,7 @@ Create an in-memory object for SapNetWeaverProviderInstanceProperties.
4545
Create an in-memory object for MsSqlServerProviderInstanceProperties.
4646

4747
### [New-AzWorkloadsSapLandscapeMonitor](New-AzWorkloadsSapLandscapeMonitor.md)
48-
create a SAP Landscape Monitor Dashboard for the specified subscription, resource group, and resource name.
48+
Create a SAP Landscape Monitor Dashboard for the specified subscription, resource group, and resource name.
4949

5050
### [New-AzWorkloadsSapLandscapeMonitorMetricThresholdsObject](New-AzWorkloadsSapLandscapeMonitorMetricThresholdsObject.md)
5151
Create an in-memory object for SapLandscapeMonitorMetricThresholds.
@@ -63,10 +63,10 @@ Deletes a provider instance for the specified subscription, resource group, SAP
6363
Deletes a SAP Landscape Monitor Dashboard with the specified subscription, resource group, and SAP monitor name.
6464

6565
### [Update-AzWorkloadsMonitor](Update-AzWorkloadsMonitor.md)
66-
update a SAP monitor for the specified subscription, resource group, and resource name.
66+
Update a SAP monitor for the specified subscription, resource group, and resource name.
6767

6868
### [Update-AzWorkloadsProviderInstance](Update-AzWorkloadsProviderInstance.md)
69-
update a provider instance for the specified subscription, resource group, SAP monitor name, and resource name.
69+
Update a provider instance for the specified subscription, resource group, SAP monitor name, and resource name.
7070

7171
### [Update-AzWorkloadsSapLandscapeMonitor](Update-AzWorkloadsSapLandscapeMonitor.md)
7272
Patches the SAP Landscape Monitor Dashboard for the specified subscription, resource group, and SAP monitor name.

src/Workloads/Monitors.Autorest/docs/New-AzWorkloadsMonitor.md

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

1010
## SYNOPSIS
11-
create a SAP monitor for the specified subscription, resource group, and resource name.
11+
Create a SAP monitor for the specified subscription, resource group, and resource name.
1212

1313
## SYNTAX
1414

@@ -37,7 +37,7 @@ New-AzWorkloadsMonitor -Name <String> -ResourceGroupName <String> -JsonString <S
3737
```
3838

3939
## DESCRIPTION
40-
create a SAP monitor for the specified subscription, resource group, and resource name.
40+
Create a SAP monitor for the specified subscription, resource group, and resource name.
4141

4242
## EXAMPLES
4343

src/Workloads/Monitors.Autorest/docs/New-AzWorkloadsProviderInstance.md

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

1010
## SYNOPSIS
11-
create a provider instance for the specified subscription, resource group, SAP monitor name, and resource name.
11+
Create a provider instance for the specified subscription, resource group, SAP monitor name, and resource name.
1212

1313
## SYNTAX
1414

@@ -50,7 +50,7 @@ New-AzWorkloadsProviderInstance -MonitorName <String> -Name <String> -ResourceGr
5050
```
5151

5252
## DESCRIPTION
53-
create a provider instance for the specified subscription, resource group, SAP monitor name, and resource name.
53+
Create a provider instance for the specified subscription, resource group, SAP monitor name, and resource name.
5454

5555
## EXAMPLES
5656

src/Workloads/Monitors.Autorest/docs/New-AzWorkloadsSapLandscapeMonitor.md

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

1010
## SYNOPSIS
11-
create a SAP Landscape Monitor Dashboard for the specified subscription, resource group, and resource name.
11+
Create a SAP Landscape Monitor Dashboard for the specified subscription, resource group, and resource name.
1212

1313
## SYNTAX
1414

@@ -34,7 +34,7 @@ New-AzWorkloadsSapLandscapeMonitor -MonitorName <String> -ResourceGroupName <Str
3434
```
3535

3636
## DESCRIPTION
37-
create a SAP Landscape Monitor Dashboard for the specified subscription, resource group, and resource name.
37+
Create a SAP Landscape Monitor Dashboard for the specified subscription, resource group, and resource name.
3838

3939
## EXAMPLES
4040

src/Workloads/Monitors.Autorest/docs/Update-AzWorkloadsMonitor.md

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

1010
## SYNOPSIS
11-
update a SAP monitor for the specified subscription, resource group, and resource name.
11+
Update a SAP monitor for the specified subscription, resource group, and resource name.
1212

1313
## SYNTAX
1414

@@ -31,7 +31,7 @@ Update-AzWorkloadsMonitor -InputObject <IMonitorsIdentity> [-AppLocation <String
3131
```
3232

3333
## DESCRIPTION
34-
update a SAP monitor for the specified subscription, resource group, and resource name.
34+
Update a SAP monitor for the specified subscription, resource group, and resource name.
3535

3636
## EXAMPLES
3737

src/Workloads/Monitors.Autorest/docs/Update-AzWorkloadsProviderInstance.md

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

1010
## SYNOPSIS
11-
update a provider instance for the specified subscription, resource group, SAP monitor name, and resource name.
11+
Update a provider instance for the specified subscription, resource group, SAP monitor name, and resource name.
1212

1313
## SYNTAX
1414

@@ -57,7 +57,7 @@ Update-AzWorkloadsProviderInstance -MonitorInputObject <IMonitorsIdentity> -Name
5757
```
5858

5959
## DESCRIPTION
60-
update a provider instance for the specified subscription, resource group, SAP monitor name, and resource name.
60+
Update a provider instance for the specified subscription, resource group, SAP monitor name, and resource name.
6161

6262
## EXAMPLES
6363

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"generate_Id": "9f8d4b06-f804-4d90-be80-5a43e643602a"
2+
"generate_Id": "873025be-e7e3-4e98-ab20-07a195818614"
33
}

src/Workloads/Workloads.sln

Lines changed: 88 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,59 +19,133 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accoun
1919
EndProject
2020
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Workloads", "Workloads\Workloads.csproj", "{F27ABA7E-B3ED-4B35-8409-43B3D92FFBFE}"
2121
EndProject
22-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Monitors", "..\..\generated\Workloads\Monitors.Autorest\Az.Monitors.csproj", "{74EA2E4F-203E-47AB-8EB7-8FD701000929}"
23-
EndProject
2422
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.SapVirtualInstance", "..\..\generated\Workloads\SapVirtualInstance.Autorest\Az.SapVirtualInstance.csproj", "{D67631EA-2CEA-4451-8365-E711678C8207}"
2523
EndProject
24+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Monitors.Autorest", "Monitors.Autorest", "{F8EE8587-579C-E9CA-BFA7-D4EB0C8B506E}"
25+
EndProject
26+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Monitors", "..\..\generated\Workloads\Monitors.Autorest\Az.Monitors.csproj", "{5877BB5F-DAF0-459F-A08E-9863A8386829}"
27+
EndProject
2628
Global
2729
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2830
Debug|Any CPU = Debug|Any CPU
31+
Debug|x64 = Debug|x64
32+
Debug|x86 = Debug|x86
2933
Release|Any CPU = Release|Any CPU
30-
EndGlobalSection
31-
GlobalSection(SolutionProperties) = preSolution
32-
HideSolutionNode = FALSE
34+
Release|x64 = Release|x64
35+
Release|x86 = Release|x86
3336
EndGlobalSection
3437
GlobalSection(ProjectConfigurationPlatforms) = postSolution
3538
{FAEF600D-0073-487E-B125-669EB7D06E3D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
3639
{FAEF600D-0073-487E-B125-669EB7D06E3D}.Debug|Any CPU.Build.0 = Debug|Any CPU
40+
{FAEF600D-0073-487E-B125-669EB7D06E3D}.Debug|x64.ActiveCfg = Debug|Any CPU
41+
{FAEF600D-0073-487E-B125-669EB7D06E3D}.Debug|x64.Build.0 = Debug|Any CPU
42+
{FAEF600D-0073-487E-B125-669EB7D06E3D}.Debug|x86.ActiveCfg = Debug|Any CPU
43+
{FAEF600D-0073-487E-B125-669EB7D06E3D}.Debug|x86.Build.0 = Debug|Any CPU
3744
{FAEF600D-0073-487E-B125-669EB7D06E3D}.Release|Any CPU.ActiveCfg = Release|Any CPU
3845
{FAEF600D-0073-487E-B125-669EB7D06E3D}.Release|Any CPU.Build.0 = Release|Any CPU
46+
{FAEF600D-0073-487E-B125-669EB7D06E3D}.Release|x64.ActiveCfg = Release|Any CPU
47+
{FAEF600D-0073-487E-B125-669EB7D06E3D}.Release|x64.Build.0 = Release|Any CPU
48+
{FAEF600D-0073-487E-B125-669EB7D06E3D}.Release|x86.ActiveCfg = Release|Any CPU
49+
{FAEF600D-0073-487E-B125-669EB7D06E3D}.Release|x86.Build.0 = Release|Any CPU
3950
{349FB6B1-CEA2-437B-B246-7ACADA3C1215}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
4051
{349FB6B1-CEA2-437B-B246-7ACADA3C1215}.Debug|Any CPU.Build.0 = Debug|Any CPU
52+
{349FB6B1-CEA2-437B-B246-7ACADA3C1215}.Debug|x64.ActiveCfg = Debug|Any CPU
53+
{349FB6B1-CEA2-437B-B246-7ACADA3C1215}.Debug|x64.Build.0 = Debug|Any CPU
54+
{349FB6B1-CEA2-437B-B246-7ACADA3C1215}.Debug|x86.ActiveCfg = Debug|Any CPU
55+
{349FB6B1-CEA2-437B-B246-7ACADA3C1215}.Debug|x86.Build.0 = Debug|Any CPU
4156
{349FB6B1-CEA2-437B-B246-7ACADA3C1215}.Release|Any CPU.ActiveCfg = Release|Any CPU
4257
{349FB6B1-CEA2-437B-B246-7ACADA3C1215}.Release|Any CPU.Build.0 = Release|Any CPU
58+
{349FB6B1-CEA2-437B-B246-7ACADA3C1215}.Release|x64.ActiveCfg = Release|Any CPU
59+
{349FB6B1-CEA2-437B-B246-7ACADA3C1215}.Release|x64.Build.0 = Release|Any CPU
60+
{349FB6B1-CEA2-437B-B246-7ACADA3C1215}.Release|x86.ActiveCfg = Release|Any CPU
61+
{349FB6B1-CEA2-437B-B246-7ACADA3C1215}.Release|x86.Build.0 = Release|Any CPU
4362
{3A72F20B-B837-480E-B786-C91601C85CE9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
4463
{3A72F20B-B837-480E-B786-C91601C85CE9}.Debug|Any CPU.Build.0 = Debug|Any CPU
64+
{3A72F20B-B837-480E-B786-C91601C85CE9}.Debug|x64.ActiveCfg = Debug|Any CPU
65+
{3A72F20B-B837-480E-B786-C91601C85CE9}.Debug|x64.Build.0 = Debug|Any CPU
66+
{3A72F20B-B837-480E-B786-C91601C85CE9}.Debug|x86.ActiveCfg = Debug|Any CPU
67+
{3A72F20B-B837-480E-B786-C91601C85CE9}.Debug|x86.Build.0 = Debug|Any CPU
4568
{3A72F20B-B837-480E-B786-C91601C85CE9}.Release|Any CPU.ActiveCfg = Release|Any CPU
4669
{3A72F20B-B837-480E-B786-C91601C85CE9}.Release|Any CPU.Build.0 = Release|Any CPU
70+
{3A72F20B-B837-480E-B786-C91601C85CE9}.Release|x64.ActiveCfg = Release|Any CPU
71+
{3A72F20B-B837-480E-B786-C91601C85CE9}.Release|x64.Build.0 = Release|Any CPU
72+
{3A72F20B-B837-480E-B786-C91601C85CE9}.Release|x86.ActiveCfg = Release|Any CPU
73+
{3A72F20B-B837-480E-B786-C91601C85CE9}.Release|x86.Build.0 = Release|Any CPU
4774
{21B0E1A3-B9B6-42E9-97B7-DC1A56FDBABA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
4875
{21B0E1A3-B9B6-42E9-97B7-DC1A56FDBABA}.Debug|Any CPU.Build.0 = Debug|Any CPU
76+
{21B0E1A3-B9B6-42E9-97B7-DC1A56FDBABA}.Debug|x64.ActiveCfg = Debug|Any CPU
77+
{21B0E1A3-B9B6-42E9-97B7-DC1A56FDBABA}.Debug|x64.Build.0 = Debug|Any CPU
78+
{21B0E1A3-B9B6-42E9-97B7-DC1A56FDBABA}.Debug|x86.ActiveCfg = Debug|Any CPU
79+
{21B0E1A3-B9B6-42E9-97B7-DC1A56FDBABA}.Debug|x86.Build.0 = Debug|Any CPU
4980
{21B0E1A3-B9B6-42E9-97B7-DC1A56FDBABA}.Release|Any CPU.ActiveCfg = Release|Any CPU
5081
{21B0E1A3-B9B6-42E9-97B7-DC1A56FDBABA}.Release|Any CPU.Build.0 = Release|Any CPU
82+
{21B0E1A3-B9B6-42E9-97B7-DC1A56FDBABA}.Release|x64.ActiveCfg = Release|Any CPU
83+
{21B0E1A3-B9B6-42E9-97B7-DC1A56FDBABA}.Release|x64.Build.0 = Release|Any CPU
84+
{21B0E1A3-B9B6-42E9-97B7-DC1A56FDBABA}.Release|x86.ActiveCfg = Release|Any CPU
85+
{21B0E1A3-B9B6-42E9-97B7-DC1A56FDBABA}.Release|x86.Build.0 = Release|Any CPU
5186
{84EB3D08-249C-4900-8E17-832EC2DB5494}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
5287
{84EB3D08-249C-4900-8E17-832EC2DB5494}.Debug|Any CPU.Build.0 = Debug|Any CPU
88+
{84EB3D08-249C-4900-8E17-832EC2DB5494}.Debug|x64.ActiveCfg = Debug|Any CPU
89+
{84EB3D08-249C-4900-8E17-832EC2DB5494}.Debug|x64.Build.0 = Debug|Any CPU
90+
{84EB3D08-249C-4900-8E17-832EC2DB5494}.Debug|x86.ActiveCfg = Debug|Any CPU
91+
{84EB3D08-249C-4900-8E17-832EC2DB5494}.Debug|x86.Build.0 = Debug|Any CPU
5392
{84EB3D08-249C-4900-8E17-832EC2DB5494}.Release|Any CPU.ActiveCfg = Release|Any CPU
5493
{84EB3D08-249C-4900-8E17-832EC2DB5494}.Release|Any CPU.Build.0 = Release|Any CPU
94+
{84EB3D08-249C-4900-8E17-832EC2DB5494}.Release|x64.ActiveCfg = Release|Any CPU
95+
{84EB3D08-249C-4900-8E17-832EC2DB5494}.Release|x64.Build.0 = Release|Any CPU
96+
{84EB3D08-249C-4900-8E17-832EC2DB5494}.Release|x86.ActiveCfg = Release|Any CPU
97+
{84EB3D08-249C-4900-8E17-832EC2DB5494}.Release|x86.Build.0 = Release|Any CPU
5598
{CF8A9A95-4825-47E0-86E7-2788A2127BE1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
5699
{CF8A9A95-4825-47E0-86E7-2788A2127BE1}.Debug|Any CPU.Build.0 = Debug|Any CPU
100+
{CF8A9A95-4825-47E0-86E7-2788A2127BE1}.Debug|x64.ActiveCfg = Debug|Any CPU
101+
{CF8A9A95-4825-47E0-86E7-2788A2127BE1}.Debug|x64.Build.0 = Debug|Any CPU
102+
{CF8A9A95-4825-47E0-86E7-2788A2127BE1}.Debug|x86.ActiveCfg = Debug|Any CPU
103+
{CF8A9A95-4825-47E0-86E7-2788A2127BE1}.Debug|x86.Build.0 = Debug|Any CPU
57104
{CF8A9A95-4825-47E0-86E7-2788A2127BE1}.Release|Any CPU.ActiveCfg = Release|Any CPU
58105
{CF8A9A95-4825-47E0-86E7-2788A2127BE1}.Release|Any CPU.Build.0 = Release|Any CPU
59-
{A0A4C25D-0286-4F08-9BB1-F6687AA34239}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
60-
{A0A4C25D-0286-4F08-9BB1-F6687AA34239}.Debug|Any CPU.Build.0 = Debug|Any CPU
61-
{A0A4C25D-0286-4F08-9BB1-F6687AA34239}.Release|Any CPU.ActiveCfg = Release|Any CPU
62-
{A0A4C25D-0286-4F08-9BB1-F6687AA34239}.Release|Any CPU.Build.0 = Release|Any CPU
106+
{CF8A9A95-4825-47E0-86E7-2788A2127BE1}.Release|x64.ActiveCfg = Release|Any CPU
107+
{CF8A9A95-4825-47E0-86E7-2788A2127BE1}.Release|x64.Build.0 = Release|Any CPU
108+
{CF8A9A95-4825-47E0-86E7-2788A2127BE1}.Release|x86.ActiveCfg = Release|Any CPU
109+
{CF8A9A95-4825-47E0-86E7-2788A2127BE1}.Release|x86.Build.0 = Release|Any CPU
63110
{F27ABA7E-B3ED-4B35-8409-43B3D92FFBFE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
64111
{F27ABA7E-B3ED-4B35-8409-43B3D92FFBFE}.Debug|Any CPU.Build.0 = Debug|Any CPU
112+
{F27ABA7E-B3ED-4B35-8409-43B3D92FFBFE}.Debug|x64.ActiveCfg = Debug|Any CPU
113+
{F27ABA7E-B3ED-4B35-8409-43B3D92FFBFE}.Debug|x64.Build.0 = Debug|Any CPU
114+
{F27ABA7E-B3ED-4B35-8409-43B3D92FFBFE}.Debug|x86.ActiveCfg = Debug|Any CPU
115+
{F27ABA7E-B3ED-4B35-8409-43B3D92FFBFE}.Debug|x86.Build.0 = Debug|Any CPU
65116
{F27ABA7E-B3ED-4B35-8409-43B3D92FFBFE}.Release|Any CPU.ActiveCfg = Release|Any CPU
66117
{F27ABA7E-B3ED-4B35-8409-43B3D92FFBFE}.Release|Any CPU.Build.0 = Release|Any CPU
67-
{74EA2E4F-203E-47AB-8EB7-8FD701000929}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
68-
{74EA2E4F-203E-47AB-8EB7-8FD701000929}.Debug|Any CPU.Build.0 = Debug|Any CPU
69-
{74EA2E4F-203E-47AB-8EB7-8FD701000929}.Release|Any CPU.ActiveCfg = Release|Any CPU
70-
{74EA2E4F-203E-47AB-8EB7-8FD701000929}.Release|Any CPU.Build.0 = Release|Any CPU
118+
{F27ABA7E-B3ED-4B35-8409-43B3D92FFBFE}.Release|x64.ActiveCfg = Release|Any CPU
119+
{F27ABA7E-B3ED-4B35-8409-43B3D92FFBFE}.Release|x64.Build.0 = Release|Any CPU
120+
{F27ABA7E-B3ED-4B35-8409-43B3D92FFBFE}.Release|x86.ActiveCfg = Release|Any CPU
121+
{F27ABA7E-B3ED-4B35-8409-43B3D92FFBFE}.Release|x86.Build.0 = Release|Any CPU
71122
{D67631EA-2CEA-4451-8365-E711678C8207}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
72123
{D67631EA-2CEA-4451-8365-E711678C8207}.Debug|Any CPU.Build.0 = Debug|Any CPU
124+
{D67631EA-2CEA-4451-8365-E711678C8207}.Debug|x64.ActiveCfg = Debug|Any CPU
125+
{D67631EA-2CEA-4451-8365-E711678C8207}.Debug|x64.Build.0 = Debug|Any CPU
126+
{D67631EA-2CEA-4451-8365-E711678C8207}.Debug|x86.ActiveCfg = Debug|Any CPU
127+
{D67631EA-2CEA-4451-8365-E711678C8207}.Debug|x86.Build.0 = Debug|Any CPU
73128
{D67631EA-2CEA-4451-8365-E711678C8207}.Release|Any CPU.ActiveCfg = Release|Any CPU
74129
{D67631EA-2CEA-4451-8365-E711678C8207}.Release|Any CPU.Build.0 = Release|Any CPU
130+
{D67631EA-2CEA-4451-8365-E711678C8207}.Release|x64.ActiveCfg = Release|Any CPU
131+
{D67631EA-2CEA-4451-8365-E711678C8207}.Release|x64.Build.0 = Release|Any CPU
132+
{D67631EA-2CEA-4451-8365-E711678C8207}.Release|x86.ActiveCfg = Release|Any CPU
133+
{D67631EA-2CEA-4451-8365-E711678C8207}.Release|x86.Build.0 = Release|Any CPU
134+
{5877BB5F-DAF0-459F-A08E-9863A8386829}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
135+
{5877BB5F-DAF0-459F-A08E-9863A8386829}.Debug|Any CPU.Build.0 = Debug|Any CPU
136+
{5877BB5F-DAF0-459F-A08E-9863A8386829}.Debug|x64.ActiveCfg = Debug|Any CPU
137+
{5877BB5F-DAF0-459F-A08E-9863A8386829}.Debug|x64.Build.0 = Debug|Any CPU
138+
{5877BB5F-DAF0-459F-A08E-9863A8386829}.Debug|x86.ActiveCfg = Debug|Any CPU
139+
{5877BB5F-DAF0-459F-A08E-9863A8386829}.Debug|x86.Build.0 = Debug|Any CPU
140+
{5877BB5F-DAF0-459F-A08E-9863A8386829}.Release|Any CPU.ActiveCfg = Release|Any CPU
141+
{5877BB5F-DAF0-459F-A08E-9863A8386829}.Release|Any CPU.Build.0 = Release|Any CPU
142+
{5877BB5F-DAF0-459F-A08E-9863A8386829}.Release|x64.ActiveCfg = Release|Any CPU
143+
{5877BB5F-DAF0-459F-A08E-9863A8386829}.Release|x64.Build.0 = Release|Any CPU
144+
{5877BB5F-DAF0-459F-A08E-9863A8386829}.Release|x86.ActiveCfg = Release|Any CPU
145+
{5877BB5F-DAF0-459F-A08E-9863A8386829}.Release|x86.Build.0 = Release|Any CPU
146+
EndGlobalSection
147+
GlobalSection(SolutionProperties) = preSolution
148+
HideSolutionNode = FALSE
75149
EndGlobalSection
76150
GlobalSection(NestedProjects) = preSolution
77151
{FAEF600D-0073-487E-B125-669EB7D06E3D} = {CDFD4C75-7CF6-4B30-9A7E-D8B5D25EB75A}
@@ -80,5 +154,6 @@ Global
80154
{21B0E1A3-B9B6-42E9-97B7-DC1A56FDBABA} = {CDFD4C75-7CF6-4B30-9A7E-D8B5D25EB75A}
81155
{84EB3D08-249C-4900-8E17-832EC2DB5494} = {CDFD4C75-7CF6-4B30-9A7E-D8B5D25EB75A}
82156
{CF8A9A95-4825-47E0-86E7-2788A2127BE1} = {CDFD4C75-7CF6-4B30-9A7E-D8B5D25EB75A}
157+
{5877BB5F-DAF0-459F-A08E-9863A8386829} = {F8EE8587-579C-E9CA-BFA7-D4EB0C8B506E}
83158
EndGlobalSection
84159
EndGlobal

src/Workloads/Workloads/Az.Workloads.psd1

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

99
@{
@@ -51,17 +51,17 @@ DotNetFrameworkVersion = '4.7.2'
5151
# ProcessorArchitecture = ''
5252

5353
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '4.0.2'; })
54+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.1.1'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = 'Monitors.Autorest/bin/Az.Monitors.private.dll',
5858
'SapVirtualInstance.Autorest/bin/Az.SapVirtualInstance.private.dll'
5959

6060
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
61-
# ScriptsToProcess = @()
61+
ScriptsToProcess = @()
6262

6363
# Type files (.ps1xml) to be loaded when importing this module
64-
# TypesToProcess = @()
64+
TypesToProcess = @()
6565

6666
# Format files (.ps1xml) to be loaded when importing this module
6767
FormatsToProcess = 'Monitors.Autorest/Az.Monitors.format.ps1xml',
@@ -103,6 +103,7 @@ FunctionsToExport = 'Get-AzWorkloadsMonitor', 'Get-AzWorkloadsProviderInstance',
103103
'Stop-AzWorkloadsSapCentralInstance',
104104
'Stop-AzWorkloadsSapDatabaseInstance',
105105
'Stop-AzWorkloadsSapVirtualInstance', 'Update-AzWorkloadsMonitor',
106+
'Update-AzWorkloadsProviderInstance',
106107
'Update-AzWorkloadsSapApplicationInstance',
107108
'Update-AzWorkloadsSapCentralInstance',
108109
'Update-AzWorkloadsSapDatabaseInstance',
@@ -142,7 +143,7 @@ PrivateData = @{
142143
PSData = @{
143144

144145
# Tags applied to this module. These help with module discovery in online galleries.
145-
Tags = 'Azure','ResourceManager','ARM','PSModule','Workloads'
146+
Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'Workloads'
146147

147148
# A URL to the license for this module.
148149
LicenseUri = 'https://aka.ms/azps-license'
@@ -168,7 +169,7 @@ PrivateData = @{
168169

169170
} # End of PSData hashtable
170171

171-
} # End of PrivateData hashtable
172+
} # End of PrivateData hashtable
172173

173174
# HelpInfo URI of this module
174175
# HelpInfoURI = ''

0 commit comments

Comments
 (0)