|
| 1 | +## 4.4.0 - July 2020 |
| 2 | +#### Az.Accounts |
| 3 | +* Added new cmdlet 'Invoke-AzRestMethod' |
| 4 | +* Fixed an issue that may cause authentication errors in multi-process scenarios such as running multiple Azure PowerShell cmdlets using 'Start-Job' [#9448] |
| 5 | + |
| 6 | +#### Az.Aks |
| 7 | +* Fixed bug 'Get-AzAks' doesn't get all clusters [#12296] |
| 8 | + |
| 9 | +#### Az.AnalysisServices |
| 10 | +* Removed project reference to Authentication |
| 11 | + |
| 12 | +#### Az.Automation |
| 13 | +* Fixed the issue that string with escape chars cannot be converted into json object. |
| 14 | + |
| 15 | +#### Az.Compute |
| 16 | +* Added warning when using 'New-AzVmss' without 'latest' image version |
| 17 | + |
| 18 | +#### Az.DataFactory |
| 19 | +* Added global parameters to Data Factory. |
| 20 | + |
| 21 | +#### Az.EventGrid |
| 22 | +* Updated to use the 2020-06-01 API version. |
| 23 | +* Added new features: |
| 24 | + - Input mapping |
| 25 | + - Event Delivery Schema |
| 26 | + - Private Link |
| 27 | + - Cloud Event V10 Schema |
| 28 | + - Service Bus Topic As Destination |
| 29 | + - Azure Function As Destination |
| 30 | + - WebHook Batching |
| 31 | + - Secure webhook (AAD support) |
| 32 | + - IpFiltering |
| 33 | +* Updated cmdlets: |
| 34 | + - 'New-AzEventGridSubscription'/'Update-AzEventGridSubscription': |
| 35 | + - Add new optional parameters to support webhook batching. |
| 36 | + - Add new optional parameters to support secured webhook using AAD. |
| 37 | + - Add new enum for EndpointType parameter to support azure function and service bus topic as new destinations. |
| 38 | + - Add new optional parameter for delivery schema. |
| 39 | + - 'New-AzEventGridTopic'/'Update-AzEventGridTopic' and 'New-AzEventGridDomain'/'Update-AzEventGridDomain': |
| 40 | + - Add new optional parameters to support IpFiltering. |
| 41 | + - 'New-AzEventGridTopic'/'New-AzEventGridDomain': |
| 42 | + - Add new optional parameters to support Input mapping. |
| 43 | + |
| 44 | +#### Az.FrontDoor |
| 45 | +* Updated module to use API 2020-05-01 |
| 46 | +* Added Private link support for Storage, Keyvault and Web App Service resources |
| 47 | + |
| 48 | +#### Az.HDInsight |
| 49 | +* Supported creating cluster with ADLSGen1/2 storage in national clouds. |
| 50 | + |
| 51 | +#### Az.Monitor |
| 52 | +* Fixed bug for 'Get-AzDiagnosticSetting' when metrics or logs are null [#12272] |
| 53 | + |
| 54 | +#### Az.Network |
| 55 | +* Fixed parameters swap in VWan HubVnet connection |
| 56 | +* Added new cmdlets for Azure Network Virtual Appliance Sites |
| 57 | + - 'Get-AzVirtualApplianceSite' |
| 58 | + - 'New-AzVirtualApplianceSite' |
| 59 | + - 'Remove-AzVirtualApplianceSite' |
| 60 | + - 'Update-AzVirtualApplianceSite' |
| 61 | + - 'New-AzOffice365PolicyProperty' |
| 62 | +* Added new cmdlets for Azure Network Virtual Appliance |
| 63 | + - 'Get-AzNetworkVirtualAppliance' |
| 64 | + - 'New-AzNetworkVirtualAppliance' |
| 65 | + - 'Remove-AzNetworkVirtualAppliance' |
| 66 | + - 'Update-AzNetworkVirtualAppliance' |
| 67 | + - 'Get-AzNetworkVirtualApplianceSku' |
| 68 | + - 'New-AzVirtualApplianceSkuProperty' |
| 69 | +* Onboarded Application Gateway to Private Link Common Cmdlets |
| 70 | +* Onboarded StorageSync to Private Link Common Cmdlets |
| 71 | +* Onboarded SignalR to Private Link Common Cmdlets |
| 72 | + |
| 73 | +#### Az.RecoveryServices |
| 74 | +* Removed project reference to Authentication |
| 75 | +* Azure Backup tuned cmdlets help text to be more accurate. |
| 76 | +* Azure Backup added support for fetching MAB agent jobs using 'Get-AzRecoveryServicesBackupJob' cmdlet. |
| 77 | + |
| 78 | +#### Az.Resources |
| 79 | +* Updated 'Save-AzResourceGroupDeploymentTemplate' to use the SDK. |
| 80 | +* Added 'Unregister-AzResourceProvider' cmdlet. |
| 81 | + |
| 82 | +#### Az.Sql |
| 83 | +* Added support for Service principal and guest users in Set-AzSqlInstanceActiveDirectoryAdministrator cmdlet' |
| 84 | +* Fixed a bug in Data Classification cmdlets.' |
| 85 | +* Added support for Azure SQL Managed Instance failover: 'Invoke-AzSqlInstanceFailover' |
| 86 | + |
| 87 | +#### Az.Storage |
| 88 | +* Fixed the issue that UserAgent is not added for some data plane cmdlets. |
| 89 | +* Supported create/update Storage account with MinimumTlsVersion and AllowBlobPublicAccess |
| 90 | + - 'New-AzStorageAccount' |
| 91 | + - 'Set-AzStorageAccount' |
| 92 | +* Support enable/disable versioning on Blob Service of a Storage account |
| 93 | + - 'Update-AzStorageBlobServiceProperty' |
| 94 | +* Support list blobs with blob versions |
| 95 | + - 'Get-AzStorageBlob' |
| 96 | +* Support get/remove single blob snapshot or blob version |
| 97 | + - 'Get-AzStorageBlob' |
| 98 | + - 'Remove-AzStorageBlob' |
| 99 | +* Support pipeline from blob object generated from Azure.Storage.Blobs V12 |
| 100 | + - 'Get-AzStorageBlobContent' |
| 101 | + - 'New-AzStorageBlobSASToken' |
| 102 | + - 'Remove-AzStorageBlob' |
| 103 | + - 'Set-AzStorageBlobContent' |
| 104 | + - 'Start-AzStorageBlobCopy' |
| 105 | + |
| 106 | +#### Az.StorageSync |
| 107 | +* Added a new version StorageSync SDK targeting ApiVersion 2020-03-01 |
| 108 | +* Added Update Storage Sync Service cmdlet |
| 109 | + - 'Set-AzStorageSyncService' |
| 110 | +* Added IncomingTrafficPolicy and PrivateEndpointConnections to StorageSyncService cmdlets. |
| 111 | + |
| 112 | +#### Az.Websites |
| 113 | +* Added support to perform operations for Slots not in the same resource group as the App Service Plan |
| 114 | + |
1 | 115 | ## 4.3.0 - June 2020 |
2 | 116 | #### Az.Accounts |
3 | 117 | * Supported discovering environment setting by default and adding environment via 'Add-AzEnvironment' |
|
0 commit comments