Files
ado-sk-toolkit-extension/vss-extension.json
Slawomir Koszewski e95d7c2560 release: cut v1.0.5 with optional token-hash logging
- add printTokenHashes input (default false)\n- gate SHA256 hash output behind input flag\n- update marketplace overview example to consume outputs clearly\n- bump task and extension versions to 1.0.5
2026-02-14 21:03:27 +01:00

51 lines
1.0 KiB
JSON

{
"manifestVersion": 1,
"id": "azuredevops-get-oidc-token-task",
"name": "Azure DevOps AzureFederatedAuth Task",
"version": "1.0.5",
"publisher": "skoszewski-lab",
"targets": [
{
"id": "Microsoft.VisualStudio.Services"
}
],
"description": "Azure DevOps task to request an OIDC token for an AzureRM service connection and expose Terraform ARM variables.",
"content": {
"details": {
"path": "overview.md"
}
},
"categories": [
"Azure Pipelines"
],
"public": false,
"icons": {
"default": "images/icon.png"
},
"files": [
{
"path": "task/AzureFederatedAuth"
},
{
"path": "images",
"addressable": true
},
{
"path": "overview.md",
"addressable": true
}
],
"contributions": [
{
"id": "c5832ba7-adfc-4723-8bc6-ab6287c78b3d",
"type": "ms.vss-distributed-task.task",
"targets": [
"ms.vss-distributed-task.tasks"
],
"properties": {
"name": "task/AzureFederatedAuth"
}
}
]
}