Skip to content

Commit b46ed2d

Browse files
authored
[Az.Monitor] preview release Az.Monitor-4.0.0-preview (#19145)
* preview release Az.Monitor-3.1.0 * fix psd1 * fix AZPreview.psd1 * fix psd1 * remove unneeded files * fix module version
1 parent bffc5d2 commit b46ed2d

File tree

4 files changed

+12
-10
lines changed

4 files changed

+12
-10
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("0.1.0")]
28-
[assembly: AssemblyFileVersion("0.1.0")]
27+
[assembly: AssemblyVersion("4.0.0")]
28+
[assembly: AssemblyFileVersion("4.0.0")]

src/Monitor/Monitor/Az.Monitor.psd1

Lines changed: 6 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: 8/1/2022
6+
# Generated on: 8/4/2022
77
#
88

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

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

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -143,7 +143,7 @@ PrivateData = @{
143143
PSData = @{
144144

145145
# Tags applied to this module. These help with module discovery in online galleries.
146-
Tags = 'Azure', 'ResourceManager', 'ARM', 'Monitor'
146+
Tags = 'Azure','ResourceManager','ARM','Monitor'
147147

148148
# A URL to the license for this module.
149149
LicenseUri = 'https://aka.ms/azps-license'
@@ -155,10 +155,10 @@ PrivateData = @{
155155
# IconUri = ''
156156

157157
# ReleaseNotes of this module
158-
ReleaseNotes = '* Fixed an issue where users could not correctly ignore warning messages after setting environment variables [#17013]'
158+
ReleaseNotes = '* Upgraded API version for ActivityLogAlert from 2017-04-01 to 2020-10-01'
159159

160160
# Prerelease string of this module
161-
# Prerelease = ''
161+
Prerelease = 'preview'
162162

163163
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
164164
# RequireLicenseAcceptance = $false
@@ -168,7 +168,7 @@ PrivateData = @{
168168

169169
} # End of PSData hashtable
170170

171-
} # End of PrivateData hashtable
171+
} # End of PrivateData hashtable
172172

173173
# HelpInfo URI of this module
174174
# HelpInfoURI = ''

src/Monitor/Monitor/ChangeLog.md

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

2121
## Upcoming Release
22+
23+
## Version 4.0.0
2224
* Upgraded API version for ActivityLogAlert from 2017-04-01 to 2020-10-01
2325

2426
## Version 3.0.2

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("3.0.1")]
28-
[assembly: AssemblyFileVersion("3.0.1")]
27+
[assembly: AssemblyVersion("4.0.0")]
28+
[assembly: AssemblyFileVersion("4.0.0")]

0 commit comments

Comments
 (0)