File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
src/ResourceManager/Network/Commands.Network Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 13
13
#### AzureRM.IotHub
14
14
* Fix examples for New-AzureRmIotHubExportDevices and New-AzureRmIotHubImportDevices
15
15
16
+ #### AzureRM.Network
17
+ * Changed default models representation to table-view
18
+
16
19
#### AzureRM.PowerBIEmbedded
17
20
* Fix failure in Update-AzureRmPowerBIEmbeddedCapacity when trying to scale paused capacity
18
21
Original file line number Diff line number Diff line change @@ -364,7 +364,8 @@ PrivateData = @{
364
364
# IconUri = ''
365
365
366
366
# 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'
368
369
369
370
# Prerelease string of this module
370
371
# Prerelease = ''
Original file line number Diff line number Diff line change 22
22
23
23
## Version 6.6.0
24
24
* Fixed issue with default resource groups not being set.
25
+ * Changed default models representation to table-view
25
26
26
27
## Version 6.5.0
27
28
* Added example for Set-AzureRmLocalNetworkGateway
34
35
* Clarified error message for Get-AzureRmVirtualNetworkSubnetConfig when attempting to get a subnet that does not exist
35
36
* Improved exception messages: added more details to output
36
37
* Dropped outdated warnings
37
- * Changed default models representation to table-view
38
38
39
39
## Version 6.4.1
40
40
* Updated all help files to include full parameter types and correct input/output types.
You can’t perform that action at this time.
0 commit comments