Skip to content

Commit

Permalink
Update handler and changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew W. Harn <andrew.harn@broadcom.com>
  • Loading branch information
awharn committed Aug 8, 2024
1 parent 3d6340e commit 2fc3819
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
3 changes: 3 additions & 0 deletions packages/zosmf/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ All notable changes to the Zowe z/OSMF SDK package will be documented in this fi
## Recent Changes

- Update: See `7.28.3` for details
- LTS Breaking: Removed the following obsolete V1 profile attributes from ZosmfBaseHandler:
- mZosmfProfile
- mZosmfLoadedProfile

## `8.0.0-next.202403041352`

Expand Down
12 changes: 0 additions & 12 deletions packages/zosmf/src/ZosmfBaseHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,6 @@ export abstract class ZosmfBaseHandler implements ICommandHandler {
*/
protected mSession: AbstractSession;

/**
* Loaded z/OSMF profile if needed
* @deprecated
*/
protected mZosmfProfile: IProfile;

/**
* Loaded z/OSMF profile with meta information
* @deprecated
*/
protected mZosmfLoadedProfile: IProfileLoaded;

/**
* Command line arguments passed
*/
Expand Down

0 comments on commit 2fc3819

Please sign in to comment.