projectkudu/ARMClient

Make login automatic

Closed this issue · 1 comments

Today, if you make a request before logging in, it blows up badly, e.g.

Could not find file 'C:\Users\david\.arm\recent_token.dat'

Of course, we could clean up the error handling, but it would be even better to simply login on demand if we don't have a token cache.

We can still keep the login command for PPE envs.

Fixed by 93d3915