ServicePrincipalCredentials() in the latest msrestazure package version 0.5.0, included with azure 4.0, ignores the token_uri arg. Both the latest and previous versions take a tenant arg that is used to build the correct token URI.
This change updates utilities/config.py to provide the tenant arg and addresses issue #58
ServicePrincipalCredentials() in the latest
msrestazure
package version 0.5.0, included withazure 4.0
, ignores thetoken_uri
arg. Both the latest and previous versions take atenant
arg that is used to build the correct token URI.This change updates
utilities/config.py
to provide thetenant
arg and addresses issue #58