Skip to content

Commit b4ead11

Browse files
committed
Revising changelog to note the breaking change
1 parent f4bec0a commit b4ead11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ResourceManager/DataLakeAnalytics/ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21+
* [BREAKING CHANGE] Removed the Obsolete Properties fields in PSDataLakeAnalyticsAccount.cs and its assoicated files
2122
* Changed one of the two OutputTypes of Get-AzureRmDataLakeAnalyticsAccount
2223
- List<DataLakeAnalyticsAccount> to List<PSDataLakeAnalyticsAccountBasic>
2324
- The properties of PSDataLakeAnalyticsAccountBasic is a strict subset of the properties of DataLakeAnalyticsAccount
@@ -27,7 +28,6 @@
2728
- The properties of PSJobInformationBasic is a strict subset of the properties of JobInformation
2829
- 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.
2930
* Updated the cmdlet logic of Submit-AzureRmDataLakeAnalyticsJob because SubmitJob and BuildJob now require an explicit parameter object rather than the generic JobInformation object
30-
* Removed the Obsolete Properties fields in PSDataLakeAnalyticsAccount.cs and its assoicated files
3131

3232
## Version 3.4.0
3333

src/ResourceManager/DataLakeStore/ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21+
* [BREAKING CHANGE] Removed the Obsolete Properties fields in PSDataLakeStoreAccount.cs and its assoicated files
2122
* Changed one of the two OutputTypes of Get-AzureRmDataLakeStoreAccount
2223
- List<PSDataLakeStoreAccount> to List<PSDataLakeStoreAccountBasic>
2324
- The properties of PSDataLakeStoreAccountBasic is a strict subset of the properties of PSDataLakeStoreAccount
2425
- 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.
25-
* Removed the Obsolete Properties fields in PSDataLakeStoreAccount.cs and its assoicated files
2626

2727
## Version 4.4.0
2828

0 commit comments

Comments
 (0)