Skip to content

Commit 49327a7

Browse files
committed
Update AzureRM and changelog for 6.8.1
1 parent 9d2504d commit 49327a7

File tree

2 files changed

+77
-20
lines changed

2 files changed

+77
-20
lines changed

ChangeLog.md

Lines changed: 51 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,54 @@
1-
## 6.8.0 - August 2018
1+
## 6.8.1 - August 2018
2+
#### General
3+
* Fixed issue with default resource groups not being set.
4+
* Updated common runtime assemblies
5+
6+
#### AzureRM.ApiManagement
7+
* Fixed issue with default resource groups not being set.
8+
* Fixed issue https://github.com/Azure/azure-powershell/issues/6603
9+
- Import-AzureRmApiManagementApi and *-AzureRmApiManagementCertificate cmdlets now handle relative Paths
10+
* Fixed issue https://github.com/Azure/azure-powershell/issues/6879
11+
- The CertificateInformation is a settable property allowing for Set-AzureRmApiManagement cmdlet to work property. Fixed by upgrading to
12+
4.0.4-preview nuget
13+
* Fixed issue https://github.com/Azure/azure-powershell/issues/6853
14+
- Fixed the Odata filter for Search by Name on Product
15+
* Fixed issue https://github.com/Azure/azure-powershell/issues/6814
16+
- Fixed the Odata filter for Search by Name on Api
17+
* Added support for AzureMonitor logger
18+
19+
20+
#### AzureRM.Compute
21+
* Fixed the issue that target is missing in error output.
22+
* Fixed issue with storage account type for VM with managed disk
23+
* Fixed issue with default resource groups not being set.
24+
* Fix AEM Extension cmdlets for other environments, for example Azure China
25+
26+
#### AzureRM.Network
27+
* Changed default cmdlet output presentation to table view
28+
29+
#### AzureRM.PowerBIEmbedded
30+
* Fix failure in Update-AzureRmPowerBIEmbeddedCapacity when trying to scale paused capacity
31+
32+
33+
#### AzureRM.Resources
34+
* Fixed issue with creating managed applications from the MarketPlace.
35+
36+
#### AzureRM.ServiceBus
37+
* Fixed issues
38+
- https://github.com/Azure/azure-powershell/issues/5058
39+
- https://github.com/Azure/azure-powershell/issues/5055
40+
- https://github.com/Azure/azure-powershell/issues/6891
41+
42+
#### AzureRM.TrafficManager
43+
* Added Support for the MultiValue routing method
44+
- New parameter 'MaxReturn' for MultiValue routing
45+
* Added Support for the Subnet routing method
46+
- Support for IP address ranges (subnets) in endpoints
47+
* Added Support for Custom Headers in profiles
48+
* Added Support for Expected status code ranges in profiles
49+
* Added Support for Custom Headers in endpoints
50+
51+
## 6.8.0 - August 2018
252
#### General
353
* Fixed issue with default resource groups not being set.
454

tools/AzureRM/AzureRM.psd1

Lines changed: 26 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 8/22/2018
6+
# Generated on: 8/28/2018
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '6.8.0'
15+
ModuleVersion = '6.8.1'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -160,47 +160,54 @@ PrivateData = @{
160160
# IconUri = ''
161161

162162
# ReleaseNotes of this module
163-
ReleaseNotes = '6.8.0 - August 2018
163+
ReleaseNotes = '6.8.1 - August 2018
164164
General
165165
* Fixed issue with default resource groups not being set.
166+
* Updated common runtime assemblies
167+
168+
169+
AzureRM.ApiManagement
170+
* Fixed issue https://github.com/Azure/azure-powershell/issues/6603
171+
- Import-AzureRmApiManagementApi and *-AzureRmApiManagementCertificate cmdlets now handle relative Paths
172+
* Fixed issue https://github.com/Azure/azure-powershell/issues/6879
173+
- The CertificateInformation is a settable property allowing for Set-AzureRmApiManagement cmdlet to work property. Fixed by upgrading to
174+
4.0.4-preview nuget
175+
* Fixed issue https://github.com/Azure/azure-powershell/issues/6853
176+
- Fixed the Odata filter for Search by Name on Product
177+
* Fixed issue https://github.com/Azure/azure-powershell/issues/6814
178+
- Fixed the Odata filter for Search by Name on Api
179+
* Added support for AzureMonitor logger
166180
167-
AzureRM.Profile
168-
* Added expiration property to tokens returned during Connect-AzureRmAccount
169181
170182
AzureRM.Compute
171183
* Fixed the issue that target is missing in error output.
172184
* Fixed issue with storage account type for VM with managed disk
185+
* Fixed issue with default resource groups not being set.
173186
* Fix AEM Extension cmdlets for other environments, for example Azure China
174187
175-
AzureRM.IotHub
176-
* Fix examples for New-AzureRmIotHubExportDevices and New-AzureRmIotHubImportDevices
177-
178188
AzureRM.Network
179-
* Changed default models representation to table-view
189+
* Changed default display format for output types to Table
180190
181191
AzureRM.PowerBIEmbedded
182192
* Fix failure in Update-AzureRmPowerBIEmbeddedCapacity when trying to scale paused capacity
183193
184194
AzureRM.Resources
185-
* Fixed issue with creating managed application from the MarketPlace.
195+
* Fixed issue with creating managed applications from the MarketPlace.
186196
187197
AzureRM.ServiceBus
188-
* Fix for issues
198+
* Fixed issues
189199
- https://github.com/Azure/azure-powershell/issues/5058
190200
- https://github.com/Azure/azure-powershell/issues/5055
191201
- https://github.com/Azure/azure-powershell/issues/6891
192202
193203
AzureRM.TrafficManager
194-
* Support for the MultiValue routing method
204+
* Added Support for the MultiValue routing method
195205
- New parameter ''MaxReturn'' for MultiValue routing
196-
* Support for the Subnet routing method
206+
* Added Support for the Subnet routing method
197207
- Support for IP address ranges (subnets) in endpoints
198-
* Support for Custom Headers in profiles
199-
* Support for Expected status code ranges in profiles
200-
* Support for Custom Headers in endpoints
201-
202-
AzureRM.Websites
203-
* Fixed issue with default resource group being set incorrectly.
208+
* Added Support for Custom Headers in profiles
209+
* Added Support for Expected status code ranges in profiles
210+
* Added Support for Custom Headers in endpoints
204211
'
205212

206213
# Prerelease string of this module

0 commit comments

Comments
 (0)