Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": true,
"size_kb": 42086,
"has_wiki": false,
"homepage": "https://www.terraform.io/docs/providers/azuredevops/",
"languages": {
"Go": 3178318,
"HCL": 1662,
"HTML": 20160,
"Shell": 12680,
"Makefile": 4565,
"Dockerfile": 2573
},
"pushed_at": "2026-01-26T01:37:35Z",
"created_at": "2024-08-07T08:23:27Z",
"owner_type": "User",
"updated_at": "2026-01-26T01:37:49Z",
"description": "Terraform Azure DevOps provider",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": null,
"type": "User",
"login": "xuzhang3",
"company": "Microsoft",
"location": "SH",
"followers": 22,
"avatar_url": "https://avatars.githubusercontent.com/u/57888764?v=4",
"created_at": "2019-11-18T06:38:06Z",
"is_verified": null,
"public_repos": 27,
"account_age_days": 2441
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v1.5.0",
"kind": "minor",
"published_at": "2024-12-23T05:15:36Z"
}
],
"recent_commits": [
{
"oid": "0d959fde1287ee4745dc6e23167b7d251652303c",
"body": "* feat(field): support creating custom fields\n\n* fix(field): is_deleted and is_locked cannot be updated at the same time\n\n* fix(field): is_deleted is not provided by read API when false but is set by default by the resource, so need to be set explicitly when importing/reading to avoid drift\n\n* fix(f\n[…]\nkiness\n\n* test(field): remove non-configurable attributes\n\n* fix(field): type is incorrectly returned as string for identity fields by the devops api\n\n* test(field): consolidate boolean and html tests",
"is_bot": false,
"headline": "New resource: `azuredevops_workitemtracking_field` (#1475)",
"author_name": "Fredrik Arvidsson",
"author_login": "Fresa",
"committed_at": "2026-01-21T00:06:37Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1875cd005b90eb66884c029e96595951bbd1b7d6",
"body": "…n_require_vote` (#1458)\n\n* feat: Add of support for requireVoteOnEachIteration in azuredevops_branch_policy_min_reviewers\n\n#1392\n\n* fix: Resolved some PR comments\n\n* fixing terraformfmt\n\n* remove an unnecessary cross property constraint\n\n---------\n\nCo-authored-by: magodo <wztwcy@gmail.com>",
"is_bot": false,
"headline": "`azuredevops_branch_policy_min_reviewers` - Support `on_each_iteratio…",
"author_name": "dennismdejong",
"author_login": "dennismdejong",
"committed_at": "2026-01-19T05:04:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b20424c10c56d66d9def7b0112653ec829b4e77",
"body": "…tOccurence != expected calls to read (#1483)",
"is_bot": false,
"headline": "test(group): fix failing create group test because of ContinuousTarge…",
"author_name": "Fredrik Arvidsson",
"author_login": "Fresa",
"committed_at": "2026-01-11T23:42:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46c10bae8c4fdd6278c5f9fd1ad83bbe8d992757",
"body": "…ops_security_namespace` (#1471)\n\n* Add new data source: `azuredevops_security_namespaces` for accessing security namespaces\n\n* Refactored to use singleton cache and refactored some property names and types.\n\n* Remove unused hash function for security namespaces\n\n* Improve error handling in security namespaces test\n\n* Update conflict property for security namespace name\n\n---------\n\nCo-authored-by: Levente Laszlo Papp <LeventeLaszlo.Papp@kuka.com>",
"is_bot": false,
"headline": "Add new data sources: `azuredevops_security_namespaces` and `azuredev…",
"author_name": "Levente Laszlo Papp",
"author_login": "aklakina",
"committed_at": "2026-01-11T23:36:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f998837fb362d6a9303a2f555244a1cd85b870e",
"body": "* add workitemtrackingprocess resource processes scaffolding\n\n* add missing fields for processes\n\n* add work item tracking process client\n\n* create process\n\n* read processes\n\n* change projects property for work item process to TypeSet as order is not relevant\n\n* rename processes to process\n\n* rename\n[…]\nrited and overridden cannot be set\n\n* fix(group): retry reading groups containing inline controls after create to stabilize eventual consistent reads\n\n* doc(control): align with schema\n\n* build: fumpt",
"is_bot": false,
"headline": "New resource: `azuredevops_workitemtrackingprocess_control` (#1474)",
"author_name": "Fredrik Arvidsson",
"author_login": "Fresa",
"committed_at": "2026-01-08T22:50:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fdc39b0bf7fa2c5c9d624467932a06306d7e3f61",
"body": "* New resource: `azuredevops_variable_group_variable`\n\n* ci",
"is_bot": false,
"headline": "New resource: `azuredevops_variable_group_variable` (#1476)",
"author_name": "magodo",
"author_login": "magodo",
"committed_at": "2026-01-04T23:52:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "541b532cc77f245e90e1f929f36e85199882a578",
"body": "…s` (#1470)\n\n* feat(process): add permissions to processes\n\n* refactor(process): fetch parent process id from api when setting permissions for simplicity\n\n* add resource azuredevops_workitemtrackingprocess_process_permissions to the provider\n\n* test(process): set permissions\n\n* test(permissions): remove create when scoping to an inherited process as it has no effect\n\n* doc(process): add resource permission documentation\n\n* test(process): set permissions for accessing system processes",
"is_bot": false,
"headline": "New resource: `azuredevops_workitemtrackingprocess_process_permission…",
"author_name": "Fredrik Arvidsson",
"author_login": "Fresa",
"committed_at": "2026-01-04T23:07:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ea15416e16d924b39b9305621c9dd324ecb7bca",
"body": "* add workitemtrackingprocess resource processes scaffolding\n\n* add missing fields for processes\n\n* add work item tracking process client\n\n* create process\n\n* read processes\n\n* change projects property for work item process to TypeSet as order is not relevant\n\n* rename processes to process\n\n* rename\n[…]\n\n* fix(work item type group): getting order from update and create is not reliable as they don't return the whole entity. Read the entity from the API instead\n\n* build: remove build tags from acc test",
"is_bot": false,
"headline": "Add work item type groups (#1462)",
"author_name": "Fredrik Arvidsson",
"author_login": "Fresa",
"committed_at": "2025-12-30T23:00:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a411828e1c6bda795a4a5c2de595ba37cdf5a049",
"body": "… data sources: `azuredevops_workitemtrackingprocess_workitemtype`, `azuredevops_workitemtrackingprocess_workitemtypes` (#1460)\n\n* add workitemtrackingprocess resource processes scaffolding\n\n* add missing fields for processes\n\n* add work item tracking process client\n\n* create process\n\n* read process\n[…]\nmap functions to flatten to follow convention\n\n* refactor(work item type): use typelist instead of typeset for work item types\n\n* refactor: reuse ParseImportedName for different expected formatted ids",
"is_bot": false,
"headline": "New resource: `azuredevops_workitemtrackingprocess_workitemtype`; New…",
"author_name": "Fredrik Arvidsson",
"author_login": "Fresa",
"committed_at": "2025-12-18T02:39:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2aecddbc836e9ce96ef3ac5a67a531a4e481c61d",
"body": "* Revert \"cilint\"\n\nThis reverts commit 81c2fd1247f1f0044731d833404266490b7e0f3e.\n\n* Revert \"`azuredevops_variable_group` - Split the `variable` block to `variable` and `secret_variable`\"\n\nThis reverts commit d955a03fb9c51c257febbed1544d8c693ac6ad18.",
"is_bot": false,
"headline": "Revert #1434 (#1467)",
"author_name": "magodo",
"author_login": "magodo",
"committed_at": "2025-12-15T23:19:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "139dae2be014fa156f46698a8440e37ee15ecddc",
"body": null,
"is_bot": false,
"headline": "Fix an issue that early return in `GetAccessControlList()` (#1466)",
"author_name": "magodo",
"author_login": "magodo",
"committed_at": "2025-12-15T00:36:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f8cff6c27e9d606bfdff1892f74949e0ce8017c",
"body": "* add workitemtrackingprocess resource processes scaffolding\n\n* add missing fields for processes\n\n* add work item tracking process client\n\n* create process\n\n* read processes\n\n* change projects property for work item process to TypeSet as order is not relevant\n\n* rename processes to process\n\n* rename\n[…]\nutes returned\n\n* fix(process): make sure all attributes sourced from API is set to avoid drift\n\n* refactor(process): replace typeset to typelist in the data sources\n\n* chore: go fmt\n\n* chore: terrafmt",
"is_bot": false,
"headline": "Add support for workitemtrackingprocess processes (#1454)",
"author_name": "Fredrik Arvidsson",
"author_login": "Fresa",
"committed_at": "2025-12-10T23:14:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "48c66efb1d02f581e017bcf89cad0537d833712f",
"body": "* Add acceptance tests and resource implementation for Generic Service Endpoint V2\n\n* Add generic service endpoint v2 to provider and tests\n\n* Fix formatting of certificate parameter in resource_serviceendpoint_generic_v2_test.go\n\n* Fix error message to correctly display invalid permission key as a \n[…]\n acceptance test adjustments\n\n* FORMAT: Standardize spacing in azuredevops_serviceendpoint_generic_v2 resource definitions\n\n---------\n\nCo-authored-by: Levente Laszlo Papp <leventelaszlo.papp@kuka.com>",
"is_bot": false,
"headline": "New resource: `azuredevops_serviceendpoint_generic_v2` (#1400)",
"author_name": "Levente Laszlo Papp",
"author_login": "aklakina",
"committed_at": "2025-11-27T22:43:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "af15d03a15462ed4af8e4b3de9b69daafc0d45d4",
"body": "* Initial setup of servicehook_webhook_tfs resource and some test fixes\n\n* Adding acceptance test file and helper\n\n* Commenting out tfvc as publisher is not visible in AzDo UI\n\n* Fixing test destroys\n\n* Reverting changes to other tests\n\n* Adding TFVC event type\n\n* Updating service connection event i\n[…]\nxing linting and formatting issues\n\n* Adding webhooktfs resource to provider test list\n\n* Ignoring sensitive attributes on read\n\n---------\n\nCo-authored-by: Duncan Wright <duncan951@bailliegifford.com>",
"is_bot": false,
"headline": "Adding Servicehook Webhook resource for TFS publisher events (#1412)",
"author_name": "dawwestk",
"author_login": "dawwestk",
"committed_at": "2025-11-26T00:24:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a1676cc629ad7709e34b5abd66f4742504afe6af",
"body": "Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.38.0 to 0.45.0.\n- [Commits](https://github.com/golang/crypto/compare/v0.38.0...v0.45.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/crypto\n dependency-version: 0.45.0\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump golang.org/x/crypto from 0.38.0 to 0.45.0 (#1450)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-11-24T00:08:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0331716578275635098a36f0d3d10372eb026830",
"body": null,
"is_bot": false,
"headline": "docs: fix formatting issue for required argument (#1427)",
"author_name": "Stefan Freitag",
"author_login": "stefanfreitag",
"committed_at": "2025-11-11T23:36:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9203338c82c7819a0c6d485cda8385c985ae205c",
"body": "Adding support for work item queries",
"is_bot": false,
"headline": "Merge pull request #1430 from andrwca/andy/adding-query-support",
"author_name": "Andrew Cardy",
"author_login": "andrwca",
"committed_at": "2025-10-10T03:13:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4dc2c3ebb0b131d1c771595d00366d43952e335c",
"body": "…on_handle_empty_list\n\n`GetPrincipalPermissions` handle no permissions retrieved",
"is_bot": false,
"headline": "Merge pull request #1438 from magodo/namespace_get_principal_permissi…",
"author_name": "magodo",
"author_login": "magodo",
"committed_at": "2025-09-29T06:55:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e7a79cc0b869886033879b7a93111480a35b78f",
"body": null,
"is_bot": false,
"headline": "lint",
"author_name": "magodo",
"author_login": "magodo",
"committed_at": "2025-09-29T06:30:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4ed268c8c60eb144c195721ef32138adfc26c81",
"body": "`GetPrincipalPermissions()` is called by a few resources during `Read()`. One of the main step it does it to read the *identities* based on the principals (e.g. a user, a team, etc.) specified by the resource. Previously, the identity read logic is quite strict, where it expects the identity read ma\n[…]\netPrincipalPermissions`'s call site, which is used in the `Read()`. But keep the other call sites in `RemovePrincipalPermissions` and `SetPrincipalPermissions` untouched, to avoid unnecessary changes.",
"is_bot": false,
"headline": "`GetPrincipalPermissions` handle no permissions retrieved",
"author_name": "magodo",
"author_login": "magodo",
"committed_at": "2025-09-29T06:14:12Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7bfe53957e126e9d97d2d85e76daebfba6aec538",
"body": "Remove build tags for test cases",
"is_bot": false,
"headline": "Merge pull request #1436 from magodo/remove_test_tag",
"author_name": "magodo",
"author_login": "magodo",
"committed_at": "2025-09-25T08:15:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32e8dd6b877fc983312cc63868d5726a4c72d2b9",
"body": null,
"is_bot": false,
"headline": "CI",
"author_name": "magodo",
"author_login": "magodo",
"committed_at": "2025-09-25T08:12:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c5d63e1e4eddb47aa1b50dee14650c648b5693c",
"body": null,
"is_bot": false,
"headline": "Remove build tags for test cases",
"author_name": "magodo",
"author_login": "magodo",
"committed_at": "2025-09-25T07:06:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02c3339f7cbb46a59a92a8ce3ec23a17cb701b6a",
"body": "`azuredevops_variable_group` - Split the `variable` block to `variable` and `secret_variable`",
"is_bot": false,
"headline": "Merge pull request #1434 from magodo/variable_group_split_variable",
"author_name": "magodo",
"author_login": "magodo",
"committed_at": "2025-09-25T06:29:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81c2fd1247f1f0044731d833404266490b7e0f3e",
"body": null,
"is_bot": false,
"headline": "cilint",
"author_name": "magodo",
"author_login": "magodo",
"committed_at": "2025-09-25T05:24:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d955a03fb9c51c257febbed1544d8c693ac6ad18",
"body": "…e` and `secret_variable`",
"is_bot": false,
"headline": "`azuredevops_variable_group` - Split the `variable` block to `variabl…",
"author_name": "magodo",
"author_login": "magodo",
"committed_at": "2025-09-25T05:11:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2c3f729fbc0438fa31a3b49761b5afd2449b7bb",
"body": "`azuredevops_serviceendpoint_kubernetes`: Fix import panic",
"is_bot": false,
"headline": "Merge pull request #1423 from magodo/svcendpoint_k8s_import_panic",
"author_name": "magodo",
"author_login": "magodo",
"committed_at": "2025-08-29T04:48:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1dab42935639552d837f1c52fcce9bf4e4d1de42",
"body": null,
"is_bot": false,
"headline": "`azuredevops_serviceendpoint_kubernetes`: Fix import panic",
"author_name": "magodo",
"author_login": "magodo",
"committed_at": "2025-08-29T04:27:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93a6fb144ec202c2920649947c459b2c68710d00",
"body": "…t-docs\n\n[Docs] Update azuredevops_securityrole_assignment tf docs",
"is_bot": false,
"headline": "Merge pull request #1404 from LFSb/docs/update-securityrole_assignmen…",
"author_name": "magodo",
"author_login": "magodo",
"committed_at": "2025-08-20T00:37:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eac38e945de46270b4cb591bcb79e3101d021c32",
"body": "Fix a regression issue when auth via MI",
"is_bot": false,
"headline": "Merge pull request #1415 from magodo/entrauth_mi_bugfix",
"author_name": "magodo",
"author_login": "magodo",
"committed_at": "2025-08-19T00:52:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e3e3bdb0b627eae203f9b894f3639832fc50cdb",
"body": null,
"is_bot": false,
"headline": "Fix a regression issue when auth via MI",
"author_name": "magodo",
"author_login": "magodo",
"committed_at": "2025-08-19T00:50:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15469b6e2ed1abb8bd06fbb813132318dcb6bbb6",
"body": "`azuredevops_git_permissions`: check case-sensitively",
"is_bot": false,
"headline": "Merge pull request #1411 from magodo/namespace_permission_check",
"author_name": "magodo",
"author_login": "magodo",
"committed_at": "2025-08-06T09:58:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba66e25de05af60880e117c1d097d2f1271d4825",
"body": null,
"is_bot": false,
"headline": "`azuredevops_git_permissions`: check case-sensitively",
"author_name": "magodo",
"author_login": "magodo",
"committed_at": "2025-08-06T08:23:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b2c8e95c1138a42b0b3abb9a181d384959f8644",
"body": "Remove unneeded scripts",
"is_bot": false,
"headline": "Merge pull request #1409 from magodo/clean_script",
"author_name": "magodo",
"author_login": "magodo",
"committed_at": "2025-08-01T07:42:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69b18b30b8d2ea5fb87432c0b1cf638b6ba75b75",
"body": null,
"is_bot": false,
"headline": "Remove unneeded scripts",
"author_name": "magodo",
"author_login": "magodo",
"committed_at": "2025-08-01T07:39:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3290007e5e5ac06423425e8d0c7b5b212b4fd59b",
"body": "This PR uses `entrauth/aztfauth` to refactor the existing authentication flow, mainly for the previous buggy OIDC auth.\n\nThe behavior change inclues:\n- Support Azure CLI auth\n- Support ADO pipeline OIDC auth\n- OIDC request based auth (ADO Pipeline and Github) now supports token refresh\n\nProvider sch\n[…]\nry_tenant_ids`: newly added\n- `use_cli`: newly added\n- `oidc_azure_service_connection_id`: newly added\n- `oidc_audience`: removed\n- `(tenant|client)_id_(plan|apply)`: removed\n- `oidc_tfc_tag`: removed",
"is_bot": false,
"headline": "Merge pull request #1405 from microsoft/auth",
"author_name": "magodo",
"author_login": "magodo",
"committed_at": "2025-07-22T04:33:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3300f1fd43d1a2fca2ce711a6ac4388d140114b9",
"body": null,
"is_bot": false,
"headline": "Update document",
"author_name": "magodo",
"author_login": "magodo",
"committed_at": "2025-07-22T03:55:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c3cdc2ae047eaa14eaa30d7302316893a62a441",
"body": null,
"is_bot": false,
"headline": "revert github action trigger change",
"author_name": "magodo",
"author_login": "magodo",
"committed_at": "2025-07-22T02:19:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1298369997ad230a29fa3d952e9d78f976fec9fc",
"body": null,
"is_bot": false,
"headline": "github trigger on push",
"author_name": "magodo",
"author_login": "magodo",
"committed_at": "2025-07-22T01:22:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b048d8fa5d1482c671143b7a0f9ebdb68d4b87d",
"body": null,
"is_bot": false,
"headline": "github action remove trigger",
"author_name": "magodo",
"author_login": "magodo",
"committed_at": "2025-07-22T01:19:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21422d6c58f079d44ab3cd834e674874439ac1f3",
"body": null,
"is_bot": false,
"headline": "typo",
"author_name": "magodo",
"author_login": "magodo",
"committed_at": "2025-07-21T06:04:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebcaae7f84aa09454629852fbaf403a94169cad4",
"body": null,
"is_bot": false,
"headline": "update ado",
"author_name": "magodo",
"author_login": "magodo",
"committed_at": "2025-07-21T06:03:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e87eacf82085ef2a6c427362fb23927420c1842",
"body": null,
"is_bot": false,
"headline": "update ado",
"author_name": "magodo",
"author_login": "magodo",
"committed_at": "2025-07-21T06:02:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3312ffe1c34a8d29a4381c4dc7d0970633a6104a",
"body": "This reverts commit dda1c6f5d2a466b9a6422d3d8368456409c1258c.",
"is_bot": false,
"headline": "Revert \"test\"",
"author_name": "magodo",
"author_login": "magodo",
"committed_at": "2025-07-18T06:01:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b6354c46ba81e08d00618fcefe36d0cae5872d6",
"body": null,
"is_bot": false,
"headline": "change test",
"author_name": "magodo",
"author_login": "magodo",
"committed_at": "2025-07-18T05:36:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bbdbf74e6e240b0cc9a5cb7a27d98d060e422b9",
"body": null,
"is_bot": false,
"headline": "Print entrauth logs to the same redirected writer instead of stderr",
"author_name": "magodo",
"author_login": "magodo",
"committed_at": "2025-07-18T05:35:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a60c9b7e61c2c919097e8adcb7aedc9aada829e",
"body": null,
"is_bot": false,
"headline": "golangcilint",
"author_name": "magodo",
"author_login": "magodo",
"committed_at": "2025-07-18T05:19:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dda1c6f5d2a466b9a6422d3d8368456409c1258c",
"body": null,
"is_bot": false,
"headline": "test",
"author_name": "magodo",
"author_login": "magodo",
"committed_at": "2025-07-18T05:07:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4da8145f7d09d751905db776f18f9a34d1e0f3d",
"body": null,
"is_bot": false,
"headline": "ado-pool",
"author_name": "magodo",
"author_login": "magodo",
"committed_at": "2025-07-18T04:42:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a578c31181f361d297c52c874734c6e8f0436c14",
"body": null,
"is_bot": false,
"headline": "tunning",
"author_name": "magodo",
"author_login": "magodo",
"committed_at": "2025-07-18T04:26:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e95754617a8de2e2a7a8a221c0aa5283e0eb06a1",
"body": "This reverts commit d9719fa5cf5e01c15c5bc1658b68065b54a15574.",
"is_bot": false,
"headline": "Revert \"dispatch\"",
"author_name": "magodo",
"author_login": "magodo",
"committed_at": "2025-07-18T03:59:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9719fa5cf5e01c15c5bc1658b68065b54a15574",
"body": null,
"is_bot": false,
"headline": "dispatch",
"author_name": "magodo",
"author_login": "magodo",
"committed_at": "2025-07-18T03:58:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e41337931c76665004dd878d1ece4c11d0c7d1e",
"body": null,
"is_bot": false,
"headline": "oidc test",
"author_name": "magodo",
"author_login": "magodo",
"committed_at": "2025-07-18T03:58:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02c6ee6f6446bd15fdeeef662a4a752572f357c2",
"body": "…up that has its origin in Entra ID will hang indefinitely when called in this way. group_id should always be correct. also, the relevant link is incorrect",
"is_bot": false,
"headline": "origin_id is not the correct id to use in this context, as an ADO gro…",
"author_name": "Lee Beenen",
"author_login": "LFSb",
"committed_at": "2025-07-17T09:57:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb2b71502a199c626589a96bc4b5602411f0fdfa",
"body": "- client_id: new env var: AZURE_CLIENT_ID\n- client_id_file_path:new\n- auxiliary_tenant_ids: new\n- client_secret_path: new env var: ARM_CLIENT_SECRET_FILE_PATH\n- oidc_request_token: new env var: SYSTEM_ACCESSTOKEN\n- oidc_request_url: new env var: SYSTEM_OIDCREQUESTURI\n- oidc_token_file_path: new env \n[…]\nZURE_FEDERATED_TOKEN_FILE\n- oidc_audience removed\n- oidc_azure_service_connection_id: new\n- use_cli: new\n\nAlso the mock tests for auth is removed as those tests are now meant to be live in `entrauth`.",
"is_bot": false,
"headline": "Refactoring auth:",
"author_name": "magodo",
"author_login": "magodo",
"committed_at": "2025-07-17T05:10:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7e3e9fb1c8961b2779aa68125e2a01868a669cb9",
"body": "The functionality is already supported by the existing attributes. Seems the benefit of using these attributes is to save the effort to \"dynamically\" change the provider config based on different scenario, which is better to be solved at the user side instead of the provider.",
"is_bot": false,
"headline": "Drop support for `(tenant|client)_id_(plan|apply)` and `oidc_tfc_tag`",
"author_name": "magodo",
"author_login": "magodo",
"committed_at": "2025-07-16T07:03:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27f6a06edc384067740b5aa88504d99e28d2c625",
"body": "Replace ADO sdk by a fork and support AAD based auth token refresh",
"is_bot": false,
"headline": "Merge pull request #1402 from magodo/client_token_refresh",
"author_name": "magodo",
"author_login": "magodo",
"committed_at": "2025-07-15T03:24:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29ab01e5adba3c5b065df9a46827a9644926d30f",
"body": "This PR replaces the go module `github.com/microsoft/azure-devops-go-api/azuredevops/v7` by fork `github.com/magodo/azure-devops-go-api/azuredevops/v7`, which provides a way to allow the client get a refreshed token when expired.",
"is_bot": false,
"headline": "Replace ADO sdk by a fork and support AAD based auth token refresh",
"author_name": "magodo",
"author_login": "magodo",
"committed_at": "2025-07-11T06:21:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dcf35f736e941ebf62fbc0484845ce8e181c8af8",
"body": "Remove the dependency on `github.com/microsoft/azure-devops-go-api/azuredevops` (no version suffix)",
"is_bot": false,
"headline": "Merge pull request #1401 from magodo/remove_dep_on_azuredevops_v0",
"author_name": "magodo",
"author_login": "magodo",
"committed_at": "2025-07-11T00:55:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a29895a2ac5a1dff26ad2797a0bd89e41cc2b872",
"body": "…uredevops` (no version suffix)",
"is_bot": false,
"headline": "Remove the dependency on `github.com/microsoft/azure-devops-go-api/az…",
"author_name": "magodo",
"author_login": "magodo",
"committed_at": "2025-07-10T08:20:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d16f904c87e3da8d86897eae9ef8a79e560d666",
"body": "* Create go.yml\n\n* remove ado pipeline\n\n* remove another ado pipeline\n\n* More actions\n\n* golint update\n\n* gofumpt\n\n* Fix linter errors\n\n* Add back check-blank for errcheck",
"is_bot": false,
"headline": "Move the PR CI from ADO to github action (#1396)",
"author_name": "magodo",
"author_login": "magodo",
"committed_at": "2025-06-30T00:45:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55a9be28cfa79152436f2bd38a90f95c9bf0aeb4",
"body": "Test files tidy up and pass all UTs",
"is_bot": false,
"headline": "Merge pull request #1395 from magodo/add_missing_test_tags",
"author_name": "magodo",
"author_login": "magodo",
"committed_at": "2025-06-27T05:49:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c40a394a5b5a55dea720742ef27a01a4bfb1bd33",
"body": null,
"is_bot": false,
"headline": "Fix wrapped error to remove the empty space prefix",
"author_name": "magodo",
"author_login": "magodo",
"committed_at": "2025-06-27T04:35:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f9b48b4087b578d801c0396e2a0563b2ff8b9c1",
"body": null,
"is_bot": false,
"headline": "Pass all UTs",
"author_name": "magodo",
"author_login": "magodo",
"committed_at": "2025-06-27T04:29:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b98fa97cf67bcfcc13c128e2e08982f5e44f678",
"body": null,
"is_bot": false,
"headline": "Add the go:build directives for test files that are missing",
"author_name": "magodo",
"author_login": "magodo",
"committed_at": "2025-06-27T04:10:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "344c91b9998092e83edf1f846e653e2b3f4f4bcb",
"body": null,
"is_bot": false,
"headline": "remove the old build directives",
"author_name": "magodo",
"author_login": "magodo",
"committed_at": "2025-06-27T03:54:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abe4356d69ee0a8d40d5442ff801e1e751c13d58",
"body": "Provider: Remove unused/incorrect TF version variable (which is always empty)",
"is_bot": false,
"headline": "Merge pull request #1394 from magodo/provider_rm_tf_ver",
"author_name": "magodo",
"author_login": "magodo",
"committed_at": "2025-06-27T01:39:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24ae2b3beff0d5ac4e57f6ebbb98d78c75587001",
"body": "…s empty)",
"is_bot": false,
"headline": "Provider: Remove unused/incorrect TF version variable (which is alway…",
"author_name": "magodo",
"author_login": "magodo",
"committed_at": "2025-06-27T01:29:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f881d9fd6ad4c88401afa940655326a5a6af39ca",
"body": "[Document] data source `azuredevops_user`",
"is_bot": false,
"headline": "Merge pull request #1389 from xuzhang3/doc/data_user",
"author_name": "xuzhang3",
"author_login": "xuzhang3",
"committed_at": "2025-06-11T07:23:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54effe401644cccb133c88a6b9f6848f3b58400b",
"body": null,
"is_bot": false,
"headline": "update data_user example",
"author_name": "xuzhang3",
"author_login": null,
"committed_at": "2025-06-11T07:20:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89f608d03d43285fe7ea69dea77729a6cae2457d",
"body": "…com/cloudflare/circl-1.6.1\n\nBump github.com/cloudflare/circl from 1.3.7 to 1.6.1",
"is_bot": false,
"headline": "Merge pull request #1387 from microsoft/dependabot/go_modules/github.…",
"author_name": "xuzhang3",
"author_login": "xuzhang3",
"committed_at": "2025-06-11T05:44:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48f1e1eb0b02d0b4072e63779d438094ad518a52",
"body": "Bumps [github.com/cloudflare/circl](https://github.com/cloudflare/circl) from 1.3.7 to 1.6.1.\n- [Release notes](https://github.com/cloudflare/circl/releases)\n- [Commits](https://github.com/cloudflare/circl/compare/v1.3.7...v1.6.1)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/cloudflare/circl\n dependency-version: 1.6.1\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump github.com/cloudflare/circl from 1.3.7 to 1.6.1",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-06-10T21:23:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3299931b38e00cc3c573023b577783880137b447",
"body": "…build_definition.go\n\nfixed spelling mistake in resource_build_definition.go",
"is_bot": false,
"headline": "Merge pull request #1382 from mikemadeja/fix/error-spelling-resource_…",
"author_name": "xuzhang3",
"author_login": "xuzhang3",
"committed_at": "2025-06-03T02:56:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9391bd8d86ac254d298e79757d17dc2547e394d",
"body": null,
"is_bot": false,
"headline": "fixed spelling",
"author_name": "Mike Madeja",
"author_login": "mikemadeja",
"committed_at": "2025-05-30T16:51:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c72fbc17cd7abdd2c4ce8dd97605da71f3b91328",
"body": "[Enhance] - `azuredevops_git_repository_branch` Add support for import branch",
"is_bot": false,
"headline": "Merge pull request #1378 from xuzhang3/f/branch_import",
"author_name": "xuzhang3",
"author_login": "xuzhang3",
"committed_at": "2025-05-30T07:47:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "857f4a1158d98cc12540274193c2eeaa3c5ac340",
"body": "[Documentation] - Update v1.10.0 CHANGELOG.md",
"is_bot": false,
"headline": "Merge pull request #1381 from xuzhang3/doc/changelog_v1.10.0",
"author_name": "xuzhang3",
"author_login": "xuzhang3",
"committed_at": "2025-05-30T06:49:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9abeafdf49bcf65d75883dbea0d928f7f5c3a599",
"body": null,
"is_bot": false,
"headline": "update v1.10.0 CHANGELOG.md",
"author_name": "xuzhang3",
"author_login": null,
"committed_at": "2025-05-30T06:47:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f0acdb8e8f52b2346f7fe35b5d856f26b0d0778",
"body": "[Documentation] `azuredevops_git_repository` - Fix the private_key description",
"is_bot": false,
"headline": "Merge pull request #1377 from xuzhang3/doc/gcp_se",
"author_name": "xuzhang3",
"author_login": "xuzhang3",
"committed_at": "2025-05-29T06:14:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8d05ece8290a08d71ef0a2b99e47f85609332bf",
"body": null,
"is_bot": false,
"headline": "fix the private_key description",
"author_name": "xuzhang3",
"author_login": null,
"committed_at": "2025-05-29T06:09:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c247c19bdcb4242cbe53bbe9cfbf31074327a614",
"body": "fix doc links for azuredevops_git_repository and azuredevops_git_repositories",
"is_bot": false,
"headline": "Merge pull request #1375 from T0biii/fix-url",
"author_name": "xuzhang3",
"author_login": "xuzhang3",
"committed_at": "2025-05-29T06:09:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95c8068d4dfe1215f05fd118df91533aa54dbca5",
"body": "…t repository branch\n\n- Add support for import repository branch\n- Update AccTests\n\nFixes: #941",
"is_bot": false,
"headline": "[Enhance] - `azuredevops_git_repository_branch` Add support for impor…",
"author_name": "xuzhang3",
"author_login": null,
"committed_at": "2025-05-28T09:35:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "914f16cbc24bc4c5ec7e7738aebbe202d89d7bad",
"body": null,
"is_bot": false,
"headline": "fix doc links",
"author_name": "Tobias",
"author_login": "T0biii",
"committed_at": "2025-05-27T14:12:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db8304bc0cc0765e1b29e28596c4b47a36597cd0",
"body": "[Bug Fix] `azuredevops_git_repository` - Fix ID not set correctly when import by name",
"is_bot": false,
"headline": "Merge pull request #1374 from xuzhang3/f/git_import_byname",
"author_name": "xuzhang3",
"author_login": "xuzhang3",
"committed_at": "2025-05-20T08:16:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c668b3e1ecb0cfa13b3ab05a746f9b1fc1d3b1aa",
"body": "[Bug Fix] `azuredevops_extension` - Fix installation bug",
"is_bot": false,
"headline": "Merge pull request #1373 from xuzhang3/f/extension_status",
"author_name": "xuzhang3",
"author_login": "xuzhang3",
"committed_at": "2025-05-20T08:16:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bd95e83b77ecd7b14e494fdc6a17a9900181ede",
"body": "[Bug Fix] `azuredevops_serviceendpoint_azurecr` - Fix cannot update bug",
"is_bot": false,
"headline": "Merge pull request #1372 from xuzhang3/f/se_azurecr_update",
"author_name": "xuzhang3",
"author_login": "xuzhang3",
"committed_at": "2025-05-20T08:16:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de98ddff4f2a7cd9db77494049c73f5850a008bd",
"body": null,
"is_bot": false,
"headline": "remove test code",
"author_name": "xuzhang3",
"author_login": null,
"committed_at": "2025-05-20T06:31:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "121a3563c0e9a84361fa5537335a8788621a5e20",
"body": "…n import by name\n\n- Fix ID not set correct when import by name bug\n- Add AccTest for import by name\n\nFixes: #1369",
"is_bot": false,
"headline": "[Bug Fix] `azuredevops_git_repository` - Fix ID not set correctly whe…",
"author_name": "xuzhang3",
"author_login": null,
"committed_at": "2025-05-20T06:19:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a739223148275b7be6186957cbe3be3d4ec86557",
"body": "- Fix installation bug\n\nFixes: #1370",
"is_bot": false,
"headline": "[Bug Fix] `azuredevops_extension` - Fix installation bug",
"author_name": "xuzhang3",
"author_login": null,
"committed_at": "2025-05-20T03:10:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c9163c27ae1f1f8512232551919130601877ae1",
"body": "- Fix workload identity type service connection cannot update bug\n- Add new tests\n\nFixes: #1368",
"is_bot": false,
"headline": "fix update azurcr service endpoint cannot update bug",
"author_name": "xuzhang3",
"author_login": null,
"committed_at": "2025-05-19T08:15:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c70280eed452b924da3b42b4a91649c0c685ba6",
"body": "[New Resource] `azuredevops_serviceendpoint_black_duck`",
"is_bot": false,
"headline": "Merge pull request #1364 from oker1/serviceendpoint_black_duck",
"author_name": "xuzhang3",
"author_login": "xuzhang3",
"committed_at": "2025-05-09T07:09:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f84883e69ece737435afb004d77fbed43fc3ee7e",
"body": "Co-authored-by: xuzhang3 <57888764+xuzhang3@users.noreply.github.com>",
"is_bot": false,
"headline": "Apply suggestions from code review",
"author_name": "Zsolt Takacs",
"author_login": "oker1",
"committed_at": "2025-05-09T06:27:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b966d0f95e9c442ad0d5d10323a5a1b69d0466ca",
"body": "on-behalf-of: @ZEISS zsolt.takacs@zeiss.com",
"is_bot": false,
"headline": "add azuredevops_serviceendpoint_black_duck resource",
"author_name": "Zsolt Takács",
"author_login": "oker1",
"committed_at": "2025-05-08T19:29:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee9646b603fc1d6a6241059c1f73e543ea6b08f8",
"body": "[Enhance] - `azuredevops_workitem` Add support for link parent work item and import",
"is_bot": false,
"headline": "Merge pull request #1365 from xuzhang3/f/workitem_parent",
"author_name": "xuzhang3",
"author_login": "xuzhang3",
"committed_at": "2025-05-08T03:15:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cec93296c5abb70349f50870126ba3b8d9b3a3c9",
"body": null,
"is_bot": false,
"headline": "delete unused code",
"author_name": "xuzhang3",
"author_login": null,
"committed_at": "2025-05-07T08:53:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c058550636640742070cae7a8694585ddff7110",
"body": null,
"is_bot": false,
"headline": "fix test",
"author_name": "xuzhang3",
"author_login": null,
"committed_at": "2025-05-07T08:39:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fa037ea8e59e47dbaf4caadddf59b10bbcf3adc",
"body": null,
"is_bot": false,
"headline": "format",
"author_name": "xuzhang3",
"author_login": null,
"committed_at": "2025-05-07T08:05:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "812fd6159367bb63711afca73a2476eb2e05170f",
"body": null,
"is_bot": false,
"headline": "support for remove parent link",
"author_name": "xuzhang3",
"author_login": null,
"committed_at": "2025-05-07T08:00:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52b68c8974e6dc4aede8a64f9ec27765927ba385",
"body": "[Document] - Update data `azuredevops_group` and data `azuredevops_groups` document",
"is_bot": false,
"headline": "Merge pull request #1360 from xuzhang3/doc/data_group",
"author_name": "xuzhang3",
"author_login": "xuzhang3",
"committed_at": "2025-04-30T02:41:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14007dc68fb08c47b48fe4cdd20f5950b377a01d",
"body": null,
"is_bot": false,
"headline": "format",
"author_name": "xuzhang3",
"author_login": null,
"committed_at": "2025-04-28T08:54:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11065eafbecd55c8a1e48c6f9055e2682ff0d4d5",
"body": null,
"is_bot": false,
"headline": "add support set parent work item and import",
"author_name": "xuzhang3",
"author_login": null,
"committed_at": "2025-04-28T08:53:34Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 1,
"commits_last_year": 35,
"latest_release_at": "2024-12-23T05:15:36Z",
"latest_release_tag": "v1.5.0",
"releases_from_tags": true,
"days_since_last_push": 180,
"active_weeks_last_year": 15,
"days_since_latest_release": 579,
"mean_days_between_releases": null
},
"community": {
"has_readme": false,
"has_license": false,
"has_description": false,
"has_contributing": false,
"health_percentage": null,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/microsoft/terraform-provider-azuredevops",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": false,
"registry_url": "https://pkg.go.dev/github.com/microsoft/terraform-provider-azuredevops",
"is_deprecated": false,
"latest_version": "v1.16.0",
"repository_url": "https://github.com/microsoft/terraform-provider-azuredevops",
"versions_count": 49,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-17T02:39:57Z",
"latest_version_yanked": null,
"days_since_latest_publish": 8
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [
"GNUmakefile",
"vendor/github.com/hashicorp/go-multierror/Makefile",
"vendor/github.com/hashicorp/go-retryablehttp/Makefile",
"vendor/github.com/hashicorp/hcl/v2/Makefile",
"vendor/github.com/hashicorp/terraform-json/Makefile",
"vendor/github.com/vmihailenco/msgpack/Makefile",
"vendor/github.com/vmihailenco/msgpack/v5/Makefile",
"vendor/github.com/vmihailenco/tagparser/v2/Makefile",
"vendor/google.golang.org/grpc/Makefile"
],
"api_schema_files": [
"vendor/github.com/hashicorp/go-plugin/internal/plugin/grpc_broker.proto",
"vendor/github.com/hashicorp/go-plugin/internal/plugin/grpc_controller.proto",
"vendor/github.com/hashicorp/go-plugin/internal/plugin/grpc_stdio.proto",
"vendor/github.com/hashicorp/terraform-plugin-go/tfprotov5/internal/tfplugin5/tfplugin5.proto",
"vendor/github.com/hashicorp/terraform-plugin-go/tfprotov6/internal/tfplugin6/tfplugin6.proto",
"vendor/google.golang.org/appengine/internal/app_identity/app_identity_service.proto",
"vendor/google.golang.org/appengine/internal/base/api_base.proto",
"vendor/google.golang.org/appengine/internal/datastore/datastore_v3.proto",
"vendor/google.golang.org/appengine/internal/log/log_service.proto",
"vendor/google.golang.org/appengine/internal/modules/modules_service.proto",
"vendor/google.golang.org/appengine/internal/remote_api/remote_api.proto"
],
"has_devcontainer": true,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 79241,
"source_files_sampled": 504,
"oversized_source_files": 3,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/Azure/azure-sdk-for-go/sdk/azcore",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.18.1"
},
{
"name": "github.com/Azure/entrauth",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20250819004238-dc2a3f58cbb7"
},
{
"name": "github.com/ahmetb/go-linq",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v3.0.0+incompatible"
},
{
"name": "github.com/google/go-cmp",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.6.0"
},
{
"name": "github.com/google/uuid",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.6.0"
},
{
"name": "github.com/hashicorp/go-cty",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.4.1-0.20200414143053-d3edf31b6320"
},
{
"name": "github.com/hashicorp/go-uuid",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.3"
},
{
"name": "github.com/hashicorp/terraform-plugin-sdk/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.36.1"
},
{
"name": "github.com/microsoft/azure-devops-go-api/azuredevops/v7",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v7.1.1-0.20241014080628-3045bdf43455"
},
{
"name": "github.com/stretchr/testify",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.10.0"
},
{
"name": "go.uber.org/mock",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.5.0"
},
{
"name": "gopkg.in/yaml.v3",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v3.0.1"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 0,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 1
},
"bus_factor": 3,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "xuzhang3",
"commits": 639,
"avatar_url": "https://avatars.githubusercontent.com/u/57888764?v=4"
},
{
"type": "User",
"login": "tmeckel",
"commits": 178,
"avatar_url": "https://avatars.githubusercontent.com/u/14177833?v=4"
},
{
"type": "User",
"login": "EliiseS",
"commits": 108,
"avatar_url": "https://avatars.githubusercontent.com/u/12761692?v=4"
},
{
"type": "User",
"login": "nmiodice",
"commits": 73,
"avatar_url": "https://avatars.githubusercontent.com/u/2497673?v=4"
},
{
"type": "User",
"login": "magodo",
"commits": 53,
"avatar_url": "https://avatars.githubusercontent.com/u/7970698?v=4"
},
{
"type": "User",
"login": "rdalbuquerque",
"commits": 52,
"avatar_url": "https://avatars.githubusercontent.com/u/23347635?v=4"
},
{
"type": "User",
"login": "jaredfholgate",
"commits": 34,
"avatar_url": "https://avatars.githubusercontent.com/u/1612200?v=4"
},
{
"type": "User",
"login": "wetwicky",
"commits": 29,
"avatar_url": "https://avatars.githubusercontent.com/u/14280460?v=4"
},
{
"type": "User",
"login": "zhmurko",
"commits": 27,
"avatar_url": "https://avatars.githubusercontent.com/u/390663?v=4"
},
{
"type": "User",
"login": "favoretti",
"commits": 24,
"avatar_url": "https://avatars.githubusercontent.com/u/805046?v=4"
}
],
"contributors_sampled": 99,
"top_contributor_share": 0.362
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"depscheck.yml",
"golint.yml",
"oidc-test.yml",
"terrafmt.yml",
"unit-test.yml"
],
"has_docs_dir": true,
"linter_configs": [
".golangci.yml"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": null,
"reason": "no pull request found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 17 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 2,
"reason": "dependency not pinned by hash detected -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "27 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "0d959fde1287ee4745dc6e23167b7d251652303c",
"ran_at": "2026-07-25T19:46:55Z",
"aggregate_score": 3.2,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-01-26T01:37:36Z",
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/xuzhang3/terraform-provider-azuredevops",
"host": "github.com",
"name": "terraform-provider-azuredevops",
"owner": "xuzhang3"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 39,
"inputs": {
"security": 32,
"vitality": 36,
"community": 12,
"governance": 45,
"engineering": 64
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 36,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 34,
"inputs": {
"commits_last_year": 35,
"human_commit_share": 0.98,
"days_since_last_push": 180,
"active_weeks_last_year": 15
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 180 days ago",
"points": 9.9,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 180
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "15/52 weeks with commits",
"points": 10.4,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 15
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "35 commits in the last year",
"points": 14,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 35
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "at_risk",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 40,
"inputs": {
"releases_count": 1,
"latest_release_tag": "v1.5.0",
"releases_from_tags": true,
"days_since_latest_release": 579,
"mean_days_between_releases": null
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "1 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 1
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 579 days ago",
"points": 7.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 579
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "cadence unknown (single release)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence_unknown",
"params": {}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "dormant",
"guards": [
"no_open_demand"
],
"signals": [
"scorecard_unmaintained"
],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 0,
"unanswered_open_issues": 0,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 185,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 185 days, with nothing left unanswered; held at dormant by nothing open to answer",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_quiet",
"params": {
"days": 185
}
},
{
"code": "abandonment_guarded",
"params": {
"guards": "nothing open to answer"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 12,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": false,
"has_license": false,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 45,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "good",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"bus_factor": 3,
"contributors_sampled": 99,
"top_contributor_share": 0.362
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "3 contributor(s) cover half of all commits",
"points": 36,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 3
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 36% of commits",
"points": 14.4,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 36
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "99 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 99
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 17 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "critical",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 1
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "0/1 decided PRs merged",
"points": 0,
"status": "missed",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 0,
"decided": 1
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 53,
"inputs": {
"followers": 22,
"owner_type": "User",
"is_verified": null,
"owner_login": "xuzhang3",
"public_repos": 27,
"account_age_days": 2441
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "22 followers of xuzhang3",
"points": 9.8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 22,
"login": "xuzhang3"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "27 public repos, account ~6 yr old",
"points": 22.5,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 27
}
},
{
"code": "account_age_years",
"params": {
"years": 6
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 64,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 80,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "5 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 5
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": ".golangci.yml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "at_risk",
"name": "Documentation",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": "https://www.terraform.io/docs/providers/azuredevops/",
"has_readme": false,
"has_docs_dir": true,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://www.terraform.io/docs/providers/azuredevops/",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 32,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 32,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 3.2
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 17 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 2",
"points": 1,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "27 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 13
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 68,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 28,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.52,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "51 of 98 human commits state their intent (structured subject or explanatory body)",
"points": 27.8,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 51,
"sampled": 98
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [
"GNUmakefile",
"vendor/github.com/hashicorp/go-multierror/Makefile",
"vendor/github.com/hashicorp/go-retryablehttp/Makefile",
"vendor/github.com/hashicorp/hcl/v2/Makefile",
"vendor/github.com/hashicorp/terraform-json/Makefile",
"vendor/github.com/vmihailenco/msgpack/Makefile",
"vendor/github.com/vmihailenco/msgpack/v5/Makefile",
"vendor/github.com/vmihailenco/tagparser/v2/Makefile",
"vendor/google.golang.org/grpc/Makefile"
],
"has_devcontainer": true,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0.02
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "GNUmakefile, vendor/github.com/hashicorp/go-multierror/Makefile, vendor/github.com/hashicorp/go-retryablehttp/Makefile, vendor/github.com/hashicorp/hcl/v2/Makefile, vendor/github.com/hashicorp/terraform-json/Makefile, vendor/github.com/vmihailenco/msgpack/Makefile, vendor/github.com/vmihailenco/msgpack/v5/Makefile, vendor/github.com/vmihailenco/tagparser/v2/Makefile, vendor/google.golang.org/grpc/Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "GNUmakefile, vendor/github.com/hashicorp/go-multierror/Makefile, vendor/github.com/hashicorp/go-retryablehttp/Makefile, vendor/github.com/hashicorp/hcl/v2/Makefile, vendor/github.com/hashicorp/terraform-json/Makefile, vendor/github.com/vmihailenco/msgpack/Makefile, vendor/github.com/vmihailenco/msgpack/v5/Makefile, vendor/github.com/vmihailenco/tagparser/v2/Makefile, vendor/google.golang.org/grpc/Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": ".golangci.yml",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "devcontainer, Dockerfile, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "devcontainer, Dockerfile, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "2 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 2,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 2",
"points": 2,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 79241,
"source_files_sampled": 504,
"oversized_source_files": 3
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Go (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "3/504 source files over 60KB",
"points": 54.7,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 504,
"oversized": 3
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "good",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": [
"vendor/github.com/hashicorp/go-plugin/internal/plugin/grpc_broker.proto",
"vendor/github.com/hashicorp/go-plugin/internal/plugin/grpc_controller.proto",
"vendor/github.com/hashicorp/go-plugin/internal/plugin/grpc_stdio.proto",
"vendor/github.com/hashicorp/terraform-plugin-go/tfprotov5/internal/tfplugin5/tfplugin5.proto",
"vendor/github.com/hashicorp/terraform-plugin-go/tfprotov6/internal/tfplugin6/tfplugin6.proto",
"vendor/google.golang.org/appengine/internal/app_identity/app_identity_service.proto",
"vendor/google.golang.org/appengine/internal/base/api_base.proto",
"vendor/google.golang.org/appengine/internal/datastore/datastore_v3.proto",
"vendor/google.golang.org/appengine/internal/log/log_service.proto",
"vendor/google.golang.org/appengine/internal/modules/modules_service.proto",
"vendor/google.golang.org/appengine/internal/remote_api/remote_api.proto"
]
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": "vendor/github.com/hashicorp/go-plugin/internal/plugin/grpc_broker.proto, vendor/github.com/hashicorp/go-plugin/internal/plugin/grpc_controller.proto, vendor/github.com/hashicorp/go-plugin/internal/plugin/grpc_stdio.proto, vendor/github.com/hashicorp/terraform-plugin-go/tfprotov5/internal/tfplugin5/tfplugin5.proto, vendor/github.com/hashicorp/terraform-plugin-go/tfprotov6/internal/tfplugin6/tfplugin6.proto, vendor/google.golang.org/appengine/internal/app_identity/app_identity_service.proto, vendor/google.golang.org/appengine/internal/base/api_base.proto, vendor/google.golang.org/appengine/internal/datastore/datastore_v3.proto, vendor/google.golang.org/appengine/internal/log/log_service.proto, vendor/google.golang.org/appengine/internal/modules/modules_service.proto, vendor/google.golang.org/appengine/internal/remote_api/remote_api.proto",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "vendor/github.com/hashicorp/go-plugin/internal/plugin/grpc_broker.proto, vendor/github.com/hashicorp/go-plugin/internal/plugin/grpc_controller.proto, vendor/github.com/hashicorp/go-plugin/internal/plugin/grpc_stdio.proto, vendor/github.com/hashicorp/terraform-plugin-go/tfprotov5/internal/tfplugin5/tfplugin5.proto, vendor/github.com/hashicorp/terraform-plugin-go/tfprotov6/internal/tfplugin6/tfplugin6.proto, vendor/google.golang.org/appengine/internal/app_identity/app_identity_service.proto, vendor/google.golang.org/appengine/internal/base/api_base.proto, vendor/google.golang.org/appengine/internal/datastore/datastore_v3.proto, vendor/google.golang.org/appengine/internal/log/log_service.proto, vendor/google.golang.org/appengine/internal/modules/modules_service.proto, vendor/google.golang.org/appengine/internal/remote_api/remote_api.proto"
}
}
],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Community profile unavailable",
"go package 'github.com/microsoft/terraform-provider-azuredevops' points at a different repository (https://github.com/microsoft/terraform-provider-azuredevops); excluded from ecosystem scoring",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-25T19:47:13.429523Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/x/xuzhang3/terraform-provider-azuredevops.svg",
"full_name": "xuzhang3/terraform-provider-azuredevops",
"license_state": "standard",
"license_spdx": "MIT"
}