Add config template output

This commit is contained in:
2026-02-07 13:25:09 +01:00
parent 2628cb632f
commit 5b9074a1af

View File

@@ -22,7 +22,7 @@ async function createPca({ tenantId, clientId }) {
dataProtectionScope: DataProtectionScope.CurrentUser,
serviceName: "sk-az-tools",
accountName: "msal-cache",
usePlaintextFileOnLinux: false,
usePlaintextFileOnLinux: true,
});
return new PublicClientApplication({