Skip to content

Commit f2caabc

Browse files
committed
update solution
1 parent 2f007c1 commit f2caabc

File tree

5 files changed

+39
-25
lines changed

5 files changed

+39
-25
lines changed

src/Monitor/Monitor.sln

Lines changed: 30 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
44
VisualStudioVersion = 17.0.31903.59
@@ -63,11 +63,11 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.DiagnosticSetting", "..\
6363
EndProject
6464
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "MonitorWorkspace.Autorest", "MonitorWorkspace.Autorest", "{635E4282-7AFB-1B5B-749B-823438FF2057}"
6565
EndProject
66-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.MonitorWorkspace", "MonitorWorkspace.Autorest\Az.MonitorWorkspace.csproj", "{B97A8A95-CCBB-421E-8586-AFCED12A1737}"
66+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.MonitorWorkspace", "..\..\generated\Monitor\MonitorWorkspace.Autorest\Az.MonitorWorkspace.csproj", "{3BDF8EC5-1C35-4425-AB3C-6EF677F618E2}"
6767
EndProject
6868
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ScheduledQueryRule.Autorest", "ScheduledQueryRule.Autorest", "{DFE9A16E-4879-AFA3-BD8B-DBC73F42D0CA}"
6969
EndProject
70-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.ScheduledQueryRule", "..\..\generated\Monitor\ScheduledQueryRule.Autorest\Az.ScheduledQueryRule.csproj", "{06A6C26A-544F-4D45-B7D0-325BD3C7F032}"
70+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.ScheduledQueryRule", "..\..\generated\Monitor\ScheduledQueryRule.Autorest\Az.ScheduledQueryRule.csproj", "{0319911B-F2AD-483F-AC8B-9EA44666E545}"
7171
EndProject
7272
Global
7373
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -331,6 +331,18 @@ Global
331331
{88085FD3-B4EE-4AC4-94B7-D1D2A9A18033}.Release|x64.Build.0 = Release|Any CPU
332332
{88085FD3-B4EE-4AC4-94B7-D1D2A9A18033}.Release|x86.ActiveCfg = Release|Any CPU
333333
{88085FD3-B4EE-4AC4-94B7-D1D2A9A18033}.Release|x86.Build.0 = Release|Any CPU
334+
{3BDF8EC5-1C35-4425-AB3C-6EF677F618E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
335+
{3BDF8EC5-1C35-4425-AB3C-6EF677F618E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
336+
{3BDF8EC5-1C35-4425-AB3C-6EF677F618E2}.Debug|x64.ActiveCfg = Debug|Any CPU
337+
{3BDF8EC5-1C35-4425-AB3C-6EF677F618E2}.Debug|x64.Build.0 = Debug|Any CPU
338+
{3BDF8EC5-1C35-4425-AB3C-6EF677F618E2}.Debug|x86.ActiveCfg = Debug|Any CPU
339+
{3BDF8EC5-1C35-4425-AB3C-6EF677F618E2}.Debug|x86.Build.0 = Debug|Any CPU
340+
{3BDF8EC5-1C35-4425-AB3C-6EF677F618E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
341+
{3BDF8EC5-1C35-4425-AB3C-6EF677F618E2}.Release|Any CPU.Build.0 = Release|Any CPU
342+
{3BDF8EC5-1C35-4425-AB3C-6EF677F618E2}.Release|x64.ActiveCfg = Release|Any CPU
343+
{3BDF8EC5-1C35-4425-AB3C-6EF677F618E2}.Release|x64.Build.0 = Release|Any CPU
344+
{3BDF8EC5-1C35-4425-AB3C-6EF677F618E2}.Release|x86.ActiveCfg = Release|Any CPU
345+
{3BDF8EC5-1C35-4425-AB3C-6EF677F618E2}.Release|x86.Build.0 = Release|Any CPU
334346
{B97A8A95-CCBB-421E-8586-AFCED12A1737}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
335347
{B97A8A95-CCBB-421E-8586-AFCED12A1737}.Debug|Any CPU.Build.0 = Debug|Any CPU
336348
{B97A8A95-CCBB-421E-8586-AFCED12A1737}.Debug|x64.ActiveCfg = Debug|Any CPU
@@ -343,18 +355,18 @@ Global
343355
{B97A8A95-CCBB-421E-8586-AFCED12A1737}.Release|x64.Build.0 = Release|Any CPU
344356
{B97A8A95-CCBB-421E-8586-AFCED12A1737}.Release|x86.ActiveCfg = Release|Any CPU
345357
{B97A8A95-CCBB-421E-8586-AFCED12A1737}.Release|x86.Build.0 = Release|Any CPU
346-
{06A6C26A-544F-4D45-B7D0-325BD3C7F032}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
347-
{06A6C26A-544F-4D45-B7D0-325BD3C7F032}.Debug|Any CPU.Build.0 = Debug|Any CPU
348-
{06A6C26A-544F-4D45-B7D0-325BD3C7F032}.Debug|x64.ActiveCfg = Debug|Any CPU
349-
{06A6C26A-544F-4D45-B7D0-325BD3C7F032}.Debug|x64.Build.0 = Debug|Any CPU
350-
{06A6C26A-544F-4D45-B7D0-325BD3C7F032}.Debug|x86.ActiveCfg = Debug|Any CPU
351-
{06A6C26A-544F-4D45-B7D0-325BD3C7F032}.Debug|x86.Build.0 = Debug|Any CPU
352-
{06A6C26A-544F-4D45-B7D0-325BD3C7F032}.Release|Any CPU.ActiveCfg = Release|Any CPU
353-
{06A6C26A-544F-4D45-B7D0-325BD3C7F032}.Release|Any CPU.Build.0 = Release|Any CPU
354-
{06A6C26A-544F-4D45-B7D0-325BD3C7F032}.Release|x64.ActiveCfg = Release|Any CPU
355-
{06A6C26A-544F-4D45-B7D0-325BD3C7F032}.Release|x64.Build.0 = Release|Any CPU
356-
{06A6C26A-544F-4D45-B7D0-325BD3C7F032}.Release|x86.ActiveCfg = Release|Any CPU
357-
{06A6C26A-544F-4D45-B7D0-325BD3C7F032}.Release|x86.Build.0 = Release|Any CPU
358+
{0319911B-F2AD-483F-AC8B-9EA44666E545}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
359+
{0319911B-F2AD-483F-AC8B-9EA44666E545}.Debug|Any CPU.Build.0 = Debug|Any CPU
360+
{0319911B-F2AD-483F-AC8B-9EA44666E545}.Debug|x64.ActiveCfg = Debug|Any CPU
361+
{0319911B-F2AD-483F-AC8B-9EA44666E545}.Debug|x64.Build.0 = Debug|Any CPU
362+
{0319911B-F2AD-483F-AC8B-9EA44666E545}.Debug|x86.ActiveCfg = Debug|Any CPU
363+
{0319911B-F2AD-483F-AC8B-9EA44666E545}.Debug|x86.Build.0 = Debug|Any CPU
364+
{0319911B-F2AD-483F-AC8B-9EA44666E545}.Release|Any CPU.ActiveCfg = Release|Any CPU
365+
{0319911B-F2AD-483F-AC8B-9EA44666E545}.Release|Any CPU.Build.0 = Release|Any CPU
366+
{0319911B-F2AD-483F-AC8B-9EA44666E545}.Release|x64.ActiveCfg = Release|Any CPU
367+
{0319911B-F2AD-483F-AC8B-9EA44666E545}.Release|x64.Build.0 = Release|Any CPU
368+
{0319911B-F2AD-483F-AC8B-9EA44666E545}.Release|x86.ActiveCfg = Release|Any CPU
369+
{0319911B-F2AD-483F-AC8B-9EA44666E545}.Release|x86.Build.0 = Release|Any CPU
358370
EndGlobalSection
359371
GlobalSection(SolutionProperties) = preSolution
360372
HideSolutionNode = FALSE
@@ -378,8 +390,10 @@ Global
378390
{A55047D2-EBBB-4C25-BD5E-52FEF9E5C627} = {0832AC06-44A1-FEDA-3879-082134F4AAB5}
379391
{81F263BA-D395-42CB-A7E0-AFC20029C4BC} = {F5B68159-9278-7C75-41B6-315547561DBE}
380392
{88085FD3-B4EE-4AC4-94B7-D1D2A9A18033} = {4644B825-05AB-0B45-5567-89C0D700A638}
393+
{3BDF8EC5-1C35-4425-AB3C-6EF677F618E2} = {635E4282-7AFB-1B5B-749B-823438FF2057}
381394
{B97A8A95-CCBB-421E-8586-AFCED12A1737} = {635E4282-7AFB-1B5B-749B-823438FF2057}
382-
{06A6C26A-544F-4D45-B7D0-325BD3C7F032} = {DFE9A16E-4879-AFA3-BD8B-DBC73F42D0CA}
395+
396+
{0319911B-F2AD-483F-AC8B-9EA44666E545} = {DFE9A16E-4879-AFA3-BD8B-DBC73F42D0CA}
383397
EndGlobalSection
384398
GlobalSection(ExtensibilityGlobals) = postSolution
385399
SolutionGuid = {F718DE3F-FFE5-495E-949B-084513A4C606}

src/Monitor/Monitor/Az.Monitor.psd1

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

99
@{
@@ -68,10 +68,10 @@ RequiredAssemblies = 'ActionGroup.Autorest/bin/Az.ActionGroup.private.dll',
6868
'ScheduledQueryRule.Autorest/bin/Az.ScheduledQueryRule.private.dll'
6969

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

7373
# Type files (.ps1xml) to be loaded when importing this module
74-
# TypesToProcess = @()
74+
TypesToProcess = @()
7575

7676
# Format files (.ps1xml) to be loaded when importing this module
7777
FormatsToProcess = 'ActionGroup.Autorest/Az.ActionGroup.format.ps1xml',
@@ -198,7 +198,7 @@ PrivateData = @{
198198
PSData = @{
199199

200200
# Tags applied to this module. These help with module discovery in online galleries.
201-
Tags = 'Azure','ResourceManager','ARM','Monitor'
201+
Tags = 'Azure', 'ResourceManager', 'ARM', 'Monitor'
202202

203203
# A URL to the license for this module.
204204
LicenseUri = 'https://aka.ms/azps-license'
@@ -249,7 +249,7 @@ PrivateData = @{
249249

250250
} # End of PSData hashtable
251251

252-
} # End of PrivateData hashtable
252+
} # End of PrivateData hashtable
253253

254254
# HelpInfo URI of this module
255255
# HelpInfoURI = ''

src/Monitor/ScheduledQueryRule.Autorest/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © Microsoft")]
2121
[assembly: System.Reflection.AssemblyProductAttribute("Microsoft Azure PowerShell")]
2222
[assembly: System.Reflection.AssemblyTitleAttribute("Microsoft Azure PowerShell - ScheduledQueryRule")]
23-
[assembly: System.Reflection.AssemblyFileVersionAttribute("6.0.2")]
24-
[assembly: System.Reflection.AssemblyVersionAttribute("6.0.2")]
23+
[assembly: System.Reflection.AssemblyFileVersionAttribute("6.0.3")]
24+
[assembly: System.Reflection.AssemblyVersionAttribute("6.0.3")]
2525
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
2626
[assembly: System.CLSCompliantAttribute(false)]

src/Monitor/ScheduledQueryRule.Autorest/docs/Az.ScheduledQueryRule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
Module Name: Az.ScheduledQueryRule
3-
Module Guid: aeb0fd87-a465-4506-bb68-e52216f0af1d
3+
Module Guid: c4b4ebbe-2687-4d11-a069-46f874c1fc2c
44
Download Help Link: https://learn.microsoft.com/powershell/module/az.scheduledqueryrule
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": "1c095d4e-c0d3-44fd-8353-e3720cfa5012"
2+
"generate_Id": "426487d3-fded-40e7-a1b9-f93765db761a"
33
}

0 commit comments

Comments
 (0)