module.json

{
    "messages": {
        "AZ_CouldNotGenerateOidcToken": "Could not generate a client assertion for federated login.",
        "AZ_UnsupportedAuthScheme0": "Unsupported authentication scheme '{0}' for Azure endpoint.",
        "AZ_SpnAccessTokenFetchFailure": "Not able to fetch token for tenant Id {0}.",
        "AZ_UserAccessTokenFetchFailure": "Not able to fetch token for given User.",
        "AZ_NoValidResourceIdFound": "No resource found with serverName {0}, serverType {1} in subscription {2}. Specify the correct serverName/serverType and try again.",
        "AZ_UnableToFetchLoadbalancerDetails": "Unable to fetch load balancer details",
        "AZ_UnableToFetchPublicIPAddressesDetails": "Unable to fetch public IP Addresses details",
        "AZ_UnableToFetchNetworkInterfacesDetails": "Unable to fetch network interfaces details",
        "AZ_MsiAccessNotConfiguredProperlyFailure": "Could not fetch access token for Managed Service Principal. Please configure Managed Service Identity (MSI) for virtual machine 'https://aka.ms/azure-msi-docs'. Status code: {0}, status message: {1}",
        "AZ_MsiAccessTokenFetchFailure": "Could not fetch access token for Managed Service Principal. Status code: {0}, status message: {1}",
        "AZ_SPNCertificateAccessTokenFetchFailure": "Failed to obtain access token using client certificate for service principal id: {0}. {1}",
        "AZ_SPNCertificateAccessTokenFetchFailureTokenNull": "Failed to obtain access token using client certificate for service principal id: {0}, tokenResult is null."
    }
}