fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
Showing only changes of commit 756dd8e712 - Show all commits

View file

@ -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,