|
| 1 | +## 3.6.0 - March 2020 |
| 2 | +#### Az.Accounts |
| 3 | +* Open Azure PowerShell survey page in 'Send-Feedback' [#11020] |
| 4 | +* Display Azure PowerShell survey URL in 'Resolve-Error' [#11021] |
| 5 | +* Added Az version in UserAgent |
| 6 | + |
| 7 | +#### Az.ApiManagement |
| 8 | +* Added support for retrieving and configuring Custom Domain on the DeveloperPortal Endpoint [#11007] |
| 9 | +* 'Export-AzApiManagementApi' Added support for downloading Api Definition in Json format [#9987] |
| 10 | +* 'Import-AzApiManagementApi' Added support for importing OpenApi 3.0 definition from Json document |
| 11 | +* 'New-AzApiManagementIdentityProvider' and 'Set-AzApiManagementIdentityProvider' Added support for configuring 'Signin Tenant' for AAD B2C Provider [#9784] |
| 12 | + |
| 13 | +#### Az.DataLakeStore |
| 14 | +* Added reference to System.Buffers explicitly in csproj and psd1. |
| 15 | + |
| 16 | +#### Az.IotHub |
| 17 | +* Added support to manage devices in an Iot Hub. New Cmdlets are: |
| 18 | + - 'Add-AzIotHubDevice' |
| 19 | + - 'Get-AzIotHubDevice' |
| 20 | + - 'Remove-AzIotHubDevice' |
| 21 | + - 'Set-AzIotHubDevice' |
| 22 | +* Added support to manage modules on a target Iot device in an Iot Hub. New Cmdlets are: |
| 23 | + - 'Add-AzIotHubModule' |
| 24 | + - 'Get-AzIotHubModule' |
| 25 | + - 'Remove-AzIotHubModule' |
| 26 | + - 'Set-AzIotHubModule' |
| 27 | +* Added cmdlet to get the connection string of a target IoT device in an Iot Hub. |
| 28 | +* Added cmdlet to get the connection string of a module on a target IoT device in an Iot Hub. |
| 29 | +* Added support to get/set parent device of an IoT device. New Cmdlets are: |
| 30 | + - 'Get-AzIotHubDeviceParent' |
| 31 | + - 'Set-AzIotHubDeviceParent' |
| 32 | +* Added support to manage device parent-child relationship. |
| 33 | + |
| 34 | +#### Az.Resources |
| 35 | +* Fixed for null reference bug in 'Get-AzRoleAssignment' |
| 36 | +* Marked switch '-Force' and '-PassThru' optional in 'Remove-AzADGroup' [#10849] |
| 37 | +* Fixed issue that 'MailNickname' doesn't return in 'Remove-AzADGroup' [#11167] |
| 38 | +* Fixed issue that 'Remove-AzADGroup' pipe operation doesn't work [#11171] |
| 39 | +* Fixed for null reference bug in GetAzureRoleAssignmentCommand |
| 40 | +* Added breaking change attributes for upcoming changes to policy cmdlets |
| 41 | +* Updated 'Get-AzResourceGroup' to perform resource group tag filtering on server-side |
| 42 | +* Extended Tag cmdlets to accept -ResourceId |
| 43 | + - Get-AzTag -ResourceId |
| 44 | + - New-AzTag -ResourceId |
| 45 | + - Remove-AzTag -ResourceId |
| 46 | +* Added new Tag cmdlet |
| 47 | + - Update-AzTag -ResourceId |
| 48 | +* Brought ScopedDeployment from SDK 3.3.0 |
| 49 | + |
| 50 | +#### Az.Sql |
| 51 | +* Added PublicNetworkAccess to New-AzSqlServer and Set-AzSqlServer |
| 52 | + |
| 53 | +#### Az.Storage |
| 54 | +* Supported AllowProtectedAppendWrite in ImmutabilityPolicy |
| 55 | + - 'Set-AzRmStorageContainerImmutabilityPolicy' |
| 56 | +* Added breaking change warning message for AzureStorageTable type change in a future release |
| 57 | + - 'New-AzStorageTable' |
| 58 | + - 'Get-AzStorageTable' |
| 59 | + |
| 60 | +#### Az.Websites |
| 61 | +* Added Tag parameter for 'New-AzAppServicePlan' and 'Set-AzAppServicePlan' |
| 62 | +* Stop cmdlt execution if an exception is thrown when adding a custom domain to a website |
| 63 | +* Added support to perform operations for App Services not in the same resource group as the App Service Plan |
| 64 | +* Applied access restriction to WebApp/Function in different resource groups |
| 65 | +* Fixed issue to set custom hostnames for WebAppSlots |
| 66 | + |
1 | 67 | ## 3.5.0 - February 2020 |
2 | 68 | ### Highlights since the last major release |
3 | 69 | * Updated client side telemetry. |
|
0 commit comments