Skip to content

Commit a7c2755

Browse files
author
maddieclayton
committed
Versioning
1 parent 7ab45af commit a7c2755

File tree

3 files changed

+6
-12
lines changed

3 files changed

+6
-12
lines changed

src/ResourceManager/TrafficManager/Commands.TrafficManager2/AzureRM.TrafficManager.psd1

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '4.1.1'
15+
ModuleVersion = '4.1.2'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -128,15 +128,7 @@ PrivateData = @{
128128
# IconUri = ''
129129

130130
# ReleaseNotes of this module
131-
ReleaseNotes = '* Added Support for the MultiValue routing method
132-
- New parameter ''MaxReturn'' for MultiValue routing
133-
* Added Support for the Subnet routing method
134-
- Support for IP address ranges (subnets) in endpoints
135-
* Added Support for Custom Headers in profiles
136-
* Added Support for Expected status code ranges in profiles
137-
* Added Support for Custom Headers in endpoints
138-
* Fixed issue with default resource groups not being set.
139-
* Updated common runtime assemblies'
131+
ReleaseNotes = '* Fixed issue with serializing id, name and type properties of resources.'
140132

141133
# Prerelease string of this module
142134
# Prerelease = ''

src/ResourceManager/TrafficManager/Commands.TrafficManager2/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21+
22+
## Version 4.1.2
2123
* Fixed issue with serializing id, name and type properties of resources.
2224

2325
## Version 4.1.1

src/ResourceManager/TrafficManager/Commands.TrafficManager2/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
[assembly: ComVisible(false)]
2626
[assembly: CLSCompliant(false)]
2727
[assembly: Guid("be2ca022-590c-48ba-b465-9ab61d6e2ea0")]
28-
[assembly: AssemblyVersion("4.1.1")]
29-
[assembly: AssemblyFileVersion("4.1.1")]
28+
[assembly: AssemblyVersion("4.1.2")]
29+
[assembly: AssemblyFileVersion("4.1.2")]
3030
#if SIGN
3131
[assembly: InternalsVisibleTo("Microsoft.Azure.Commands.TrafficManager.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
3232
#else

0 commit comments

Comments
 (0)