new(security.gblib): SMS Auth.
This commit is contained in:
parent
8656f3538e
commit
60db7b830a
1 changed files with 1 additions and 1 deletions
|
@ -393,7 +393,7 @@ export class AzureDeployerService implements IGBInstallationDeployer {
|
||||||
await this.enableResourceProviders('Microsoft.Sql');
|
await this.enableResourceProviders('Microsoft.Sql');
|
||||||
|
|
||||||
GBLog.info(`Deploying Deploy Group (It may take a few minutes)...`);
|
GBLog.info(`Deploying Deploy Group (It may take a few minutes)...`);
|
||||||
await this.createDeployGroup(process.env.CLOUD_GROUP, instance.cloudLocation);
|
await this.createDeployGroup(name, instance.cloudLocation);
|
||||||
|
|
||||||
let serverFarm;
|
let serverFarm;
|
||||||
let serverName;
|
let serverName;
|
||||||
|
|
Loading…
Add table
Reference in a new issue