fix(azuredeployer.gblib): Removal of invalid provider

This commit is contained in:
Rico Olivetti 2023-09-29 19:03:37 -03:00
parent 646fb4a1fa
commit 4f410c1c3d

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');