|
6 | 6 | * Modified cmdlet New-AzureRmRedisCache to include parameter change for vNet
|
7 | 7 | * Azure SQL DB Backup/Restore
|
8 | 8 | * Cmdlets for LTR (Long Term Retention) backup feature
|
9 |
| - * Get-AzureRmSqlServerBackupLongTermRetentionVault |
10 |
| - * Get-AzureRmSqlDatabaseBackupLongTermRetentionPolicy |
11 |
| - * Set-AzureRmSqlServerBackupLongTermRetentionVault |
12 |
| - * Set-AzureRmSqlDatabaseBackupLongTermRetentionPolicy |
| 9 | + * Get-AzureRmSqlServerBackupLongTermRetentionVault |
| 10 | + * Get-AzureRmSqlDatabaseBackupLongTermRetentionPolicy |
| 11 | + * Set-AzureRmSqlServerBackupLongTermRetentionVault |
| 12 | + * Set-AzureRmSqlDatabaseBackupLongTermRetentionPolicy |
13 | 13 | * Restore-AzureRmSqlDatabase now supports point-in-time restore of a deleted database
|
14 | 14 | * Restore-AzureRmSqlDatabase now supports restoring from a Long Term Retention backup
|
15 | 15 | * Azure Data Lake Store
|
16 |
| - * Drastically improve performance of file and folder upload and download. |
17 |
| - * This includes a slight change to the parameter names for download and inclusion of two new parameters for upload: |
18 |
| - * NumThreads -> PerFileThreadCount, used to indicate the number of threads to use in a single file |
19 |
| - * ConcurrentFileCount, used to indicate the number of files to upload/download in parallel for folder upload/download. |
20 |
| - * Default threading values are now designed to give a better all around throughput for most file sizes. If performance is not as desired, the values above can be modified to meet requirements. |
| 16 | + * Drastically improve performance of file and folder upload and download. |
| 17 | + * This includes a slight change to the parameter names for download and inclusion of two new parameters for upload: |
| 18 | + * NumThreads -> PerFileThreadCount, used to indicate the number of threads to use in a single file |
| 19 | + * ConcurrentFileCount, used to indicate the number of files to upload/download in parallel for folder upload/download. |
| 20 | + * Default threading values are now designed to give a better all around throughput for most file sizes. If performance is not as desired, the values above can be modified to meet requirements. |
21 | 21 | * Azure Data Lake Analytics
|
22 |
| - * Get-AzureRMDataLakeAnalyticsDataSource now returns all data sources when called with no arguments. |
23 |
| - * This change also removes the data source type parameter from the cmdlet. |
24 |
| - * This change results in a new object being returned for the list operation with the following properties: |
25 |
| - * Type, the type of data source |
26 |
| - * Name, the name of the data source |
27 |
| - * IsDefault, set to true if this is the default data source for the account |
28 |
| - * Get-AzureRMDataLakeAnalyticsJob fixed for list for certain date time offset values when filtering on submittedBefore and submittedAfter. |
| 22 | + * Get-AzureRMDataLakeAnalyticsDataSource now returns all data sources when called with no arguments. |
| 23 | + * This change also removes the data source type parameter from the cmdlet. |
| 24 | + * This change results in a new object being returned for the list operation with the following properties: |
| 25 | + * Type, the type of data source |
| 26 | + * Name, the name of the data source |
| 27 | + * IsDefault, set to true if this is the default data source for the account |
| 28 | + * Get-AzureRMDataLakeAnalyticsJob fixed for list for certain date time offset values when filtering on submittedBefore and submittedAfter. |
29 | 29 | * Web Apps
|
30 | 30 | * Add Swap-AzureRmWebAppSlot cmdlet for regular swap and swap with preview
|
31 | 31 | * Extend Set-AzureRmWebAppSlot cmdlet to support auto swap
|
| 32 | + |
32 | 33 | ##2016.06.23 version 1.5.1
|
33 | 34 | * Azure Resource Manager
|
34 | 35 | - Fix a bug in New-AzureRmResourceGroupDeployment. In some deployments the cmdlet throws an exception with "Deployment 'deploymentName' could not be found." and causes the cmdlet to fail. The fix makes sure the deployment is created before getting operations.
|
35 | 36 | * AzureRM.Profile
|
36 | 37 | - Fix issues #2387, #2388 with SubscriptionId and TenantId ValidationSet in Set-AzureRMContext cmdlet
|
| 38 | + |
37 | 39 | ##2016.06.01 version 1.5.0
|
38 | 40 | * Azure Resource Manager
|
39 | 41 | - (Get/Set/New/Remove)-AzureRmResourceGroup cmdlets will now use the new autorest generated ARM assembly
|
|
0 commit comments