Skip to content

Commit ed4b157

Browse files
authored
Update azurerestutility.ts
1 parent 79283f7 commit ed4b157

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Tasks/Common/azurerest-common/azurerestutility.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,6 @@ export async function updateWebAppAppSettings(endpoint, webAppName: string, reso
308308
return deferred.promise;
309309
}
310310

311-
<<<<<<< HEAD
312311
async function getOperationStatus(SPN, webAppName: string, resourceGroupName: string, slotName: string, url: string) {
313312
var deferred = Q.defer();
314313
var accessToken = await getAuthorizationToken(SPN);
@@ -479,4 +478,4 @@ export async function restartAppService(endpoint, resourceGroupName: string, web
479478
}
480479
});
481480
return deferred.promise;
482-
}
481+
}

0 commit comments

Comments
 (0)