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
There are several known issues with the version of azure-storage currently used in this project, I see some PRs and issues in this repo that also relate to my issue, the best one being #418. My team's product has had a regression in our Azure compatibility since a release last year due to this bug from 2018.
We messed around trying to upgrade all the azure versions in the gemspec ourselves, but ran into several issues with how Azure ruby library has changed through the years. After changing every reference to Azure::ARM, we still had around 150 test failures and were struggling to get through those. This makes us think that our way of trying to do this update is incorrect. If y'all have any ideas or could potentially fix this that would be incredibly appreciated.
Hello,
There are several known issues with the version of azure-storage currently used in this project, I see some PRs and issues in this repo that also relate to my issue, the best one being #418. My team's product has had a regression in our Azure compatibility since a release last year due to this bug from 2018.
We messed around trying to upgrade all the azure versions in the gemspec ourselves, but ran into several issues with how Azure ruby library has changed through the years. After changing every reference to Azure::ARM, we still had around 150 test failures and were struggling to get through those. This makes us think that our way of trying to do this update is incorrect. If y'all have any ideas or could potentially fix this that would be incredibly appreciated.
Thanks!
Jenna and @tstannard
The text was updated successfully, but these errors were encountered: