Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Null Check for Path Params Attribute in Azure Exception (#423)
Summary: When printing READ and WRITE limits for Azure API requests, an exception occurs when trying to access Subscription ID key inside the path_params hash that can be null at times. A check has been added to first ensure that the hash is not null before extracting the Subscription ID from it.
- Loading branch information
👍