Skip to content

Version update and VersionController fix #7025

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Aug 23, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed Network release notes.
  • Loading branch information
MiYanni committed Aug 23, 2018
commit 03862f0ada68eaf0180d9d257fdc92cdc88a5fce
3 changes: 3 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
#### AzureRM.IotHub
* Fix examples for New-AzureRmIotHubExportDevices and New-AzureRmIotHubImportDevices

#### AzureRM.Network
* Changed default models representation to table-view

#### AzureRM.PowerBIEmbedded
* Fix failure in Update-AzureRmPowerBIEmbeddedCapacity when trying to scale paused capacity

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,8 @@ PrivateData = @{
# IconUri = ''

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

# Prerelease string of this module
# Prerelease = ''
Expand Down
2 changes: 1 addition & 1 deletion src/ResourceManager/Network/Commands.Network/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

## Version 6.6.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we move up the comment on * Changed default models representation to table-view into this release, and make sure it is in AzureRM.psd1 and AzureRM.Network.psd1?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

* Fixed issue with default resource groups not being set.
* Changed default models representation to table-view

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

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