Skip to content

Commit efaf9f7

Browse files
committed
Revising changelog to note the Obsolete tag of the Basic objects
1 parent e61ff71 commit efaf9f7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/ResourceManager/DataLakeAnalytics/ChangeLog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
* Changed one of the two OutputTypes of Get-AzureRmDataLakeAnalyticsAccount
2222
- List<DataLakeAnalyticsAccount> to List<PSDataLakeAnalyticsAccountBasic>
2323
- The properties of PSDataLakeAnalyticsAccountBasic is a strict subset of the properties of DataLakeAnalyticsAccount
24-
- The additional properties that are in DataLakeAnalyticsAccount are not returned by the service. Therefore, this change is to reflect this accurately.
24+
- 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.
2525
* Changed one of the two OutputTypes of Get-AzureRmDataLakeAnalyticsJob
2626
- List<JobInformation> to List<PSJobInformationBasic>
2727
- The properties of PSJobInformationBasic is a strict subset of the properties of JobInformation
28-
- The additional properties that are in JobInformation are not returned by the service. Therefore, this change is to reflect this accurately.
28+
- 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.
2929
* Updated the cmdlet logic of Submit-AzureRmDataLakeAnalyticsJob because SubmitJob and BuildJob now require an explicit parameter object rather than the generic JobInformation object
3030
* Removed the Obsolete Properties fields in PSDataLakeAnalyticsAccount.cs and its assoicated files
3131

src/ResourceManager/DataLakeStore/ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* Changed one of the two OutputTypes of Get-AzureRmDataLakeStoreAccount
2222
- List<PSDataLakeStoreAccount> to List<PSDataLakeStoreAccountBasic>
2323
- The properties of PSDataLakeStoreAccountBasic is a strict subset of the properties of PSDataLakeStoreAccount
24-
- The additional properties that are in PSDataLakeStoreAccount are not returned by the service. Therefore, this change is to reflect this accurately.
24+
- 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.
2525
* Removed the Obsolete Properties fields in PSDataLakeStoreAccount.cs and its assoicated files
2626

2727
## Version 4.4.0

0 commit comments

Comments
 (0)