From 756dd8e7124918cca037ecdef182f1ffa44a8516 Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Thu, 31 Aug 2023 17:44:10 -0300 Subject: [PATCH] fix(azuredeployer.gbapp): Fix in bot booting. --- packages/azuredeployer.gbapp/services/AzureDeployerService.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/azuredeployer.gbapp/services/AzureDeployerService.ts b/packages/azuredeployer.gbapp/services/AzureDeployerService.ts index 682032ae..ce2706f0 100644 --- a/packages/azuredeployer.gbapp/services/AzureDeployerService.ts +++ b/packages/azuredeployer.gbapp/services/AzureDeployerService.ts @@ -350,6 +350,7 @@ export class AzureDeployerService implements IGBInstallationDeployer { }; await this.storageClient.firewallRules.createOrUpdate(groupName, serverName, 'gb', params); } + public async deployFarm( proxyAddress: string, instance: IGBInstance, @@ -361,6 +362,7 @@ export class AzureDeployerService implements IGBInstallationDeployer { credentials, subscriptionId); } + public async deployFarm2( proxyAddress: string, instance: IGBInstance,