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
Copy file name to clipboardExpand all lines: src/ResourceManager/DataLakeAnalytics/ChangeLog.md
+13-1Lines changed: 13 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,18 @@
18
18
- Additional information about change #1
19
19
-->
20
20
## Current Release
21
+
* Added a parameter called ScriptParameter to Submit-AzureRmDataLakeAnalyticsJob
22
+
- Detailed information about ScriptParameter can be found using Get-Help on Submit-AzureRmDataLakeAnalyticsJob
23
+
* For New-AzureRmDataLakeAnalyticsAccount, changed the parameter MaxDegreeOfParallelism to MaxAnalyticsUnits
24
+
- Added an alias for the parameter MaxAnalyticsUnits: MaxDegreeOfParallelism
25
+
* For New-AzureRmDataLakeAnalyticsComputePolicy, changed the parameter MaxDegreeOfParallelismPerJob to MaxAnalyticsUnitsPerJob
26
+
- Added an alias for the parameter MaxAnalyticsUnitsPerJob: MaxDegreeOfParallelismPerJob
27
+
* For Set-AzureRmDataLakeAnalyticsAccount, changed the parameter MaxDegreeOfParallelism to MaxAnalyticsUnits
28
+
- Added an alias for the parameter MaxAnalyticsUnits: MaxDegreeOfParallelism
29
+
* For Submit-AzureRmDataLakeAnalyticsJob, changed the parameter DegreeOfParallelism to AnalyticsUnits
30
+
- Added an alias for the parameter AnalyticsUnits: DegreeOfParallelism
31
+
* For Update-AzureRmDataLakeAnalyticsComputePolicy, changed the parameter MaxDegreeOfParallelismPerJob to MaxAnalyticsUnitsPerJob
32
+
- Added an alias for the parameter MaxAnalyticsUnitsPerJob: MaxDegreeOfParallelismPerJob
21
33
22
34
## Version 4.0.0
23
35
* NOTE: This is a breaking change release. Please see the migration guide (https://aka.ms/azps-migration-guide) for a full list of breaking changes introduced.
@@ -109,4 +121,4 @@
109
121
- Better error messaging and support for invalid input
0 commit comments