Skip to content

Commit

Permalink
fixed syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Chengwu Shi <[email protected]>
  • Loading branch information
chengwushi-netapp committed Mar 7, 2024
1 parent 3f44edd commit 34da273
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -271,9 +271,11 @@ private AzureStorageSettings(
this.responseTimeout = responseTimeout;
this.proxySettings = proxySettings;
}

public boolean usesManagedIdentityCredential() {
return tokenCredentialType.equals(TokenCredentialType.MANAGED_IDENTITY);
}

public String getEndpointSuffix() {
return endpointSuffix;
}
Expand Down

0 comments on commit 34da273

Please sign in to comment.