|
| 1 | +## 6.1.0 - June 2021 |
| 2 | +#### Az.Accounts |
| 3 | +* Added cmdlet 'Open-AzSurveyLink' |
| 4 | +* Supported certificate file as input parameter of Connect-AzAccount |
| 5 | + |
| 6 | +#### Az.Aks |
| 7 | +* Fixed the issue that 'Set-AzAks' will fail in Automation Runbook. [#15006] |
| 8 | + |
| 9 | +#### Az.ApplicationInsights |
| 10 | +* Fixed issue that 'ResourcegroupName' is missed when executing below cmdlets with 'InputObject' parameter [#14848] |
| 11 | + * 'Get-AzApplicationInsightsLinkedStorageAccount' |
| 12 | + * 'New-AzApplicationInsightsLinkedStorageAccount' |
| 13 | + * 'Update-AzApplicationInsightsLinkedStorageAccount' |
| 14 | + * 'Remove-AzApplicationInsightsLinkedStorageAccount' |
| 15 | + |
| 16 | +#### Az.Cdn |
| 17 | +* Fixed profile missing issue in 'Remove-AzCdnProfile' cmdlet |
| 18 | + |
| 19 | +#### Az.Compute |
| 20 | +* Updated Compute module to use the latest .Net SDK version 47.0.0. |
| 21 | + |
| 22 | +#### Az.ContainerInstance |
| 23 | +* Removed the display of file share credential [#15224] |
| 24 | + |
| 25 | +#### Az.DataFactory |
| 26 | +* Updated ADF .Net SDK version to 4.19.0 |
| 27 | + |
| 28 | +#### Az.EventHub |
| 29 | +* Added functionality to accept input from pipeline for 'Get-AzEventHub' from 'Get-AzEventHubNamespace'. |
| 30 | + |
| 31 | +#### Az.HDInsight |
| 32 | +* Support new azure monitor feature in HDInsight: |
| 33 | + - Add cmdlet 'Get-AzHDInsightAzureMonitor' to allow customer to get the Azure Monitor status of HDInsight cluster. |
| 34 | + - Add cmdlet 'Enable-AzHDInsightAzureMonitor' to allow customer to enable the Azure Monitor in HDInsight cluster. |
| 35 | + - Add cmdlet 'Disable-AzHDInsightAzureMonitor' to allow customer to disable the Azure Monitor in HDInsight cluster. |
| 36 | + |
| 37 | +#### Az.KeyVault |
| 38 | +* Removed duplicate list item in 'Get-AzKeyVault' [#15164] |
| 39 | +* Added 'SecretManagement' tag to 'Az.KeyVault' module [#15173] |
| 40 | + |
| 41 | +#### Az.Network |
| 42 | +* Updated cmdlets for route server for a more stable way to add IP configuration. |
| 43 | +* Added support for getting a single private link resource. |
| 44 | +* Added more detailed description about GroupId in 'New-AzPrivateLinkServiceConnection' |
| 45 | +* Updated cmdlets to enable setting of PrivateRange on AzureFirewallPolicy. |
| 46 | + - 'New-AzFirewallPolicy' |
| 47 | + - 'Set-AzFirewallPolicy' |
| 48 | +* Updated cmdlets to add NatRules in VirtualNetworkGateway and BgpRouteTranslationForNat. |
| 49 | + - 'New-AzVirtualNetworkGateway' |
| 50 | + - 'Set-AzVirtualNetworkGateway' |
| 51 | +* Updated cmdlets to add EngressNatRules and EgressNatRules in VirtualNetworkGateway Connection. |
| 52 | + - 'New-AzVirtualNetworkGatewayConnection' |
| 53 | + - 'Set-AzVirtualNetworkGatewayConnection' |
| 54 | +* Updated cmdlet to enable setting of FlowTimeout in VirtualNetwork. |
| 55 | + - 'New-AzVirtualNetwork' |
| 56 | +* Added cmdlets for Get/Create/Update/Delete VirtualNetworkGatewayNatRules. |
| 57 | + - 'New-AzVirtualNetworkGatewayNatRule' |
| 58 | + - 'Update-AzVirtualNetworkGatewayNatRule' |
| 59 | + - 'Get-AzVirtualNetworkGatewayNatRule' |
| 60 | + - 'Remove-AzVirtualNetworkGatewayNatRule' |
| 61 | +* Added a new cmdlet for Sync on VirtualNetworkPeering |
| 62 | + - 'Sync-AzVirtualNetworkPeering' |
| 63 | +* Updated cmdlets to add new properties and redefined an existing property in the VirtualNetworkPeering |
| 64 | + - 'Add-AzVirtualNetworkPeering' |
| 65 | + - 'Get-AzVirtualNetworkPeering' |
| 66 | +* Updated cmdlets to enable setting of PreferredRoutingGateway on VirtualHub. |
| 67 | + - 'New-AzVirtualHub' |
| 68 | + - 'Update-AzVirtualHub' |
| 69 | +* Updated cmdlets to expose two read-only properties of client certificate. |
| 70 | + - 'Get-AzApplicationGatewayTrustedClientCertificate' |
| 71 | + |
| 72 | +#### Az.RecoveryServices |
| 73 | +* Added cross tenant DS Move. |
| 74 | +* Removed restriction to fetch recovery points only for a 30 days time range. |
| 75 | +* Enabled CRR for new regions. |
| 76 | + |
| 77 | +#### Az.Resources |
| 78 | +* Allowed naming the deployment when testing deployments [#11497] |
| 79 | + |
| 80 | +#### Az.SignalR |
| 81 | +* Changed to 'Allow' and 'Deny' parameters of 'Update-AzSignalRNetworkAcl' cmdlet: |
| 82 | + - Accepted 'Trace' as a valid value. |
| 83 | + - Accepted '@()' as empty collection to clear the list. |
| 84 | +* Supported 'ResourceGroupCompleter' and 'ResourceNameCompleter' in the applicable cmdlets. |
| 85 | +* Deprecated the 'HostNamePrefix' property of output type 'PSSignalRResource' of following cmdlets: |
| 86 | + - 'Get-AzSignalR' |
| 87 | + - 'New-AzSignalR' |
| 88 | + - 'Update-AzSignalR' |
| 89 | + |
| 90 | +#### Az.Sql |
| 91 | +* Added option to support short version of maintenance configuration id for Managed Instance in 'New-AzSqlInstance' and 'Set-AzSqlInstance' cmdlets |
| 92 | +* Added HighAvailabilityReplicaCount to 'New-AzSqlDatabaseSecondary' |
| 93 | +* Added External Administrator and AAD Only Properties to AzSqlServer and AzSqlInstance |
| 94 | + - Added option to specify '-ExternalAdminName', '-ExternalAdminSid', '-EnableActiveDirectoryOnlyAuthentication' in 'New-AzSqlInstance' and 'Set-AzSqlInstance' cmdlets |
| 95 | + - Added option to expand external administrators information using '-ExpandActiveDirectoryAdministrator' in 'Get-AzSqlServer' and 'Get-AzSqlInstance' cmdlets |
| 96 | +* Fixed 'Set-AzSqlDatabase' to no longer default ReadScale to Disabled when not specified |
| 97 | +* Fixed 'Set-AzSqlServer' and 'Set-AzSqlInstance' for partial PUT with only identity and null properties |
| 98 | +* Added parameters related to UMI in 'New-AzSqlServer', 'New-AzSqlInstance', 'Set-AzSqlServer' and 'Set-AzSqlInstance' cmdlets. |
| 99 | +* Added -AutoRotationEnabled parameter to following cmdlets: |
| 100 | + - 'Set-AzSqlServerTransparentDataEncryptionProtector' |
| 101 | + - 'Get-AzSqlServerTransparentDataEncryptionProtector' |
| 102 | + - 'Set-AzSqlInstanceTransparentDataEncryptionProtector' |
| 103 | + - 'Get-AzSqlInstanceTransparentDataEncryptionProtector' |
| 104 | + |
| 105 | +#### Az.Storage |
| 106 | +* Supported create file share with NFS/SMB enabledEnabledProtocol and RootSquash, and update share with RootSquash |
| 107 | + - 'New-AzRmStorageShare' |
| 108 | + - 'Update-AzRmStorageShare' |
| 109 | +* Supported enable Smb Multichannel on File service |
| 110 | + - 'Update-AzStorageFileServiceProperty' |
| 111 | +* Fixed copy inside same account issue by access source with anonymous credential, when copy Blob inside same account with Oauth credential |
| 112 | +* Removed StorageFileDataSmbShareOwner from value set of parameter DefaultSharePermission in create/update storage account |
| 113 | + - 'New-AzStorageAccount' |
| 114 | + - 'Set-AzStorageAccount' |
| 115 | + |
| 116 | +#### Az.Websites |
| 117 | +* Fixed issue that prevented removing rules by name and unique identifier in 'Remove-AzWebAppAccessRestrictionRule' |
| 118 | +* Fixed issue that defaults AlwaysOn to false in 'Set-AzWebAppSlot' |
| 119 | + |
| 120 | +### Thanks to our community contributors |
| 121 | +* Andy Roberts (@andyr8939), Removing unused TimeGrain variable from example (#15062) |
| 122 | +* Ashley Roll (@AshleyRoll), Remove Write-Host leaking file share credentials (#15225) |
| 123 | +* Kailash Mandal (@KaishM), Update New-AzPublicIpAddress.md (#15040) |
| 124 | +* Olivier Miossec (@omiossec), Update Get-AzExpressRouteCircuitRouteTable.md (#15054) |
| 125 | +* Scott (@S-T-S), Update Set-AzNetworkInterface.md (#15112) |
| 126 | +* @sohaibMSFT, Application Gateway AutoScale Example (#15071) |
| 127 | +* @Srihsu, Update Split-AzReservation.md (#15049) |
| 128 | +* @srozemuller, typo in examples resourcegroup parameter (#15146) |
| 129 | + |
| 130 | + |
1 | 131 | ## 6.0.0 - May 2021 |
2 | 132 | Az 6.0.0 (Az.Accounts 2.3.0) is only supported on Windows PowerShell 5.1, PowerShell 7.0 version 7.0.6 or greater and PowerShell 7.1 version 7.1.3 or greater, open https://aka.ms/install-powershell to learn how to upgrade. For further information, go to http://aka.ms/azpslifecyle. |
3 | 133 |
|
|
0 commit comments