Skip to content

Commit 74ccf2a

Browse files
authored
Export 'getfederatedtoken' (#368)
* Export getfederatedtoken * Updating with package-lock.json * Update package version * Update package-lock.json
1 parent 9728dd3 commit 74ccf2a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

common-npm-packages/azure-arm-rest/azCliUtility.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ function getSystemAccessToken(): string {
9090
return '';
9191
}
9292

93-
async function getFederatedToken(connectedServiceName: string): Promise<string> {
93+
export async function getFederatedToken(connectedServiceName: string): Promise<string> {
9494
const projectId: string = tl.getVariable("System.TeamProjectId");
9595
const hub: string = tl.getVariable("System.HostType");
9696
const planId: string = tl.getVariable('System.PlanId');

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

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common-npm-packages/azure-arm-rest/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",
3-
"version": "3.242.2",
3+
"version": "3.242.4",
44
"description": "Common Lib for Azure ARM REST apis",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)