fix(azuredeployer.gblib): Removal of invalid provider

This commit is contained in:
Rico Olivetti 2023-09-29 19:03:37 -03:00
parent fb8bc8f793
commit d7d73b973a

View file

@ -382,8 +382,8 @@ export class AzureDeployerService implements IGBInstallationDeployer {
const name = instance.botId;
GBLog.info(`Enabling resource providers...`);
await this.enableResourceProviders('Microsoft.CognitiveServices');
await this.enableResourceProviders('Microsoft.WebTerminal');
await this.enableResourceProviders('Microsoft.BotService');
await this.enableResourceProviders('Microsoft.Web');
await this.enableResourceProviders('Microsoft.Sql');