Skip to content

Commit

Permalink
TwineAuthenticateV0 Mask Auth (#20272)
Browse files Browse the repository at this point in the history
* TwineV0 Mask Auth

* update tast loc
  • Loading branch information
tintse-thxsky-MSFT authored Aug 8, 2024
1 parent c61bf51 commit 72b736f
Show file tree
Hide file tree
Showing 20 changed files with 4,733 additions and 1,594 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2,294 changes: 1,576 additions & 718 deletions Tasks/TwineAuthenticateV0/_buildConfigs/Node20/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Tasks/TwineAuthenticateV0/_buildConfigs/Node20/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"@types/uuid": "^8.3.0",
"azure-pipelines-task-lib": "^4.0.1-preview",
"ini": "^1.3.6",
"azure-pipelines-tasks-packaging-common": "3.219.2",
"azure-pipelines-tasks-utility-common": "^3.210.0"
"azure-pipelines-tasks-packaging-common": "3.242.0",
"azure-pipelines-tasks-utility-common": "^3.242.0"
},
"devDependencies": {
"typescript": "5.1.6"
Expand Down
1 change: 1 addition & 0 deletions Tasks/TwineAuthenticateV0/authentication.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export class AuthInfo
this.authType = authType;
this.username = username;
this.password = password;
tl.setSecret(password);
}
}

Expand Down
834 changes: 768 additions & 66 deletions Tasks/TwineAuthenticateV0/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Tasks/TwineAuthenticateV0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"@types/uuid": "^8.3.0",
"azure-pipelines-task-lib": "^4.0.1-preview",
"ini": "^1.3.6",
"azure-pipelines-tasks-packaging-common": "3.219.2",
"azure-pipelines-tasks-utility-common": "^3.210.0"
"azure-pipelines-tasks-packaging-common": "3.242.0",
"azure-pipelines-tasks-utility-common": "^3.242.0"
},
"devDependencies": {
"typescript": "4.0.2"
Expand Down
2 changes: 1 addition & 1 deletion Tasks/TwineAuthenticateV0/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"category": "Package",
"version": {
"Major": 0,
"Minor": 238,
"Minor": 244,
"Patch": 0
},
"runsOn": [
Expand Down
2 changes: 1 addition & 1 deletion Tasks/TwineAuthenticateV0/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"category": "Package",
"version": {
"Major": 0,
"Minor": 238,
"Minor": 244,
"Patch": 0
},
"runsOn": [
Expand Down
4 changes: 2 additions & 2 deletions _generated/TwineAuthenticateV0.versionmap.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Default|0.238.0
Node20_229_1|0.238.1
Default|0.244.0
Node20_229_1|0.244.1
1 change: 1 addition & 0 deletions _generated/TwineAuthenticateV0/authentication.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export class AuthInfo
this.authType = authType;
this.username = username;
this.password = password;
tl.setSecret(password);
}
}

Expand Down
834 changes: 768 additions & 66 deletions _generated/TwineAuthenticateV0/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions _generated/TwineAuthenticateV0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"@types/uuid": "^8.3.0",
"azure-pipelines-task-lib": "^4.0.1-preview",
"ini": "^1.3.6",
"azure-pipelines-tasks-packaging-common": "3.219.2",
"azure-pipelines-tasks-utility-common": "^3.210.0"
"azure-pipelines-tasks-packaging-common": "3.242.0",
"azure-pipelines-tasks-utility-common": "^3.242.0"
},
"devDependencies": {
"typescript": "4.0.2"
Expand Down
6 changes: 3 additions & 3 deletions _generated/TwineAuthenticateV0/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"category": "Package",
"version": {
"Major": 0,
"Minor": 238,
"Minor": 244,
"Patch": 0
},
"runsOn": [
Expand Down Expand Up @@ -120,7 +120,7 @@
}
},
"_buildConfigMapping": {
"Default": "0.238.0",
"Node20_229_1": "0.238.1"
"Default": "0.244.0",
"Node20_229_1": "0.244.1"
}
}
6 changes: 3 additions & 3 deletions _generated/TwineAuthenticateV0/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"category": "Package",
"version": {
"Major": 0,
"Minor": 238,
"Minor": 244,
"Patch": 0
},
"runsOn": [
Expand Down Expand Up @@ -120,7 +120,7 @@
}
},
"_buildConfigMapping": {
"Default": "0.238.0",
"Node20_229_1": "0.238.1"
"Default": "0.244.0",
"Node20_229_1": "0.244.1"
}
}
10 changes: 9 additions & 1 deletion _generated/TwineAuthenticateV0_Node20/Tests/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions _generated/TwineAuthenticateV0_Node20/authentication.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export class AuthInfo
this.authType = authType;
this.username = username;
this.password = password;
tl.setSecret(password);
}
}

Expand Down
Loading

0 comments on commit 72b736f

Please sign in to comment.