fix(AzureDeployerService): accessToken
This commit is contained in:
parent
ff2076c4a3
commit
07d9cf67db
2 changed files with 4 additions and 3 deletions
|
@ -579,13 +579,14 @@ export class AzureDeployerService implements IGBInstallationDeployer {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
public async syncBotServerRepository (group, name) {
|
public async syncBotServerRepository (group, name) {
|
||||||
await this.webSiteClient.webApps.syncRepository(group, name);
|
await this.webSiteClient.webApps.syncRepository(group, name);
|
||||||
}
|
}
|
||||||
|
|
||||||
public async initServices (accessToken: string, expiresOnTimestamp, subscriptionId: string) {
|
public async initServices (accessToken: string, expiresOnTimestamp, subscriptionId: string) {
|
||||||
|
|
||||||
|
this.accessToken = accessToken;
|
||||||
class AccessToken2 implements AccessToken
|
class AccessToken2 implements AccessToken
|
||||||
{
|
{
|
||||||
public expiresOnTimestamp: number;
|
public expiresOnTimestamp: number;
|
||||||
|
|
Loading…
Add table
Reference in a new issue