|
1 |
| -## 2016.09.16 version 2.2.0 |
| 1 | +## 2016.09.28 version 3.0.0 |
| 2 | +* This release contains breaking changes. Please see [the migration guide](documentation/release-notes/migration-guide.3.0.0.md) for change details and the impact on existing scripts. |
| 3 | +* ApiManagement |
| 4 | + * Enable support of Importing and Exporting SOAP based APIs (Wsdl Format) |
| 5 | + - Import-AzureRmApiManagementApi |
| 6 | + - Export-AzureRmApiManagementApi |
| 7 | + * Deprecated cmdlet Set-AzureRmApiManagementVirtualNetworks. In place, place used cmdlet Update-AzureRmApiManagementDeployment |
| 8 | + * Enabled support for ARM based VNETs for configuration Vpn via cmdlet Update-AzureRmApiManagementDeployment |
| 9 | + * Introduced support for VpnType (None, External, Internal) to differentiate ApiManagement workloads for Internet and Intranet |
| 10 | + * Fixed PowerShell issues |
| 11 | + - https://github.com/Azure/azure-powershell/issues/2622 |
| 12 | + - https://github.com/Azure/azure-powershell/issues/2606 |
| 13 | +* Batch |
| 14 | + * Added new cmdlet for reactivating tasks |
| 15 | + - Enable-AzureBatchTask |
| 16 | + * Added new parameter for application packages on job manager tasks and cloud tasks |
| 17 | + - New-AzureBatchTask -ApplicationPackageReferences |
| 18 | + * Added new parameters for job auto termination |
| 19 | + - New-AzureBatchJob -OnAllTasksComplete -OnTaskFailure |
| 20 | + - New-AzureBatchJob -ExitConditions |
| 21 | +* ExpressRoute |
| 22 | + * Added new parameter service key in return object when provider list all cross connection |
| 23 | + - Get-AzureCrossConnectionCommand |
| 24 | +* MachineLearning |
| 25 | + * Get-AzureRmMlWebService supports paginated response |
| 26 | + * Remind user Get-AzureRmMlWebService "Name" parameter needs to work with "ResourceGroupName" parameter |
| 27 | +* Network |
| 28 | + * Added new cmdlet to get application gateway backend health |
| 29 | + - Get-AzureRmApplicationGatewayBackendHealth |
| 30 | + * Added support for creating UltraPerformance sku |
| 31 | + - New-AzureRmVirtualNetworkGateway -GatewaySku |
| 32 | + - New-AzureVirtualNetworkGateway -GatewaySku |
| 33 | +* RemoteApp |
| 34 | + * Added cmdlets to enable User Disk and Gold Image Migration feature |
| 35 | + - Export-AzureRemoteAppUserDisk |
| 36 | + - Export-AzureRemoteAppTemplateImage |
| 37 | +* SiteRecovery |
| 38 | + * New cmdlets have been added to support one to one mapping with service objects. |
| 39 | + - Get-AzureRmSiteRecoveryFabric |
| 40 | + - Get-AzureRmSiteRecoveryProtectableItem |
| 41 | + - Get-AzureRmSiteRecoveryProtectionContainerMapping |
| 42 | + - Get-AzureRmSiteRecoveryRecoveryPoin |
| 43 | + - Get-AzureRmSiteRecoveryReplicationProtectedItem |
| 44 | + - Get-AzureRmSiteRecoveryServicesProvider |
| 45 | + - New-AzureRmSiteRecoveryFabri |
| 46 | + - New-AzureRmSiteRecoveryProtectionContainerMapping |
| 47 | + - New-AzureRmSiteRecoveryReplicationProtectedItem |
| 48 | + - Remove-AzureRmSiteRecoveryFabric |
| 49 | + - Remove-AzureRmSiteRecoveryProtectionContainerMapping |
| 50 | + - Remove-AzureRmSiteRecoveryReplicationProtectedItem |
| 51 | + - Remove-AzureRmSiteRecoveryServicesProvider |
| 52 | + - Set-AzureRmSiteRecoveryReplicationProtectedItem |
| 53 | + - Start-AzureRmSiteRecoveryApplyRecoveryPoint |
| 54 | + - Update-AzureRmSiteRecoveryServicesProvider |
| 55 | + * Following cmdlets have been modified for to support one to one mapping with service objects. |
| 56 | + - Edit-AzureRmSiteRecoveryRecoveryPlan |
| 57 | + - Get-AzureRmSiteRecoveryNetwork |
| 58 | + - Get-AzureRmSiteRecoveryNetworkMapping |
| 59 | + - Get-AzureRmSiteRecoveryProtectionContainer |
| 60 | + - Get-AzureRmSiteRecoveryStorageClassification |
| 61 | + - Get-AzureRmSiteRecoveryStorageClassificationMapping |
| 62 | + - Start-AzureRmSiteRecoveryCommitFailoverJob |
| 63 | + - Start-AzureRmSiteRecoveryPlannedFailoverJob |
| 64 | + - Start-AzureRmSiteRecoveryTestFailoverJob |
| 65 | + - Start-AzureRmSiteRecoveryUnplannedFailoverJob |
| 66 | + - Update-AzureRmSiteRecoveryProtectionDirection |
| 67 | + - Update-AzureRmSiteRecoveryRecoveryPlan |
| 68 | + * HUB support added to Set-AzureRmSiteRecoveryReplicationProtectedItem. |
| 69 | + * Deprecation warning introduced for cmlets/parameter-sets which does not comply to SiteRecovery service object model. |
| 70 | + |
| 71 | +## 2016.09.16 version 2.2.0 |
2 | 72 | * Network
|
3 | 73 | - New switch parameter added for network interface to enable/Disable accelerated networking -New-AzureRmNetworkInterface -EnableAcceleratedNetworking
|
4 | 74 |
|
|
0 commit comments