Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Return the http status code information in the error text for the "Managers" #258

Merged

Commits on Oct 15, 2021

  1. Fixing bug where our management/ATOM APIs aren't returning HTTP statu…

    …s codes.
    
    It doesn't appear to ever be the right thing to do, so now we just have a standard check that looks at the 'err' and then the 'resp' to see if there's something reportable.
    richardpark-msft committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    2f9c634 View commit details
    Browse the repository at this point in the history
  2. Tests were unaware of failures when deleting. In this particular case…

    … 'not found' is okay since the subscription isn't always created.
    richardpark-msft committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    8711cce View commit details
    Browse the repository at this point in the history