Skip to content

Commit 50619da

Browse files
PipAuthenticateV0MaskAuth (#20296)
1 parent a3c064a commit 50619da

File tree

20 files changed

+4661
-1458
lines changed

20 files changed

+4661
-1458
lines changed

Tasks/PipAuthenticateV0/_buildConfigs/Node20/Tests/package-lock.json

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

Tasks/PipAuthenticateV0/_buildConfigs/Node20/package-lock.json

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

Tasks/PipAuthenticateV0/_buildConfigs/Node20/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@types/node": "^20.3.1",
2222
"@types/uuid": "^8.3.0",
2323
"azure-pipelines-task-lib": "^4.1.0",
24-
"azure-pipelines-tasks-packaging-common": "3.219.2",
24+
"azure-pipelines-tasks-packaging-common": "3.242.2",
2525
"azure-pipelines-tasks-utility-common": "3.212.0",
2626
"azure-pipelines-tool-lib": "^2.0.0-preview",
2727
"typed-rest-client": "^1.8.9"

Tasks/PipAuthenticateV0/authentication.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export class ExternalAuthInfo
2525
this.authType = authType;
2626
this.username = username;
2727
this.password = password;
28+
tl.setSecret(password);
2829
}
2930
}
3031

Tasks/PipAuthenticateV0/package-lock.json

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

Tasks/PipAuthenticateV0/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@types/node": "^16.11.39",
2222
"@types/uuid": "^8.3.0",
2323
"azure-pipelines-task-lib": "^4.1.0",
24-
"azure-pipelines-tasks-packaging-common": "3.219.2",
24+
"azure-pipelines-tasks-packaging-common": "3.242.2",
2525
"azure-pipelines-tasks-utility-common": "3.212.0",
2626
"azure-pipelines-tool-lib": "^2.0.0-preview",
2727
"typed-rest-client": "^1.8.9"

Tasks/PipAuthenticateV0/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"category": "Package",
1010
"version": {
1111
"Major": 0,
12-
"Minor": 238,
12+
"Minor": 244,
1313
"Patch": 0
1414
},
1515
"runsOn": [

Tasks/PipAuthenticateV0/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"category": "Package",
1010
"version": {
1111
"Major": 0,
12-
"Minor": 238,
12+
"Minor": 244,
1313
"Patch": 0
1414
},
1515
"runsOn": [
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Default|0.238.0
2-
Node20_229_1|0.238.1
1+
Default|0.244.0
2+
Node20_229_1|0.244.1

_generated/PipAuthenticateV0/authentication.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export class ExternalAuthInfo
2525
this.authType = authType;
2626
this.username = username;
2727
this.password = password;
28+
tl.setSecret(password);
2829
}
2930
}
3031

0 commit comments

Comments
 (0)