Microsoft Azure · Capability

Microsoft Azure Azure Machine Learning Model Management Service — Keys

Microsoft Azure Azure Machine Learning Model Management Service — Keys. 2 operations. Lead operation: Microsoft Azure Lists Service Keys. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureKeys

What You Can Do

POST
Microsoftazureserviceslistservicekeys — Microsoft Azure Lists Service Keys
/v1/modelmanagement/v1-0/subscriptions/{subscriptionid}/resourcegroups/{resourcegroup}/providers/microsoft-machinelearningservices/workspaces/{workspace}/services/{id}/listkeys
POST
Microsoftazureservicesregenerateservicekeys — Microsoft Azure Regenerate Service Keys
/v1/modelmanagement/v1-0/subscriptions/{subscriptionid}/resourcegroups/{resourcegroup}/providers/microsoft-machinelearningservices/workspaces/{workspace}/services/{id}/regeneratekeys

MCP Tools

microsoft-azure-lists-service-keys

Microsoft Azure Lists Service Keys

microsoft-azure-regenerate-service-keys

Microsoft Azure Regenerate Service Keys

Capability Spec

azure-machine-learning-model-management-service-keys.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure Machine Learning Model Management Service — Keys
  description: 'Microsoft Azure Azure Machine Learning Model Management Service — Keys. 2 operations. Lead operation: Microsoft
    Azure Lists Service Keys. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Keys
  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: azure-machine-learning-model-management-service-keys
    baseUri: ''
    description: Microsoft Azure Azure Machine Learning Model Management Service — Keys business capability. Self-contained,
      no shared references.
    resources:
    - name: modelmanagement-v1.0-subscriptions-subscriptionId-resourceGroups-resourceGroup-p
      path: /modelmanagement/v1.0/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.MachineLearningServices/workspaces/{workspace}/services/{id}/listkeys
      operations:
      - name: microsoftazureserviceslistservicekeys
        method: POST
        description: Microsoft Azure Lists Service Keys
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: The Service Id.
          required: true
    - name: modelmanagement-v1.0-subscriptions-subscriptionId-resourceGroups-resourceGroup-p
      path: /modelmanagement/v1.0/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.MachineLearningServices/workspaces/{workspace}/services/{id}/regenerateKeys
      operations:
      - name: microsoftazureservicesregenerateservicekeys
        method: POST
        description: Microsoft Azure Regenerate Service Keys
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: The Service Id.
          required: true
        - name: request
          in: body
          type: string
          description: The payload that is used to regenerate keys.
          required: true
  exposes:
  - type: rest
    namespace: azure-machine-learning-model-management-service-keys-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure Machine Learning Model Management Service — Keys. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/modelmanagement/v1-0/subscriptions/{subscriptionid}/resourcegroups/{resourcegroup}/providers/microsoft-machinelearningservices/workspaces/{workspace}/services/{id}/listkeys
      name: modelmanagement-v1-0-subscriptions-subscriptionid-resourcegroups-resourcegroup-p
      description: REST surface for modelmanagement-v1.0-subscriptions-subscriptionId-resourceGroups-resourceGroup-p.
      operations:
      - method: POST
        name: microsoftazureserviceslistservicekeys
        description: Microsoft Azure Lists Service Keys
        call: azure-machine-learning-model-management-service-keys.microsoftazureserviceslistservicekeys
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/modelmanagement/v1-0/subscriptions/{subscriptionid}/resourcegroups/{resourcegroup}/providers/microsoft-machinelearningservices/workspaces/{workspace}/services/{id}/regeneratekeys
      name: modelmanagement-v1-0-subscriptions-subscriptionid-resourcegroups-resourcegroup-p
      description: REST surface for modelmanagement-v1.0-subscriptions-subscriptionId-resourceGroups-resourceGroup-p.
      operations:
      - method: POST
        name: microsoftazureservicesregenerateservicekeys
        description: Microsoft Azure Regenerate Service Keys
        call: azure-machine-learning-model-management-service-keys.microsoftazureservicesregenerateservicekeys
        with:
          id: rest.id
          request: rest.request
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-machine-learning-model-management-service-keys-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure Machine Learning Model Management Service — Keys. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-lists-service-keys
      description: Microsoft Azure Lists Service Keys
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: azure-machine-learning-model-management-service-keys.microsoftazureserviceslistservicekeys
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-regenerate-service-keys
      description: Microsoft Azure Regenerate Service Keys
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: azure-machine-learning-model-management-service-keys.microsoftazureservicesregenerateservicekeys
      with:
        id: tools.id
        request: tools.request
      outputParameters:
      - type: object
        mapping: $.