fix(azuredeployer.gblib): Removal of invalid provider
This commit is contained in:
parent
646fb4a1fa
commit
4f410c1c3d
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Reference in a new issue