Skip to content

Remove deprecated functions from DatasetDmsApi

Deepa Kumari requested to merge az/az-remove-deprecated-functions into master

As per #29 (closed) the non rest APIs were deprecated and new REST complaint apis were added. This request is to remove the support of non rest apis and code cleanup.

  1. No logic was changed, deprecated functions were removed
  2. Older not required types were replaced with new types.
  3. Configuration Flag for enabling Rest APIs were removed

Common code change.

Edited by Deepa Kumari

Merge request reports