You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.
The current Azure SDK doesn't support all operations we need to do, specifically it doesn't support certain parameters we use for pagination. It forces us to use lower-level operations which are not future-proof.
We should consider switching to a more robust approach for interacting with Azure APIs, either straight HTTP or a better SDK. There is a chance that there is a more recent SDK to use, otherwise HTTP is fine too.
The current Azure SDK doesn't support all operations we need to do, specifically it doesn't support certain parameters we use for pagination. It forces us to use lower-level operations which are not future-proof.
We should consider switching to a more robust approach for interacting with Azure APIs, either straight HTTP or a better SDK. There is a chance that there is a more recent SDK to use, otherwise HTTP is fine too.
We are doing some HTTP interactions with Azure in Titus, if that's of any help: https://github.com/nearform/titus/blob/master/packages/titus-backend/lib/plugins/auth/azure-ad/index.js
The text was updated successfully, but these errors were encountered: