File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,6 @@ import {
1414import { TeamsBot } from "./teamsBot" ;
1515import config from "./config" ;
1616
17- // Log app configuration but never log secrets
18- console . log ( `Microsoft App Tenant ID: ${ config . tenantId } ` ) ;
19- console . log ( `Microsoft App ID: ${ config . botId } ` ) ;
20-
2117// Create adapter.
2218// See https://aka.ms/about-bot-adapter to learn more about adapters.
2319const credentialsFactory = new ConfigurationServiceClientCredentialFactory ( {
Original file line number Diff line number Diff line change @@ -11,8 +11,6 @@ async function createServicePrincipal() {
1111 process . exit ( 1 ) ;
1212 }
1313
14- console . log ( `Creating service principal for AAD application with ID: ${ appId } ` ) ;
15-
1614 try {
1715 // Check if Azure CLI is installed and logged in
1816 await execPromise ( 'az account show' ) ;
You can’t perform that action at this time.
0 commit comments