azure-devops-mcp

by RyanCardin15
Verified

rotateSecrets

Rotate secrets and credentials

Input Schema

NameRequiredDescriptionDefault
forceNoForce rotation even if not expired
secretNameNoName of the secret to rotate
secretTypeNoType of secret to rotate

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "force": { "description": "Force rotation even if not expired", "type": "boolean" }, "secretName": { "description": "Name of the secret to rotate", "type": "string" }, "secretType": { "description": "Type of secret to rotate", "enum": [ "password", "token", "certificate", "key" ], "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools