Microsoft Azure · Capability

Microsoft Azure Azure Migrate Discovery Service — RunAsAccountsController

Microsoft Azure Azure Migrate Discovery Service — RunAsAccountsController. 2 operations. Lead operation: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Offazure Vmwaresites Sitename Runasaccounts. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureRunAsAccountsController

What You Can Do

GET
Microsoftazurerunasaccountscontrollerlistbyvmwaresite — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Offazure Vmwaresites Sitename Runasaccounts
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-offazure/vmwaresites/{sitename}/runasaccounts
GET
Microsoftazurerunasaccountscontrollerget — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Offazure Vmwaresites Sitename Runasaccounts Accountname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-offazure/vmwaresites/{sitename}/runasaccounts/{accountname}

MCP Tools

microsoft-azure-get-subscriptions-subscriptionid

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Offazure Vmwaresites Sitename Runasaccounts

read-only idempotent
microsoft-azure-get-subscriptions-subscriptionid-2

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Offazure Vmwaresites Sitename Runasaccounts Accountname

read-only idempotent

Capability Spec

azure-migrate-discovery-service-runasaccountscontroller.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure Migrate Discovery Service — RunAsAccountsController
  description: 'Microsoft Azure Azure Migrate Discovery Service — RunAsAccountsController. 2 operations. Lead operation: Microsoft
    Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Offazure Vmwaresites Sitename
    Runasaccounts. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - RunAsAccountsController
  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-migrate-discovery-service-runasaccountscontroller
    baseUri: https://management.azure.com
    description: Microsoft Azure Azure Migrate Discovery Service — RunAsAccountsController business capability. Self-contained,
      no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/vmwareSites/{siteName}/runAsAccounts
      operations:
      - name: microsoftazurerunasaccountscontrollerlistbyvmwaresite
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Offazure Vmwaresites Sitename Runasaccounts
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: siteName
          in: path
          type: string
          description: Site name
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/vmwareSites/{siteName}/runAsAccounts/{accountName}
      operations:
      - name: microsoftazurerunasaccountscontrollerget
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Offazure Vmwaresites Sitename Runasaccounts Accountname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: siteName
          in: path
          type: string
          description: Site name
          required: true
        - name: accountName
          in: path
          type: string
          description: RunAsAccounts name
          required: true
  exposes:
  - type: rest
    namespace: azure-migrate-discovery-service-runasaccountscontroller-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure Migrate Discovery Service — RunAsAccountsController. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-offazure/vmwaresites/{sitename}/runasaccounts
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurerunasaccountscontrollerlistbyvmwaresite
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Offazure Vmwaresites Sitename Runasaccounts
        call: azure-migrate-discovery-service-runasaccountscontroller.microsoftazurerunasaccountscontrollerlistbyvmwaresite
        with:
          siteName: rest.siteName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-offazure/vmwaresites/{sitename}/runasaccounts/{accountname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurerunasaccountscontrollerget
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Offazure Vmwaresites Sitename Runasaccounts Accountname
        call: azure-migrate-discovery-service-runasaccountscontroller.microsoftazurerunasaccountscontrollerget
        with:
          siteName: rest.siteName
          accountName: rest.accountName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-migrate-discovery-service-runasaccountscontroller-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure Migrate Discovery Service — RunAsAccountsController. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-subscriptions-subscriptionid
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Offazure
        Vmwaresites Sitename Runasaccounts
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-migrate-discovery-service-runasaccountscontroller.microsoftazurerunasaccountscontrollerlistbyvmwaresite
      with:
        siteName: tools.siteName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-2
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Offazure
        Vmwaresites Sitename Runasaccounts Accountname
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-migrate-discovery-service-runasaccountscontroller.microsoftazurerunasaccountscontrollerget
      with:
        siteName: tools.siteName
        accountName: tools.accountName
      outputParameters:
      - type: object
        mapping: $.