skyplane-project / skyplane

🔥 Blazing fast bulk data transfers between any cloud 🔥
https://skyplane.org
Apache License 2.0
1k stars 58 forks source link

Fix Azure Quota API call error message #821

Closed simon-mo closed 1 year ago

simon-mo commented 1 year ago

This is done by catchig the "BadRequest" message, which seems to be new. This PR also silence the error so it doesn't break normal flow.

Closes #820