Microsoft Azure · Capability

Microsoft Azure Microsoft.Azure.AMH.WebRole.V2020_05_01 — MigrateProjectsController

Microsoft Azure Microsoft.Azure.AMH.WebRole.V2020_05_01 — MigrateProjectsController. 4 operations. Lead operation: Microsoft Azure Get A Specific Project. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureMigrateProjectsController

What You Can Do

GET
Microsoftazuremigrateprojectscontrollergetmigrateproject — Microsoft Azure Get A Specific Project
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-migrate/migrateprojects/{migrateprojectname}
PUT
Microsoftazuremigrateprojectscontrollerputmigrateproject — Microsoft Azure Create A New Project With Specified Settings
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-migrate/migrateprojects/{migrateprojectname}
DELETE
Microsoftazuremigrateprojectscontrollerdeletemigrateproject — Microsoft Azure Delete The Project
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-migrate/migrateprojects/{migrateprojectname}
PATCH
Microsoftazuremigrateprojectscontrollerpatchmigrateproject — Microsoft Azure Update Project
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-migrate/migrateprojects/{migrateprojectname}

MCP Tools

microsoft-azure-get-specific-project

Microsoft Azure Get A Specific Project

read-only idempotent
microsoft-azure-create-new-project

Microsoft Azure Create A New Project With Specified Settings

idempotent
microsoft-azure-delete-project

Microsoft Azure Delete The Project

idempotent
microsoft-azure-update-project

Microsoft Azure Update Project

idempotent

Capability Spec

microsoftazureamhwebrolev20200501-migrateprojectscontroller.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Microsoft.Azure.AMH.WebRole.V2020_05_01 — MigrateProjectsController
  description: 'Microsoft Azure Microsoft.Azure.AMH.WebRole.V2020_05_01 — MigrateProjectsController. 4 operations. Lead operation:
    Microsoft Azure Get A Specific Project. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - MigrateProjectsController
  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: microsoftazureamhwebrolev20200501-migrateprojectscontroller
    baseUri: https://management.azure.com
    description: Microsoft Azure Microsoft.Azure.AMH.WebRole.V2020_05_01 — MigrateProjectsController business capability.
      Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateProjects/{migrateProjectName}
      operations:
      - name: microsoftazuremigrateprojectscontrollergetmigrateproject
        method: GET
        description: Microsoft Azure Get A Specific Project
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: api-version
          in: query
          type: string
          description: The API version to use for this operation.
          required: true
      - name: microsoftazuremigrateprojectscontrollerputmigrateproject
        method: PUT
        description: Microsoft Azure Create A New Project With Specified Settings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: string
          description: Migrate project body.
          required: true
        - name: api-version
          in: query
          type: string
          description: The API version to use for this operation.
          required: true
      - name: microsoftazuremigrateprojectscontrollerdeletemigrateproject
        method: DELETE
        description: Microsoft Azure Delete The Project
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: api-version
          in: query
          type: string
          description: The API version to use for this operation.
          required: true
      - name: microsoftazuremigrateprojectscontrollerpatchmigrateproject
        method: PATCH
        description: Microsoft Azure Update Project
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: string
          description: Migrate project body.
          required: true
        - name: api-version
          in: query
          type: string
          description: The API version to use for this operation.
          required: true
  exposes:
  - type: rest
    namespace: microsoftazureamhwebrolev20200501-migrateprojectscontroller-rest
    port: 8080
    description: REST adapter for Microsoft Azure Microsoft.Azure.AMH.WebRole.V2020_05_01 — MigrateProjectsController. One
      Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-migrate/migrateprojects/{migrateprojectname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazuremigrateprojectscontrollergetmigrateproject
        description: Microsoft Azure Get A Specific Project
        call: microsoftazureamhwebrolev20200501-migrateprojectscontroller.microsoftazuremigrateprojectscontrollergetmigrateproject
        with:
          api-version: rest.api-version
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazuremigrateprojectscontrollerputmigrateproject
        description: Microsoft Azure Create A New Project With Specified Settings
        call: microsoftazureamhwebrolev20200501-migrateprojectscontroller.microsoftazuremigrateprojectscontrollerputmigrateproject
        with:
          body: rest.body
          api-version: rest.api-version
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazuremigrateprojectscontrollerdeletemigrateproject
        description: Microsoft Azure Delete The Project
        call: microsoftazureamhwebrolev20200501-migrateprojectscontroller.microsoftazuremigrateprojectscontrollerdeletemigrateproject
        with:
          api-version: rest.api-version
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazuremigrateprojectscontrollerpatchmigrateproject
        description: Microsoft Azure Update Project
        call: microsoftazureamhwebrolev20200501-migrateprojectscontroller.microsoftazuremigrateprojectscontrollerpatchmigrateproject
        with:
          body: rest.body
          api-version: rest.api-version
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoftazureamhwebrolev20200501-migrateprojectscontroller-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Microsoft.Azure.AMH.WebRole.V2020_05_01 — MigrateProjectsController. One
      tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-specific-project
      description: Microsoft Azure Get A Specific Project
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoftazureamhwebrolev20200501-migrateprojectscontroller.microsoftazuremigrateprojectscontrollergetmigrateproject
      with:
        api-version: tools.api-version
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-create-new-project
      description: Microsoft Azure Create A New Project With Specified Settings
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoftazureamhwebrolev20200501-migrateprojectscontroller.microsoftazuremigrateprojectscontrollerputmigrateproject
      with:
        body: tools.body
        api-version: tools.api-version
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-project
      description: Microsoft Azure Delete The Project
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: microsoftazureamhwebrolev20200501-migrateprojectscontroller.microsoftazuremigrateprojectscontrollerdeletemigrateproject
      with:
        api-version: tools.api-version
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-update-project
      description: Microsoft Azure Update Project
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoftazureamhwebrolev20200501-migrateprojectscontroller.microsoftazuremigrateprojectscontrollerpatchmigrateproject
      with:
        body: tools.body
        api-version: tools.api-version
      outputParameters:
      - type: object
        mapping: $.