Skip to content

Commit d8c1524

Browse files
authored
[Monitor] Az.Monitor 4.1.0-preview release (#19315)
* Az.Monitor 4.1.0 preview release * temporarily comment Az.Monitor for sign pipeline * add Az.Monitor back to Az.psd1
1 parent 0d6e22b commit d8c1524

File tree

8 files changed

+28
-23
lines changed

8 files changed

+28
-23
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
[assembly: ComVisible(false)]
2525
[assembly: CLSCompliant(false)]
2626
[assembly: Guid("68c9e5fe-3c10-46ed-b371-9a8c93ad49c7")]
27-
[assembly: AssemblyVersion("4.0.0")]
28-
[assembly: AssemblyFileVersion("4.0.0")]
27+
[assembly: AssemblyVersion("4.1.0")]
28+
[assembly: AssemblyFileVersion("4.1.0")]

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
[assembly: ComVisible(false)]
2525
[assembly: CLSCompliant(false)]
2626
[assembly: Guid("79a49907-5281-40df-89a6-b706a11f0b41")]
27-
[assembly: AssemblyVersion("0.1.0")]
28-
[assembly: AssemblyFileVersion("0.1.0")]
27+
[assembly: AssemblyVersion("4.1.0")]
28+
[assembly: AssemblyFileVersion("4.1.0")]

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
[assembly: ComVisible(false)]
2525
[assembly: CLSCompliant(false)]
2626
[assembly: Guid("c0565a0c-7066-46c4-9090-0c88e7d16c5f")]
27-
[assembly: AssemblyVersion("0.1.0")]
28-
[assembly: AssemblyFileVersion("0.1.0")]
27+
[assembly: AssemblyVersion("4.1.0")]
28+
[assembly: AssemblyFileVersion("4.1.0")]

src/Monitor/Monitor/Az.Monitor.psd1

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 8/24/2022
6+
# Generated on: 8/25/2022
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '4.0.0'
15+
ModuleVersion = '4.1.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -110,13 +110,13 @@ FunctionsToExport = 'Get-AzActivityLogAlert', 'New-AzActivityLogAlert',
110110
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
111111
CmdletsToExport = 'Get-AzMetricDefinition', 'Get-AzMetric', 'Remove-AzLogProfile',
112112
'Get-AzLogProfile', 'Add-AzLogProfile', 'Get-AzActivityLog',
113-
'Get-AzAutoscaleHistory',
114-
'Add-AzMetricAlertRule', 'Add-AzWebtestAlertRule',
115-
'Get-AzAlertHistory', 'Get-AzAlertRule', 'New-AzAlertRuleEmail',
116-
'New-AzAlertRuleWebhook', 'Remove-AzAlertRule',
117-
'New-AzActionGroupReceiver', 'Set-AzActionGroup', 'Get-AzActionGroup',
118-
'Remove-AzActionGroup', 'New-AzMetricFilter',
119-
'Add-AzMetricAlertRuleV2', 'Get-AzMetricAlertRuleV2',
113+
'Get-AzAutoscaleHistory', 'Add-AzMetricAlertRule',
114+
'Add-AzWebtestAlertRule', 'Get-AzAlertHistory', 'Get-AzAlertRule',
115+
'New-AzAlertRuleEmail', 'New-AzAlertRuleWebhook',
116+
'Remove-AzAlertRule', 'New-AzActionGroupReceiver',
117+
'Set-AzActionGroup', 'Get-AzActionGroup', 'Remove-AzActionGroup',
118+
'New-AzMetricFilter', 'Add-AzMetricAlertRuleV2',
119+
'Get-AzMetricAlertRuleV2',
120120
'New-AzMetricAlertRuleV2DimensionSelection',
121121
'New-AzMetricAlertRuleV2Criteria', 'Remove-AzMetricAlertRuleV2',
122122
'New-AzInsightsPrivateLinkScope', 'Get-AzInsightsPrivateLinkScope',
@@ -153,7 +153,7 @@ PrivateData = @{
153153
PSData = @{
154154

155155
# Tags applied to this module. These help with module discovery in online galleries.
156-
Tags = 'Azure', 'ResourceManager', 'ARM', 'Monitor'
156+
Tags = 'Azure','ResourceManager','ARM','Monitor'
157157

158158
# A URL to the license for this module.
159159
LicenseUri = 'https://aka.ms/azps-license'
@@ -165,7 +165,9 @@ PrivateData = @{
165165
# IconUri = ''
166166

167167
# ReleaseNotes of this module
168-
ReleaseNotes = '* Upgraded API version for ActivityLogAlert from 2017-04-01 to 2020-10-01'
168+
ReleaseNotes = '* Upgraded API version for DiagnosticSetting from 2017-05-01-preview to 2021-05-01-preview
169+
* Upgraded API version for ScheduledQueryRule from 2018-04-16 to 2021-08-01
170+
* Upgrade API version for Autoscale from 2015-04-01 to 2022-10-01'
169171

170172
# Prerelease string of this module
171173
Prerelease = 'preview'
@@ -178,7 +180,7 @@ PrivateData = @{
178180

179181
} # End of PSData hashtable
180182

181-
} # End of PrivateData hashtable
183+
} # End of PrivateData hashtable
182184

183185
# HelpInfo URI of this module
184186
# HelpInfoURI = ''

src/Monitor/Monitor/ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,11 @@
1919
-->
2020

2121
## Upcoming Release
22+
23+
## Version 4.1.0
2224
* Upgraded API version for DiagnosticSetting from 2017-05-01-preview to 2021-05-01-preview
2325
* Upgraded API version for ScheduledQueryRule from 2018-04-16 to 2021-08-01
26+
* Upgrade API version for Autoscale from 2015-04-01 to 2022-10-01
2427

2528
## Version 4.0.0
2629
* Upgraded API version for ActivityLogAlert from 2017-04-01 to 2020-10-01

src/Monitor/Monitor/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
[assembly: ComVisible(false)]
2525
[assembly: CLSCompliant(false)]
2626
[assembly: Guid("ed102280-3577-49bf-93dd-11b6e3a44a57")]
27-
[assembly: AssemblyVersion("4.0.0")]
28-
[assembly: AssemblyFileVersion("4.0.0")]
27+
[assembly: AssemblyVersion("4.1.0")]
28+
[assembly: AssemblyFileVersion("4.1.0")]

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
[assembly: ComVisible(false)]
2525
[assembly: CLSCompliant(false)]
2626
[assembly: Guid("60e17e57-5f4f-4fa2-809f-6d1b00f496a9")]
27-
[assembly: AssemblyVersion("0.1.0")]
28-
[assembly: AssemblyFileVersion("0.1.0")]
27+
[assembly: AssemblyVersion("4.1.0")]
28+
[assembly: AssemblyFileVersion("4.1.0")]

tools/Az/Az.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.9.0'; },
9898
@{ModuleName = 'Az.MarketplaceOrdering'; RequiredVersion = '1.0.2'; },
9999
@{ModuleName = 'Az.Media'; RequiredVersion = '1.1.1'; },
100100
@{ModuleName = 'Az.Migrate'; RequiredVersion = '1.1.2'; },
101-
@{ModuleName = 'Az.Monitor'; RequiredVersion = '3.0.1'; },
101+
@{ModuleName = 'Az.Monitor'; RequiredVersion = '4.1.0'; },
102102
@{ModuleName = 'Az.MySql'; RequiredVersion = '1.0.0'; },
103103
@{ModuleName = 'Az.Network'; RequiredVersion = '4.18.0'; },
104104
@{ModuleName = 'Az.NotificationHubs'; RequiredVersion = '1.1.1'; },

0 commit comments

Comments
 (0)