Skip to content

Commit

Permalink
Changed SPN to endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent1173 authored Dec 22, 2016
1 parent 52e5ac1 commit 8b58524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tasks/Common/azurerest-common/azurerestutility.ts
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ export async function updateAzureRMWebAppConfigDetails(SPN, webAppName: string,
return deferred.promise;
}

export async function getWebAppAppSettings(SPN, webAppName: string, resourceGroupName: string, deployToSlotFlag: boolean, slotName: string/*, appSettings: Object*/)
export async function getWebAppAppSettings(endpoint, webAppName: string, resourceGroupName: string, deployToSlotFlag: boolean, slotName: string/*, appSettings: Object*/)
{
var deferred = Q.defer<any>();
var accessToken = await getAuthorizationToken(endpoint);
Expand Down

0 comments on commit 8b58524

Please sign in to comment.