Updated AzureTokenService to use MSI to generate AccessToken
Update the code to use DefaultAzureCredentials class to work with the Infrastructure layer and with the Partition service.
DefaultAzureCredentials class already implements credential caching and strategy to choose available auth method depending on the context (MSI, Service Principle, Env Variable, etc.)
Edited by Dmitriy Rudko