Microsoft Azure · Capability

Microsoft Azure GraphRbacManagementClient — ServicePrincipalPasswordCredentials

Microsoft Azure GraphRbacManagementClient — ServicePrincipalPasswordCredentials. 2 operations. Lead operation: Microsoft Azure Get Tenantid Serviceprincipals Objectid Passwordcredentials. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureServicePrincipalPasswordCredentials

What You Can Do

GET
Microsoftazureserviceprincipalslistpasswordcredentials — Microsoft Azure Get Tenantid Serviceprincipals Objectid Passwordcredentials
/v1/{tenantid}/serviceprincipals/{objectid}/passwordcredentials
PATCH
Microsoftazureserviceprincipalsupdatepasswordcredentials — Microsoft Azure Patch Tenantid Serviceprincipals Objectid Passwordcredentials
/v1/{tenantid}/serviceprincipals/{objectid}/passwordcredentials

MCP Tools

microsoft-azure-get-tenantid-serviceprincipals

Microsoft Azure Get Tenantid Serviceprincipals Objectid Passwordcredentials

read-only idempotent
microsoft-azure-patch-tenantid-serviceprincipals

Microsoft Azure Patch Tenantid Serviceprincipals Objectid Passwordcredentials

idempotent

Capability Spec

graphrbacmanagementclient-serviceprincipalpasswordcredentials.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure GraphRbacManagementClient — ServicePrincipalPasswordCredentials
  description: 'Microsoft Azure GraphRbacManagementClient — ServicePrincipalPasswordCredentials. 2 operations. Lead operation:
    Microsoft Azure Get Tenantid Serviceprincipals Objectid Passwordcredentials. Self-contained Naftiko capability covering
    one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - ServicePrincipalPasswordCredentials
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_API_KEY: MICROSOFT_AZURE_API_KEY
capability:
  consumes:
  - type: http
    namespace: graphrbacmanagementclient-serviceprincipalpasswordcredentials
    baseUri: https://graph.windows.net
    description: Microsoft Azure GraphRbacManagementClient — ServicePrincipalPasswordCredentials business capability. Self-contained,
      no shared references.
    resources:
    - name: tenantID-servicePrincipals-objectId-passwordCredentials
      path: /{tenantID}/servicePrincipals/{objectId}/passwordCredentials
      operations:
      - name: microsoftazureserviceprincipalslistpasswordcredentials
        method: GET
        description: Microsoft Azure Get Tenantid Serviceprincipals Objectid Passwordcredentials
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: objectId
          in: path
          type: string
          description: The object ID of the service principal.
          required: true
      - name: microsoftazureserviceprincipalsupdatepasswordcredentials
        method: PATCH
        description: Microsoft Azure Patch Tenantid Serviceprincipals Objectid Passwordcredentials
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: objectId
          in: path
          type: string
          description: The object ID of the service principal.
          required: true
        - name: parameters
          in: body
          type: string
          description: Parameters to update the passwordCredentials of an existing service principal.
          required: true
  exposes:
  - type: rest
    namespace: graphrbacmanagementclient-serviceprincipalpasswordcredentials-rest
    port: 8080
    description: REST adapter for Microsoft Azure GraphRbacManagementClient — ServicePrincipalPasswordCredentials. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/{tenantid}/serviceprincipals/{objectid}/passwordcredentials
      name: tenantid-serviceprincipals-objectid-passwordcredentials
      description: REST surface for tenantID-servicePrincipals-objectId-passwordCredentials.
      operations:
      - method: GET
        name: microsoftazureserviceprincipalslistpasswordcredentials
        description: Microsoft Azure Get Tenantid Serviceprincipals Objectid Passwordcredentials
        call: graphrbacmanagementclient-serviceprincipalpasswordcredentials.microsoftazureserviceprincipalslistpasswordcredentials
        with:
          objectId: rest.objectId
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazureserviceprincipalsupdatepasswordcredentials
        description: Microsoft Azure Patch Tenantid Serviceprincipals Objectid Passwordcredentials
        call: graphrbacmanagementclient-serviceprincipalpasswordcredentials.microsoftazureserviceprincipalsupdatepasswordcredentials
        with:
          objectId: rest.objectId
          parameters: rest.parameters
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: graphrbacmanagementclient-serviceprincipalpasswordcredentials-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure GraphRbacManagementClient — ServicePrincipalPasswordCredentials. One tool
      per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-tenantid-serviceprincipals
      description: Microsoft Azure Get Tenantid Serviceprincipals Objectid Passwordcredentials
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: graphrbacmanagementclient-serviceprincipalpasswordcredentials.microsoftazureserviceprincipalslistpasswordcredentials
      with:
        objectId: tools.objectId
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-patch-tenantid-serviceprincipals
      description: Microsoft Azure Patch Tenantid Serviceprincipals Objectid Passwordcredentials
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: graphrbacmanagementclient-serviceprincipalpasswordcredentials.microsoftazureserviceprincipalsupdatepasswordcredentials
      with:
        objectId: tools.objectId
        parameters: tools.parameters
      outputParameters:
      - type: object
        mapping: $.