|
1 |
| -## 2017.02.22 - Version 3.6.0 |
| 1 | +## 2017.03.09 - Version 3.7.0 |
| 2 | +* ApiManagement |
| 3 | + * Added new cmdlets to manage Backend entity |
| 4 | + - New-AzureRmApiManagementBackend |
| 5 | + - Get-AzureRmApiManagementBackend |
| 6 | + - Set-AzureRmApiManagementBackend |
| 7 | + - Remove-AzureRmApiManagementBackend |
| 8 | + * Created supporting cmdlets to create in-memory objects required while Creating or Updating Backend entity |
| 9 | + - New-AzureRmApiManagementBackendCredential |
| 10 | + - New-AzureRmApiManagementBackendProxy |
| 11 | +* Billing |
| 12 | + * New Cmdlet Get-AzureRmBillingInvoice |
| 13 | + - cmdlet to retrieve azure billing invoices of the subscription. |
| 14 | +* Compute |
| 15 | + * Updated Set-AzureRmVMAEMExtension and Test-AzureRmVMAEMExtension cmdlets to support managed disks |
| 16 | +* LogicApp |
| 17 | + * New cmdlets for X12 Interchange Control Number disaster recovery: |
| 18 | + - Get-AzureRmIntegrationAccountGeneratedIcn |
| 19 | + - Get-AzureRmIntegrationAccountReceivedIcn |
| 20 | + - Remove-AzureRmIntegrationAccountReceivedIcn |
| 21 | + - Set-AzureRmIntegrationAccountGeneratedIcn |
| 22 | + - Set-AzureRmIntegrationAccountReceivedIcn |
| 23 | +* Network |
| 24 | + * Added support for connection draining to Application Gateways |
| 25 | + - Added Get-AzureRmApplicationGatewayConnectionDraining |
| 26 | + - Added New-AzureRmApplicationGatewayConnectionDraining |
| 27 | + - Added Remove-AzureRmApplicationGatewayConnectionDraining |
| 28 | + - Added Set-AzureRmApplicationGatewayConnectionDraining |
| 29 | + - Updated Add-AzureRmApplicationGatewayBackendHttpSettings: Added optional parameter -ConnectionDraining |
| 30 | + - Updated New-AzureRmApplicationGatewayBackendHttpSettings: Added optional parameter -ConnectionDraining |
| 31 | + - Updated Set-AzureRmApplicationGatewayBackendHttpSettings: Added optional parameter -ConnectionDraining |
| 32 | + |
| 33 | + * Remapped unused 'Name' parameter in ExpressRoute cmdlets to 'ExpressRouteCircuitName' |
| 34 | + - Get-AzureRmExpressRouteCircuitARPTable |
| 35 | + - Get-AzureRmExpressRouteCircuitRouteTable |
| 36 | + - Get-AzureRmExpressRouteCircuitRouteTableSummary |
| 37 | + - Get-AzureRmExpressRouteCircuitStats |
| 38 | +* Sql |
| 39 | + * Bug fix - Auditing and Threat Detection cmdlets now return a meangfull error instead of null refernce error. |
| 40 | + * Updating Transparent Data Encryption (TDE) with Bring Your Own Key (BYOK) support cmdlets for updated API. |
| 41 | +* Websites |
| 42 | + * Update help documentation for AppServicePlan cmdlets |
| 43 | +* ServiceManagement |
| 44 | + * Update the output object of migration cmdlets (Move-AzureService, Move-AzureStorageAccount, Move-AzureVirtualNetwork, Move-AzureNetworkSecurityGroup, Move-AzureReservedIP, Move-AzureRouteTable): |
| 45 | + - ValidationMessages contain "Information" and "Warning" messages in addition to "Error" messages. |
| 46 | + - Result output is changed according to ValidationMessages. |
| 47 | + |
| 48 | + * Removed ManagedCache cmdlets. These cmdlets were non-functional and have been deeprecated for more than a year |
| 49 | + - Get-AzureManagedCacheLocation |
| 50 | + - Get-AzureManagedCache |
| 51 | + - Get-AzureManagedCacheAccessKey |
| 52 | + - Get-AzureManagedCacheNamedCache |
| 53 | + - New-AzureManagedCache |
| 54 | + - New-AzureManagedCacheAccessKey |
| 55 | + - New-AzureManagedCacheNamedCache |
| 56 | + - Remove-AzureManagedCache |
| 57 | + - Remove-AzureManagedCacheNamedCache |
| 58 | + - Set-AzureManagedCache |
| 59 | + - Set-AzureManagedCacheNamedCache |
| 60 | + |
| 61 | +## 2017.02.22 - Version 3.6.0 |
2 | 62 | * AnalysisServices
|
3 | 63 | * Added State property in additional to ProvisioningState
|
4 | 64 | - All the cmdlet returning AnalysisService would have a new property 'State' used outside of provisioing.
|
|
0 commit comments