Skip to content

Commit 9f8686f

Browse files
committed
merged change log and psd1 with AzureMaster
1 parent 12819a7 commit 9f8686f

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

src/Peering/Peering/Az.Peering.psd1

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

99
@{
@@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
5353
# ProcessorArchitecture = ''
5454

5555
# Modules that must be imported into the global environment prior to importing this module
56-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.5.2'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.5.0'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = '.\Microsoft.Azure.Management.Peering.dll', '.\AutoMapper.dll'
@@ -121,7 +121,8 @@ PrivateData = @{
121121
# IconUri = ''
122122

123123
# ReleaseNotes of this module
124-
ReleaseNotes = '* Preview Release for Microsoft Peering Service'
124+
ReleaseNotes = '* Update version of AutoMapper library used
125+
* Fix case sensitivity bug in ''Get-AzPeeringLocation'' for ''-Kind'' parameter'
125126

126127
# Prerelease string of this module
127128
# Prerelease = ''

src/Peering/Peering/ChangeLog.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,11 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21-
* Bug Fix in IP Prefix validation to allow 0/30 for DirectConnection
21+
* Bug fix in IP Prefix validation to allow 0/30 for DirectConnection
22+
* Bug fix to handle error messages from ARM and ERM
23+
* Added Verbose comments for debugging
2224
## Version 0.1.1
23-
* Updated Automapper 6.2.0 -> 6.2.2
24-
* Bug fix in Get-AzPeeringLocation that made Kind case sensative.
25+
* Update version of AutoMapper library used
26+
* Fix case sensitivity bug in `Get-AzPeeringLocation` for `-Kind` parameter
2527
## Version 0.1.0
2628
* Preview release for Microsoft Peering Service module

0 commit comments

Comments
 (0)