|
3 | 3 | * Fixed miscellaneous typos across numerous modules
|
4 | 4 |
|
5 | 5 | #### Az.Accounts
|
6 |
| -* Support user-assigned MSI in Azure Functiosn Authentication (#9479) |
| 6 | +* Added support for user-assigned MSI in Azure Functions authentication (#9479) |
7 | 7 |
|
8 | 8 | #### 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)) |
11 | 10 |
|
12 | 11 | #### 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` |
20 | 16 |
|
21 | 17 | #### Az.Batch
|
22 |
| -* Fixed typo in help message and documentation to capitalize Windows |
| 18 | +* Fixed typos in help message and documentation |
23 | 19 |
|
24 | 20 | #### Az.Cdn
|
25 | 21 | * Fixed a typo in CDN module conversion helper
|
26 | 22 |
|
27 | 23 | #### 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 |
42 | 38 |
|
43 | 39 | #### Az.DataFactory
|
44 |
| -* Fix typo to capitalize 'Windows' in 'New-AzDataFactoryEncryptValue' documentation |
| 40 | +* Fixed typos in **New-AzDataFactoryEncryptValue** documentation |
45 | 41 | * 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 |
48 | 47 |
|
49 | 48 | #### 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 |
51 | 50 |
|
52 | 51 | #### 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)) |
57 | 56 |
|
58 | 57 | #### Az.MarketplaceOrdering
|
59 |
| -* Fixed documentation typo where 'Azure' was all lowercase letters |
| 58 | +* Fixed documentation typos |
60 | 59 |
|
61 | 60 | #### Az.Monitor
|
62 | 61 | * Fixed incorrect parameter name in help documentation
|
63 | 62 |
|
64 | 63 | #### 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 |
68 | 67 | * 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** |
73 | 71 |
|
74 | 72 | #### 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** |
80 | 78 |
|
81 | 79 | #### Az.RecoveryServices
|
82 |
| -* Update 'Get-AzRecoveryServicesBackupJobDetail.md' |
| 80 | +* Updated documentation for **Get-AzRecoveryServicesBackupJobDetail** |
83 | 81 |
|
84 | 82 | #### 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 |
89 | 87 |
|
90 | 88 | #### 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 |
94 | 92 |
|
95 | 93 | #### 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 |
100 | 97 |
|
101 | 98 | #### Az.Sql
|
102 |
| -* Update documentation of old Auditing cmdlets. |
| 99 | +* Updated documentation for old Auditing cmdlets |
103 | 100 |
|
104 | 101 | #### 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 |
111 | 105 |
|
112 | 106 | #### 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** |
114 | 108 |
|
115 | 109 | ## 2.5.0 - July 2019
|
116 | 110 | #### Az.Accounts
|
|
0 commit comments