Skip to content

Commit 03862f0

Browse files
committed
Fixed Network release notes.
1 parent f14b6fc commit 03862f0

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
#### AzureRM.IotHub
1414
* Fix examples for New-AzureRmIotHubExportDevices and New-AzureRmIotHubImportDevices
1515

16+
#### AzureRM.Network
17+
* Changed default models representation to table-view
18+
1619
#### AzureRM.PowerBIEmbedded
1720
* Fix failure in Update-AzureRmPowerBIEmbeddedCapacity when trying to scale paused capacity
1821

src/ResourceManager/Network/Commands.Network/AzureRM.Network.psd1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,8 @@ PrivateData = @{
364364
# IconUri = ''
365365

366366
# ReleaseNotes of this module
367-
ReleaseNotes = '* Fixed issue with default resource groups not being set.'
367+
ReleaseNotes = '* Fixed issue with default resource groups not being set.
368+
* Changed default models representation to table-view'
368369

369370
# Prerelease string of this module
370371
# Prerelease = ''

src/ResourceManager/Network/Commands.Network/ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
## Version 6.6.0
2424
* Fixed issue with default resource groups not being set.
25+
* Changed default models representation to table-view
2526

2627
## Version 6.5.0
2728
* Added example for Set-AzureRmLocalNetworkGateway
@@ -34,7 +35,6 @@
3435
* Clarified error message for Get-AzureRmVirtualNetworkSubnetConfig when attempting to get a subnet that does not exist
3536
* Improved exception messages: added more details to output
3637
* Dropped outdated warnings
37-
* Changed default models representation to table-view
3838

3939
## Version 6.4.1
4040
* Updated all help files to include full parameter types and correct input/output types.

0 commit comments

Comments
 (0)