fix(basic.gblib): update ChatServices.ts #420
1 changed files with 1 additions and 1 deletions
|
|
@ -382,8 +382,8 @@ export class AzureDeployerService implements IGBInstallationDeployer {
|
||||||
const name = instance.botId;
|
const name = instance.botId;
|
||||||
|
|
||||||
GBLog.info(`Enabling resource providers...`);
|
GBLog.info(`Enabling resource providers...`);
|
||||||
|
|
||||||
await this.enableResourceProviders('Microsoft.CognitiveServices');
|
await this.enableResourceProviders('Microsoft.CognitiveServices');
|
||||||
await this.enableResourceProviders('Microsoft.WebTerminal');
|
|
||||||
await this.enableResourceProviders('Microsoft.BotService');
|
await this.enableResourceProviders('Microsoft.BotService');
|
||||||
await this.enableResourceProviders('Microsoft.Web');
|
await this.enableResourceProviders('Microsoft.Web');
|
||||||
await this.enableResourceProviders('Microsoft.Sql');
|
await this.enableResourceProviders('Microsoft.Sql');
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue