Skip to content

Commit af9a1df

Browse files
committed
upgrade to latest autorest
1 parent ab4f1a2 commit af9a1df

30 files changed

+901
-179
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: 28 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,11 @@ 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("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Monitors.Autorest", "Monitors.Autorest", "{F8EE8587-579C-E9CA-BFA7-D4EB0C8B506E}"
23-
EndProject
24-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Monitors", "..\..\generated\Workloads\Monitors.Autorest\Az.Monitors.csproj", "{E1784FF1-A4FC-49E7-857F-59677B4BEF9A}"
22+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.SapVirtualInstance", "..\..\generated\Workloads\SapVirtualInstance.Autorest\Az.SapVirtualInstance.csproj", "{D67631EA-2CEA-4451-8365-E711678C8207}"
2523
EndProject
26-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SapVirtualInstance.Autorest", "SapVirtualInstance.Autorest", "{EB808B23-4039-57BF-39D0-8ACE41B9711F}"
24+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Monitors.Autorest", "Monitors.Autorest", "{F8EE8587-579C-E9CA-BFA7-D4EB0C8B506E}"
2725
EndProject
28-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.SapVirtualInstance", "..\..\generated\Workloads\SapVirtualInstance.Autorest\Az.SapVirtualInstance.csproj", "{07994ECA-ABC8-453C-8882-A7AA40B47B75}"
26+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Monitors", "..\..\generated\Workloads\Monitors.Autorest\Az.Monitors.csproj", "{5877BB5F-DAF0-459F-A08E-9863A8386829}"
2927
EndProject
3028
Global
3129
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -121,30 +119,30 @@ Global
121119
{F27ABA7E-B3ED-4B35-8409-43B3D92FFBFE}.Release|x64.Build.0 = Release|Any CPU
122120
{F27ABA7E-B3ED-4B35-8409-43B3D92FFBFE}.Release|x86.ActiveCfg = Release|Any CPU
123121
{F27ABA7E-B3ED-4B35-8409-43B3D92FFBFE}.Release|x86.Build.0 = Release|Any CPU
124-
{E1784FF1-A4FC-49E7-857F-59677B4BEF9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
125-
{E1784FF1-A4FC-49E7-857F-59677B4BEF9A}.Debug|Any CPU.Build.0 = Debug|Any CPU
126-
{E1784FF1-A4FC-49E7-857F-59677B4BEF9A}.Debug|x64.ActiveCfg = Debug|Any CPU
127-
{E1784FF1-A4FC-49E7-857F-59677B4BEF9A}.Debug|x64.Build.0 = Debug|Any CPU
128-
{E1784FF1-A4FC-49E7-857F-59677B4BEF9A}.Debug|x86.ActiveCfg = Debug|Any CPU
129-
{E1784FF1-A4FC-49E7-857F-59677B4BEF9A}.Debug|x86.Build.0 = Debug|Any CPU
130-
{E1784FF1-A4FC-49E7-857F-59677B4BEF9A}.Release|Any CPU.ActiveCfg = Release|Any CPU
131-
{E1784FF1-A4FC-49E7-857F-59677B4BEF9A}.Release|Any CPU.Build.0 = Release|Any CPU
132-
{E1784FF1-A4FC-49E7-857F-59677B4BEF9A}.Release|x64.ActiveCfg = Release|Any CPU
133-
{E1784FF1-A4FC-49E7-857F-59677B4BEF9A}.Release|x64.Build.0 = Release|Any CPU
134-
{E1784FF1-A4FC-49E7-857F-59677B4BEF9A}.Release|x86.ActiveCfg = Release|Any CPU
135-
{E1784FF1-A4FC-49E7-857F-59677B4BEF9A}.Release|x86.Build.0 = Release|Any CPU
136-
{07994ECA-ABC8-453C-8882-A7AA40B47B75}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
137-
{07994ECA-ABC8-453C-8882-A7AA40B47B75}.Debug|Any CPU.Build.0 = Debug|Any CPU
138-
{07994ECA-ABC8-453C-8882-A7AA40B47B75}.Debug|x64.ActiveCfg = Debug|Any CPU
139-
{07994ECA-ABC8-453C-8882-A7AA40B47B75}.Debug|x64.Build.0 = Debug|Any CPU
140-
{07994ECA-ABC8-453C-8882-A7AA40B47B75}.Debug|x86.ActiveCfg = Debug|Any CPU
141-
{07994ECA-ABC8-453C-8882-A7AA40B47B75}.Debug|x86.Build.0 = Debug|Any CPU
142-
{07994ECA-ABC8-453C-8882-A7AA40B47B75}.Release|Any CPU.ActiveCfg = Release|Any CPU
143-
{07994ECA-ABC8-453C-8882-A7AA40B47B75}.Release|Any CPU.Build.0 = Release|Any CPU
144-
{07994ECA-ABC8-453C-8882-A7AA40B47B75}.Release|x64.ActiveCfg = Release|Any CPU
145-
{07994ECA-ABC8-453C-8882-A7AA40B47B75}.Release|x64.Build.0 = Release|Any CPU
146-
{07994ECA-ABC8-453C-8882-A7AA40B47B75}.Release|x86.ActiveCfg = Release|Any CPU
147-
{07994ECA-ABC8-453C-8882-A7AA40B47B75}.Release|x86.Build.0 = Release|Any CPU
122+
{D67631EA-2CEA-4451-8365-E711678C8207}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
123+
{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
128+
{D67631EA-2CEA-4451-8365-E711678C8207}.Release|Any CPU.ActiveCfg = Release|Any CPU
129+
{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
148146
EndGlobalSection
149147
GlobalSection(SolutionProperties) = preSolution
150148
HideSolutionNode = FALSE
@@ -156,7 +154,6 @@ Global
156154
{21B0E1A3-B9B6-42E9-97B7-DC1A56FDBABA} = {CDFD4C75-7CF6-4B30-9A7E-D8B5D25EB75A}
157155
{84EB3D08-249C-4900-8E17-832EC2DB5494} = {CDFD4C75-7CF6-4B30-9A7E-D8B5D25EB75A}
158156
{CF8A9A95-4825-47E0-86E7-2788A2127BE1} = {CDFD4C75-7CF6-4B30-9A7E-D8B5D25EB75A}
159-
{E1784FF1-A4FC-49E7-857F-59677B4BEF9A} = {F8EE8587-579C-E9CA-BFA7-D4EB0C8B506E}
160-
{07994ECA-ABC8-453C-8882-A7AA40B47B75} = {EB808B23-4039-57BF-39D0-8ACE41B9711F}
157+
{5877BB5F-DAF0-459F-A08E-9863A8386829} = {F8EE8587-579C-E9CA-BFA7-D4EB0C8B506E}
161158
EndGlobalSection
162159
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: 10/9/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 = '5.3.0'; })
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'
@@ -167,7 +168,7 @@ PrivateData = @{
167168

168169
} # End of PSData hashtable
169170

170-
} # End of PrivateData hashtable
171+
} # End of PrivateData hashtable
171172

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

src/Workloads/Workloads/help/Az.Workloads.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Gets the sizing recommendations.
4242
Get a list of SAP supported SKUs for ASCS, Application and Database tier.
4343

4444
### [New-AzWorkloadsMonitor](New-AzWorkloadsMonitor.md)
45-
Creates a SAP monitor for the specified subscription, resource group, and resource name.
45+
Create a SAP monitor for the specified subscription, resource group, and resource name.
4646

4747
### [New-AzWorkloadsProviderDB2InstanceObject](New-AzWorkloadsProviderDB2InstanceObject.md)
4848
Create an in-memory object for DB2ProviderInstanceProperties.
@@ -51,7 +51,7 @@ Create an in-memory object for DB2ProviderInstanceProperties.
5151
Create an in-memory object for HanaDbProviderInstanceProperties.
5252

5353
### [New-AzWorkloadsProviderInstance](New-AzWorkloadsProviderInstance.md)
54-
Creates a provider instance for the specified subscription, resource group, SAP monitor name, and resource name.
54+
Create a provider instance for the specified subscription, resource group, SAP monitor name, and resource name.
5555

5656
### [New-AzWorkloadsProviderPrometheusHaClusterInstanceObject](New-AzWorkloadsProviderPrometheusHaClusterInstanceObject.md)
5757
Create an in-memory object for PrometheusHaClusterProviderInstanceProperties.
@@ -66,7 +66,7 @@ Create an in-memory object for SapNetWeaverProviderInstanceProperties.
6666
Create an in-memory object for MsSqlServerProviderInstanceProperties.
6767

6868
### [New-AzWorkloadsSapLandscapeMonitor](New-AzWorkloadsSapLandscapeMonitor.md)
69-
Creates a SAP Landscape Monitor Dashboard for the specified subscription, resource group, and resource name.
69+
Create a SAP Landscape Monitor Dashboard for the specified subscription, resource group, and resource name.
7070

7171
### [New-AzWorkloadsSapLandscapeMonitorMetricThresholdsObject](New-AzWorkloadsSapLandscapeMonitorMetricThresholdsObject.md)
7272
Create an in-memory object for SapLandscapeMonitorMetricThresholds.
@@ -114,7 +114,10 @@ Stops the database instance of the SAP system.
114114
Stops the SAP Application, that is the Application server instances and Central Services instance.
115115

116116
### [Update-AzWorkloadsMonitor](Update-AzWorkloadsMonitor.md)
117-
Patches the Tags field of a SAP monitor for the specified subscription, resource group, and SAP monitor name.
117+
Update a SAP monitor for the specified subscription, resource group, and resource name.
118+
119+
### [Update-AzWorkloadsProviderInstance](Update-AzWorkloadsProviderInstance.md)
120+
Update a provider instance for the specified subscription, resource group, SAP monitor name, and resource name.
118121

119122
### [Update-AzWorkloadsSapApplicationInstance](Update-AzWorkloadsSapApplicationInstance.md)
120123
Puts the SAP Application Server Instance resource.

0 commit comments

Comments
 (0)