Skip to content

Commit 0e9a8f3

Browse files
Avery-Dunngladjohn
andauthored
Update msal4j-sdk/src/main/java/com/microsoft/aad/msal4j/CloudShellManagedIdentitySource.java
Co-authored-by: Gladwin Johnson <[email protected]>
1 parent ac78cbb commit 0e9a8f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msal4j-sdk/src/main/java/com/microsoft/aad/msal4j/CloudShellManagedIdentitySource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ private static URI validateAndGetUri(String msiEndpoint)
6464
try
6565
{
6666
URI endpointUri = new URI(msiEndpoint);
67-
LOG.info("[Managed Identity] Environment variables validation passed for cloud shell managed identity. Endpoint URI: {}. Creating cloud shell managed identity.", endpointUri);
67+
LOG.info("[Managed Identity] Environment variables validation passed for Cloud Shell managed identity. Endpoint URI: {}. Creating Cloud Shell managed identity.", endpointUri);
6868
return endpointUri;
6969
}
7070
catch (URISyntaxException ex)

0 commit comments

Comments
 (0)