Skip to content

Commit 85f2848

Browse files
authored
Update definition file (#18276)
1 parent f029389 commit 85f2848

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

common-npm-packages/azure-arm-rest-v2/azureAppServiceUtility.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Kudu } from './azure-arm-app-service-kudu';
22
import { AzureAppService } from './azure-arm-app-service';
33

44
export declare class AzureAppServiceUtility {
5-
constructor(appService: AzureAppService);
5+
constructor(appService: AzureAppService, telemetryFeature?: string);
66
getWebDeployPublishingProfile(): Promise<any>;
77
getApplicationURL(virtualApplication?: string): Promise<string>;
88
pingApplication(): Promise<void>;

common-npm-packages/azure-arm-rest-v2/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common-npm-packages/azure-arm-rest-v2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "azure-pipelines-tasks-azure-arm-rest-v2",
3-
"version": "3.222.1",
3+
"version": "3.222.2",
44
"description": "Common Lib for Azure ARM REST apis",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)