project-koku / nise

A tool for generating sample cost usage data for testing purposes
GNU Affero General Public License v3.0
9 stars 15 forks source link

Use new Azure exceptions #422

Closed samdoran closed 1 year ago

samdoran commented 1 year ago

The exceptions raised by the Azure libraries have changed. Update to use the new exception classes and remove all use of msrestazure.

codecov[bot] commented 1 year ago

Codecov Report

Merging #422 (0bfae11) into main (cff5fd3) will decrease coverage by 0.0%. The diff coverage is 100.0%.

@@           Coverage Diff           @@
##            main    #422     +/-   ##
=======================================
- Coverage   93.7%   93.7%   -0.0%     
=======================================
  Files         59      59             
  Lines       4401    4401             
  Branches     616     616             
=======================================
- Hits        4124    4122      -2     
- Misses       151     152      +1     
- Partials     126     127      +1