Skip to content

Commit

Permalink
FIX credential field name in Azure Keyvault
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Vrubel authored and Croway committed Dec 3, 2024
1 parent 957c68a commit 51d6a86
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ public void setTenant_Id(String tenant_Id) {
this.tenantId = tenant_Id;
}

public void setClientId(String clientId) {
this.clientId = clientId;
public void setClientId(String client_Id) {
this.clientId = client_Id;
}

public void setClient_secret(String client_secret) {
Expand Down

0 comments on commit 51d6a86

Please sign in to comment.