Skip to content

Commit

Permalink
fix(core.gbapp): Bot creation can be fully automated after MSFT finis…
Browse files Browse the repository at this point in the history
…hed their issues.
  • Loading branch information
rodrigorodriguez committed Feb 27, 2020
1 parent 3171911 commit f5e0835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core.gbapp/services/GBDeployer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ export class GBDeployer {
const accessToken = await GBAdminService.getADALTokenFromUsername(username, password);

const service = new AzureDeployerService(this);
let application = service.createApplication(accessToken, botId);
let application = await service.createApplication(accessToken, botId);

instance.marketplaceId = (application as any).appId;
instance.marketplacePassword = (application as any).passwordCredentials[0];
Expand Down

0 comments on commit f5e0835

Please sign in to comment.