Skip to content

Fix for data-partition-id invalid error

Issue

Entitlements service throws 500 error if a invalid data-partition-id (e.g., string containing '[', '{' etc.) is passed in request header. Ideally 403 should be returned in such cases.

Fix

This MR fixes the above mentioned issue by using the core-lib-azure version which has the fix.

Merge request reports