Git Stuff Server

get_ado_pr_changed_files

Retrieve the list of modified files from the latest iteration of an Azure DevOps Pull Request using a PowerShell script. Inputs include Pull Request ID and organization identifier for specific configuration settings.

Instructions

Fetches the list of changed files from the latest iteration of an Azure DevOps Pull Request using a PowerShell script.

Input Schema

NameRequiredDescriptionDefault
organizationIdYesOptional organization identifier to load specific configuration settings.
pullRequestIdYesThe numeric ID of the Pull Request (as a string).

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "organizationId": { "description": "Optional organization identifier to load specific configuration settings.", "minLength": 1, "type": "string" }, "pullRequestId": { "description": "The numeric ID of the Pull Request (as a string).", "minLength": 1, "pattern": "^\\d+$", "type": "string" } }, "required": [ "pullRequestId", "organizationId" ], "type": "object" }

You must be authenticated.

Other Tools from Git Stuff Server

Related Tools

ID: piyephrxc1