Skip to content

Commit c5f4d60

Browse files
authored
Update ChangeLog.md
1 parent 73ab592 commit c5f4d60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ResourceManager/DataLakeAnalytics/ChangeLog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
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.
3030

0 commit comments

Comments
 (0)