Skip to content

Commit aeb21ab

Browse files
authored
Merge pull request Azure#9902 from sptramer/2.6.0-copyedit
Copyedit v2.6.0 release notes.
2 parents 1da69b1 + dc49331 commit aeb21ab

File tree

1 file changed

+60
-66
lines changed

1 file changed

+60
-66
lines changed

ChangeLog.md

Lines changed: 60 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -3,114 +3,108 @@
33
* Fixed miscellaneous typos across numerous modules
44

55
#### Az.Accounts
6-
* Support user-assigned MSI in Azure Functiosn Authentication (#9479)
6+
* Added support for user-assigned MSI in Azure Functions authentication (#9479)
77

88
#### Az.Aks
9-
* Fix issue with output for 'Get-AzAks'
10-
* More information here: https://github.com/Azure/azure-powershell/issues/9847
9+
* Fixed issue with output for 'Get-AzAks' ([#9847](https://github.com/Azure/azure-powershell/issues/9847))
1110

1211
#### Az.ApiManagement
13-
* Fix for issue https://github.com/Azure/azure-powershell/issues/9351
14-
- Update .net nuget version, which does not enforce restrictions on productId, apiId, groupId and userId
15-
* **Get-AzApiManagementProduct** - Added support for querying products using Api.
16-
https://github.com/Azure/azure-powershell/issues/9482
17-
* **New-AzApiManagementApiRevision** - Fix for issue where ApiRevisionDescription was not being set when creating new api revision
18-
https://github.com/Azure/azure-powershell/issues/9752
19-
* Fixed typo in model 'PsApiManagementOAuth2AuthrozationServer' to 'PsApiManagementOAuth2AuthorizationServer'
12+
* Fixed issue with whitespace in `productId`, `apiId`, `groupId`, `userId` ([#9351](https://github.com/Azure/azure-powershell/issues/9351))
13+
* **Get-AzApiManagementProduct** - Added support for querying products using API ([#9482](https://github.com/Azure/azure-powershell/issues/9482))
14+
* **New-AzApiManagementApiRevision** - Fixed issue where ApiRevisionDescription was not set when creating new API revision ([#9752](https://github.com/Azure/azure-powershell/issues/9752))
15+
* Fixed typo in model `PsApiManagementOAuth2AuthrozationServer` to `PsApiManagementOAuth2AuthorizationServer`
2016

2117
#### Az.Batch
22-
* Fixed typo in help message and documentation to capitalize Windows
18+
* Fixed typos in help message and documentation
2319

2420
#### Az.Cdn
2521
* Fixed a typo in CDN module conversion helper
2622

2723
#### Az.Compute
28-
* Add VmssId to New-AzVMConfig cmdlet
29-
* Add TerminateScheduledEvents and TerminateScheduledEventNotBeforeTimeoutInMinutes parameters to New-AzVmssConfig and Update-AzVmss
30-
* Add HyperVGeneration property to VM image object
31-
* Add Host and HostGroup features
32-
- New cmdlets:
33-
New-AzHostGroup
34-
New-AzHost
35-
Get-AzHostGroup
36-
Get-AzHost
37-
Remove-AzHostGroup
38-
Remove-AzHost
39-
- HostId parameter is added to New-AzVMConfig and New-AzVM
40-
* Update example in 'Invoke-AzVMRunCommand' documentation to use correct parameter name
41-
* Update '-VolumeType' description in 'Set-AzVMDiskEncryptionExtension' and 'Set-AzVmssDiskEncryptionExtension' reference documentation
24+
* Added VmssId to **New-AzVMConfig** cmdlet
25+
* Added `TerminateScheduledEvents` and `TerminateScheduledEventNotBeforeTimeoutInMinutes` parameters to **New-AzVmssConfig** and **Update-AzVmss**
26+
* Added `HyperVGeneration` property to VM image object
27+
* Added Host and HostGroup features
28+
- New cmdlets:
29+
- **New-AzHostGroup**
30+
- **New-AzHost**
31+
- **Get-AzHostGroup**
32+
- **Get-AzHost**
33+
- **Remove-AzHostGroup**
34+
- **Remove-AzHost**
35+
- Added `HostId` parameter to **New-AzVMConfig** and **New-AzVM**
36+
* Updated example in **Invoke-AzVMRunCommand** documentation to use correct parameter name
37+
* Updated `-VolumeType` description in **Set-AzVMDiskEncryptionExtension** and **Set-AzVmssDiskEncryptionExtension** reference documentation
4238

4339
#### Az.DataFactory
44-
* Fix typo to capitalize 'Windows' in 'New-AzDataFactoryEncryptValue' documentation
40+
* Fixed typos in **New-AzDataFactoryEncryptValue** documentation
4541
* Updated ADF .Net SDK version to 4.1.2
46-
* Add parameter 'DataProxyIntegrationRuntimeName', 'DataProxyStagingLinkedServiceName' and 'DataProxyStagingPath' for 'Set-AzureRmDataFactoryV2IntegrationRuntime' cmd to enable set up Self-Hosted Integration Runtime as a proxy for SSIS Integration Runtime
47-
* Updated PSTriggerRun to show the triggered pipelines, message and properties, and PSActivityRun to show the activity type
42+
* Added parameters to **Set-AzureRmDataFactoryV2IntegrationRuntime** to enable Self-Hosted Integration Runtime as a proxy for SSIS Integration Runtime:
43+
- `DataProxyIntegrationRuntimeName`
44+
- `DataProxyStagingLinkedServiceName`
45+
- `DataProxyStagingPath`
46+
* Updated **PSTriggerRun** to show the triggered pipelines, message and properties, and **PSActivityRun** to show the activity type
4847

4948
#### Az.DataLakeStore
50-
* Fix hanging of Get-DataLakeStoreDeletedItem for any errors or remote exceptions.
49+
* Fixed issue where **Get-DataLakeStoreDeletedItem** would hang on errors and remote exceptions
5150

5251
#### Az.EventHub
53-
* Fix for issue #9658 : Typo VirtualNteworkRule parameter in Set-AzEventHubNetworkRuleSet
54-
* Fix for issue #9558 : Set-AzEventHubNamespace is using PATCH instead of PUT
55-
* added EnableKafka parameter to Set-AzEventHubNamespace cmdlet
56-
* Fix for issue #9786 : cannot create a rule with Listen only rights
52+
* Fixed typo `VirtualNteworkRule` in Set-AzEventHubNetworkRuleSet ([#9658](https://github.com/azure/azure-powershell/issues/9658))
53+
* Fixed issue where Set-AzEventHubNamespace used PATCH instead of PUT ([#9558](https://github.com/azure/azure-powershell/issues/9558))
54+
* Added `EnableKafka` parameter to **Set-AzEventHubNamespace** cmdlet
55+
* Fixed issue with creating rules with `Listen` rights ([#9786](https://github.com/azure/azure-powershell/issues/9786))
5756

5857
#### Az.MarketplaceOrdering
59-
* Fixed documentation typo where 'Azure' was all lowercase letters
58+
* Fixed documentation typos
6059

6160
#### Az.Monitor
6261
* Fixed incorrect parameter name in help documentation
6362

6463
#### Az.Network
65-
* Updated New-AzPrivateLinkServiceIpConfig
66-
- Deprecated the paramster 'PublicIpAddress' since this is never used in the server side.
67-
- Added one optional parameter 'Primary' that indicate the current ip configuration is primary one or not.
64+
* Updated **New-AzPrivateLinkServiceIpConfig**:
65+
- Deprecated the parameter `PublicIpAddress` since this is never used in the server side.
66+
- Added optional parameter `Primary` that indicates if the current IP configuration is the primary one
6867
* Improved handling of request error exception from SDK
69-
-Fixes the issue that previously SDK exceptions aren't handled correctly which results in key error details not being displayed
70-
* Adjusted validation logic for Ipv6 IP Prefix to check for correct IPv6 prefix length.
71-
* Updated Get-AzVirtualNetworkSubnetConfig: Added parameter set to get by subnet resource id.
72-
* Updated description of Location parameter for AzNetworkServiceTag
68+
* Fixed validation logic for Ipv6 IP Prefix to check for correct IPv6 prefix length
69+
* Added parameter set to get by subnet resource id to **Get-AzVirtualNetworkSubnetConfig**
70+
* Updated description of **Location** parameter for **AzNetworkServiceTag**
7371

7472
#### Az.OperationalInsights
75-
* Updated documentation for 'New-AzOperationalInsightsLinuxSyslogDataSource'
76-
- Added example
77-
- Updated description for '-Name' parameter
78-
* Added an example for New-AzOperationalInsightsWindowsEventDataSource
79-
* Changed the description of the -Name parameter for New-AzOperationalInsightsWindowsEventDataSource
73+
* Updated documentation for **New-AzOperationalInsightsLinuxSyslogDataSource**:
74+
- Added example
75+
- Updated description for `-Name` parameter
76+
* Added an example for **New-AzOperationalInsightsWindowsEventDataSource**
77+
* Changed the description of the `-Name` parameter for **New-AzOperationalInsightsWindowsEventDataSource**
8078

8179
#### Az.RecoveryServices
82-
* Update 'Get-AzRecoveryServicesBackupJobDetail.md'
80+
* Updated documentation for **Get-AzRecoveryServicesBackupJobDetail**
8381

8482
#### Az.Resources
85-
* Add support for new api version 2019-05-10 for Microsoft.Resource
86-
- Add support for 'copy.count = 0' for variables, resources and properties
87-
- Resources with 'condition = false' or 'copy.count = 0' will be deleted in complete mode
88-
* Add an example of assigning policy at subscription level to help doc
83+
* Added support for new API version 2019-05-10 for Microsoft.Resource
84+
- Add support for 'copy.count = 0' for variables, resources and properties
85+
- Resources with 'condition = false' or 'copy.count = 0' will be deleted in complete mode
86+
* Added an example of assigning policy at the subscription level
8987

9088
#### Az.ServiceBus
91-
* Fix for issue #9658 : Typo VirtualNetworkRule parameter in Set-AzServiceBusNetworkRuleSet
92-
* Fix for issue #9786 : cannot create a rule with Listen only rights
93-
* Added new command 'Test-AzServiceBusNameAvailability' to check the name availability for queue and topic
89+
* Fixed typo `VirtualNetworkRule` parameter in **Set-AzServiceBusNetworkRuleSet** Fix for issue #9658 : Typo
90+
* Fixed issue with creating `Listen`-only rules ([#9786](https://github.com/azure/azure-powershell/issues/9786))
91+
* Added new command **Test-AzServiceBusNameAvailability** to check the name availability for queue and topic
9492

9593
#### Az.ServiceFabric
96-
* Fix add node type cmdlet bugs:
97-
- NullReferenceException bug when resource group had other vmss not related to the service fabric cluster. Fixes issue: https://github.com/Azure/azure-powershell/issues/8681
98-
- Fix bug where cmdlet failed if virtualNetwork was in a different resource group that the cluster. fixes issue: https://github.com/Azure/azure-powershell/issues/8407
99-
- Deprecating Add-AzServiceFabricApplicationCertificate cmdlet
94+
* Fixed NullReferenceException when a resource group has a VMSS not related to the service fabric cluster ([#8681](https://github.com/Azure/azure-powershell/issues/8681))
95+
* Fixed bug where cmdlets failed if virtualNetwork was in a different resource group than the cluster ([#8407](https://github.com/Azure/azure-powershell/issues/8407))
96+
* Deprecated **Add-AzServiceFabricApplicationCertificate** cmdlet
10097

10198
#### Az.Sql
102-
* Update documentation of old Auditing cmdlets.
99+
* Updated documentation for old Auditing cmdlets
103100

104101
#### Az.Storage
105-
* Update help for Get/Close-AzStorageFileHandle, by add more scenarios to cmdlet examples and update parameter descriptions
106-
* Support StandardBlobTier in upload blob and copy blob
107-
- Set-AzStorageBlobContent
108-
- Start-AzStorageBlobCopy
109-
* Support Rehydrate Priority in copy blob
110-
- Start-AzStorageBlobCopy
102+
* Updated help for **Close-AzStorageFileHandle** and **Get-AzStorageFileHandle**, added more scenarios to cmdlet examples and updated parameter descriptions
103+
* Added support for `StandardBlobTier` in blob uploads and copies
104+
* Added support for `Rehydrate` priority in blob copy
111105

112106
#### Az.Websites
113-
* Add clarification around -AppSettings parameter in Set-AzWebApp and Set-AzWebAppSlot
107+
* Added clarification around `-AppSettings` parameter for **Set-AzWebApp** and **Set-AzWebAppSlot**
114108

115109
## 2.5.0 - July 2019
116110
#### Az.Accounts

0 commit comments

Comments
 (0)