Skip to content

Commit fb10f3d

Browse files
authored
Merge pull request Azure#4913 from ro-joowan/updating-help-adla-adls
[ADLA - ADLS] - Updating changelogs
2 parents 3ac0be9 + 7a4ac32 commit fb10f3d

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/ResourceManager/DataLakeAnalytics/ChangeLog.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,13 @@
2020
## Current Release
2121
* [BREAKING CHANGE] Removed the Obsolete Properties fields in PSDataLakeAnalyticsAccount.cs and its assoicated files
2222
* Changed one of the two OutputTypes of Get-AzureRmDataLakeAnalyticsAccount
23-
- List<DataLakeAnalyticsAccount> to List<PSDataLakeAnalyticsAccountBasic>
23+
- List\<DataLakeAnalyticsAccount> to List\<PSDataLakeAnalyticsAccountBasic>
2424
- The properties of PSDataLakeAnalyticsAccountBasic is a strict subset of the properties of DataLakeAnalyticsAccount
2525
- The additional properties that are in DataLakeAnalyticsAccount are not returned by the service. Therefore, this change is to reflect this accurately. These additional properties are still in PSDataLakeAnalyticsAccountBasic, but they are tagged as Obsolete.
2626
* Changed one of the two OutputTypes of Get-AzureRmDataLakeAnalyticsJob
27-
- List<JobInformation> to List<PSJobInformationBasic>
27+
- List\<JobInformation> to List\<PSJobInformationBasic>
2828
- The properties of PSJobInformationBasic is a strict subset of the properties of JobInformation
2929
- The additional properties that are in JobInformation are not returned by the service. Therefore, this change is to reflect this accurately. These additional properties are still in PSJobInformationBasic, but they are tagged as Obsolete.
30-
* Updated the cmdlet logic of Submit-AzureRmDataLakeAnalyticsJob because SubmitJob and BuildJob now require an explicit parameter object rather than the generic JobInformation object
3130

3231
## Version 3.4.1
3332

src/ResourceManager/DataLakeStore/ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
## Current Release
2121
* [BREAKING CHANGE] Removed the Obsolete Properties fields in PSDataLakeStoreAccount.cs and its assoicated files
2222
* Changed one of the two OutputTypes of Get-AzureRmDataLakeStoreAccount
23-
- List<PSDataLakeStoreAccount> to List<PSDataLakeStoreAccountBasic>
23+
- List\<PSDataLakeStoreAccount> to List\<PSDataLakeStoreAccountBasic>
2424
- The properties of PSDataLakeStoreAccountBasic is a strict subset of the properties of PSDataLakeStoreAccount
2525
- The additional properties that are in PSDataLakeStoreAccount are not returned by the service. Therefore, this change is to reflect this accurately. These additional properties are still in PSDataLakeStoreAccountBasic, but they are tagged as Obsolete.
2626

0 commit comments

Comments
 (0)