Skip to content

Commit

Permalink
Document oldApiVersions.json in reports/readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas11 committed Jan 28, 2025
1 parent ebd544c commit af0e097
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion reports/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,8 @@ This, most likely very unelegant, `jq` query filters the endpoints to only those

```jq
jq '[ keys[] as $rp | .[$rp] | keys[] as $path | .[$path][] ] | map(select(.HttpVerbs != null) | select(.HttpVerbs | contains(["POST"])))' allEndpoints.json
```
```

## `oldApiVersions.json`

This file contains a list of all API versions that are older than the oldest previous default version for each resource provider. These API versions are good candidates for removal. Versions that are already explicitly removed via `vN-removed.json` are not included.

0 comments on commit af0e097

Please sign in to comment.