azure-devops-mcp

by RyanCardin15
Verified

rotateSecrets

Rotate Azure DevOps secrets and credentials, including passwords, tokens, certificates, and keys, to enhance security. Specify the secret name, type, and force rotation if needed.

Instructions

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 from azure-devops-mcp

Related Tools

ID: z7mxfcinp8