|
3 | 3 | #
|
4 | 4 | # Generated by: Microsoft Corporation
|
5 | 5 | #
|
6 |
| -# Generated on: 8/22/2018 |
| 6 | +# Generated on: 8/28/2018 |
7 | 7 | #
|
8 | 8 |
|
9 | 9 | @{
|
|
12 | 12 | # RootModule = ''
|
13 | 13 |
|
14 | 14 | # Version number of this module.
|
15 |
| -ModuleVersion = '6.8.0' |
| 15 | +ModuleVersion = '6.8.1' |
16 | 16 |
|
17 | 17 | # Supported PSEditions
|
18 | 18 | # CompatiblePSEditions = @()
|
@@ -160,47 +160,54 @@ PrivateData = @{
|
160 | 160 | # IconUri = ''
|
161 | 161 |
|
162 | 162 | # ReleaseNotes of this module
|
163 |
| - ReleaseNotes = '6.8.0 - August 2018 |
| 163 | + ReleaseNotes = '6.8.1 - August 2018 |
164 | 164 | General
|
165 | 165 | * 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 |
166 | 180 |
|
167 |
| -AzureRM.Profile |
168 |
| -* Added expiration property to tokens returned during Connect-AzureRmAccount |
169 | 181 |
|
170 | 182 | AzureRM.Compute
|
171 | 183 | * Fixed the issue that target is missing in error output.
|
172 | 184 | * Fixed issue with storage account type for VM with managed disk
|
| 185 | +* Fixed issue with default resource groups not being set. |
173 | 186 | * Fix AEM Extension cmdlets for other environments, for example Azure China
|
174 | 187 |
|
175 |
| -AzureRM.IotHub |
176 |
| -* Fix examples for New-AzureRmIotHubExportDevices and New-AzureRmIotHubImportDevices |
177 |
| -
|
178 | 188 | AzureRM.Network
|
179 |
| -* Changed default models representation to table-view |
| 189 | + * Changed default display format for output types to Table |
180 | 190 |
|
181 | 191 | AzureRM.PowerBIEmbedded
|
182 | 192 | * Fix failure in Update-AzureRmPowerBIEmbeddedCapacity when trying to scale paused capacity
|
183 | 193 |
|
184 | 194 | AzureRM.Resources
|
185 |
| -* Fixed issue with creating managed application from the MarketPlace. |
| 195 | +* Fixed issue with creating managed applications from the MarketPlace. |
186 | 196 |
|
187 | 197 | AzureRM.ServiceBus
|
188 |
| -* Fix for issues |
| 198 | +* Fixed issues |
189 | 199 | - https://github.com/Azure/azure-powershell/issues/5058
|
190 | 200 | - https://github.com/Azure/azure-powershell/issues/5055
|
191 | 201 | - https://github.com/Azure/azure-powershell/issues/6891
|
192 | 202 |
|
193 | 203 | AzureRM.TrafficManager
|
194 |
| -* Support for the MultiValue routing method |
| 204 | +* Added Support for the MultiValue routing method |
195 | 205 | - New parameter ''MaxReturn'' for MultiValue routing
|
196 |
| -* Support for the Subnet routing method |
| 206 | +* Added Support for the Subnet routing method |
197 | 207 | - 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 |
204 | 211 | '
|
205 | 212 |
|
206 | 213 | # Prerelease string of this module
|
|
0 commit comments