azure-sdk-for-ruby
azure-sdk-for-ruby copied to clipboard
SDK needs to handle token refresh for long running operations
I was trying to deploy AKS cluster via Ruby SDK today and I hit '401 Not Authorized: Token expired' error while SDK poller was querying for the operation result.
SDK Long Running Operation Poller needs to handle this error & query a new token.