Skip to content

Core lib azure version update

Aalekh Jain requested to merge core-lib-version-update into master

All Submissions:


  • [No] Have you followed our code review guidelines?
  • [YES] Have you added an explanation of what your changes do and why you'd like us to include them?
  • [NO] I have updated the documentation accordingly.
  • [NA] I have added tests to cover my changes.
  • [YES] All new and existing tests passed.
  • [YES] My code follows the code style of this project.
  • [NO] I ran lint checks locally prior to submission.

What is the current behavior?

  • Old version of Azure SDKs are used in ingestion service.

What is the new behavior?

  • Azure SDKs are upgraded to version 0.0.41.
  • Common dependencies are inherited from core-lib-azure as managed dependencies. This will make sure that version info of those dependencies are inherited from core-lib-azure. All OSDU services using same version of core-lib-azure will automatically use same versions for all those dependencies.
  • Changes to support new cosmos-store.

Does this introduce a breaking change?

  • [NO]

Any relevant logs, error output, etc?

Other information

Edited by Aalekh Jain

Merge request reports