|
def get_msal_token(self, scopes, data): |
After MSAL adopted completely, would it be available with Managed Identity for VMSSH?
If yes, when would it be possible?
- Login with MI : az login -i -u /subscriptions/{subscription id}/resourceGroups/{resource group}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{myMI}
- Command : az ssh cert --public-key-file ./test.pub
- Error : VM SSH currently doesn't support managed identity or Cloud Shell.
|
from azure.cli.core.azclierror import AuthenticationError |
azure-cli/src/azure-cli-core/azure/cli/core/_profile.py
Line 620 in 4a8879f
After MSAL adopted completely, would it be available with Managed Identity for VMSSH?
If yes, when would it be possible?
azure-cli/src/azure-cli-core/azure/cli/core/auth/adal_authentication.py
Line 22 in 2e0a42f