Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support of WIF for AzureFunctionOnKubernetesV2_node 20 #19960

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

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

Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"azure-pipelines-task-lib": "^4.11.0",
"agent-base": "^6.0.2",
"azure-pipelines-tasks-azure-arm-rest": "3.239.0",
"azure-pipelines-tasks-docker-common": "^2.211.0",
"azure-pipelines-tasks-kubernetes-common": "^2.224.1",
"azure-pipelines-tool-lib": "^2.0.0-preview",
"azure-pipelines-tasks-docker-common": "^2.226.0",
"azure-pipelines-tasks-kubernetes-common": "^2.235.0",
"azure-pipelines-tool-lib": "^2.0.7",
"js-yaml": "3.13.1"
}
}
2 changes: 1 addition & 1 deletion Tasks/AzureFunctionOnKubernetesV1/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"version": {
"Major": 1,
"Minor": 241,
"Patch": 0
"Patch": 2
},
"demands": [],
"groups": [
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AzureFunctionOnKubernetesV1/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"version": {
"Major": 1,
"Minor": 241,
"Patch": 0
"Patch": 2
},
"demands": [],
"groups": [
Expand Down
4 changes: 2 additions & 2 deletions _generated/AzureFunctionOnKubernetesV1.versionmap.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Default|1.241.0
Node20_229_2|1.241.1
Default|1.241.2
Node20_229_2|1.241.3
6 changes: 3 additions & 3 deletions _generated/AzureFunctionOnKubernetesV1/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"version": {
"Major": 1,
"Minor": 241,
"Patch": 0
"Patch": 2
},
"demands": [],
"groups": [
Expand Down Expand Up @@ -196,7 +196,7 @@
"KubeloginFailed": "Kubelogin authentication failed. Exception: %s"
},
"_buildConfigMapping": {
"Default": "1.241.0",
"Node20_229_2": "1.241.1"
"Default": "1.241.2",
"Node20_229_2": "1.241.3"
}
}
6 changes: 3 additions & 3 deletions _generated/AzureFunctionOnKubernetesV1/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"version": {
"Major": 1,
"Minor": 241,
"Patch": 0
"Patch": 2
},
"demands": [],
"groups": [
Expand Down Expand Up @@ -196,7 +196,7 @@
"KubeloginFailed": "ms-resource:loc.messages.KubeloginFailed"
},
"_buildConfigMapping": {
"Default": "1.241.0",
"Node20_229_2": "1.241.1"
"Default": "1.241.2",
"Node20_229_2": "1.241.3"
}
}
Loading