You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Restore-AzureRmSqlDatabase now supports point-in-time restore of a deleted database
9
14
* Restore-AzureRmSqlDatabase now supports restoring from a Long Term Retention backup
10
15
* Azure Data Lake Store
11
-
* Drastically improve performance of file and folder upload and download.
12
-
* This includes a slight change to the parameter names for download and inclusion of two new parameters for upload:
13
-
* NumThreads -> PerFileThreadCount, used to indicate the number of threads to use in a single file
14
-
* ConcurrentFileCount, used to indicate the number of files to upload/download in parallel for folder upload/download.
15
-
* 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.
16
21
* Azure Data Lake Analytics
17
-
* Get-AzureRMDataLakeAnalyticsDataSource now returns all data sources when called with no arguments.
18
-
* This change also removes the data source type parameter from the cmdlet.
19
-
* This change results in a new object being returned for the list operation with the following properties:
20
-
* Type, the type of data source
21
-
* Name, the name of the data source
22
-
* IsDefault, set to true if this is the default data source for the account
23
-
* 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.
24
29
* Web Apps
25
30
* Add Swap-AzureRmWebAppSlot cmdlet for regular swap and swap with preview
26
31
* Extend Set-AzureRmWebAppSlot cmdlet to support auto swap
32
+
27
33
##2016.06.23 version 1.5.1
28
34
* Azure Resource Manager
29
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.
30
36
* AzureRM.Profile
31
37
- Fix issues #2387, #2388 with SubscriptionId and TenantId ValidationSet in Set-AzureRMContext cmdlet
38
+
32
39
##2016.06.01 version 1.5.0
33
40
* Azure Resource Manager
34
41
- (Get/Set/New/Remove)-AzureRmResourceGroup cmdlets will now use the new autorest generated ARM assembly
0 commit comments