Refactor: replace appId with clientId in authentication client creation
This commit is contained in:
@@ -10,7 +10,7 @@ if (config.clientSecret) {
|
|||||||
// Create the client
|
// Create the client
|
||||||
const credential = new ClientSecretCredential(
|
const credential = new ClientSecretCredential(
|
||||||
config.tenantId,
|
config.tenantId,
|
||||||
config.appId,
|
config.clientId,
|
||||||
config.clientSecret,
|
config.clientSecret,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user