Skip to content

Commit f1242d7

Browse files
author
Hovsep
authored
Update ChangeLog.md
1 parent 28fd60f commit f1242d7

File tree

1 file changed

+18
-16
lines changed

1 file changed

+18
-16
lines changed

ChangeLog.md

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,34 +6,36 @@
66
* Modified cmdlet New-AzureRmRedisCache to include parameter change for vNet
77
* Azure SQL DB Backup/Restore
88
* 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
1313
* Restore-AzureRmSqlDatabase now supports point-in-time restore of a deleted database
1414
* Restore-AzureRmSqlDatabase now supports restoring from a Long Term Retention backup
1515
* 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.
2121
* 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.
2929
* Web Apps
3030
* Add Swap-AzureRmWebAppSlot cmdlet for regular swap and swap with preview
3131
* Extend Set-AzureRmWebAppSlot cmdlet to support auto swap
32+
3233
##2016.06.23 version 1.5.1
3334
* Azure Resource Manager
3435
- 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.
3536
* AzureRM.Profile
3637
- Fix issues #2387, #2388 with SubscriptionId and TenantId ValidationSet in Set-AzureRMContext cmdlet
38+
3739
##2016.06.01 version 1.5.0
3840
* Azure Resource Manager
3941
- (Get/Set/New/Remove)-AzureRmResourceGroup cmdlets will now use the new autorest generated ARM assembly

0 commit comments

Comments
 (0)