Microsoft Azure · Capability

Microsoft Azure Azure Migrate V2 — PrivateEndpointConnectionProxyController

Microsoft Azure Azure Migrate V2 — PrivateEndpointConnectionProxyController. 5 operations. Lead operation: Microsoft Azure Get The Private Endpoint Connection Proxies. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzurePrivateEndpointConnectionProxyController

What You Can Do

GET
Microsoftazureprivateendpointconnectionproxycontrollerlistprivateendpointconnectionproxies — Microsoft Azure Get The Private Endpoint Connection Proxies
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-migrate/migrateprojects/{migrateprojectname}/privateendpointconnectionproxies
GET
Microsoftazureprivateendpointconnectionproxycontrollerget — Microsoft Azure Get The Private Link Proxy Resource
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-migrate/migrateprojects/{migrateprojectname}/privateendpointconnectionproxies/{pecproxyname}
PUT
Microsoftazureprivateendpointconnectionproxycontrollercreate — Microsoft Azure Create Or Update Private Endpoint Proxy
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-migrate/migrateprojects/{migrateprojectname}/privateendpointconnectionproxies/{pecproxyname}
DELETE
Microsoftazureprivateendpointconnectionproxycontrollerdelete — Microsoft Azure Delete The Private Endpoint Proxy
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-migrate/migrateprojects/{migrateprojectname}/privateendpointconnectionproxies/{pecproxyname}
POST
Microsoftazureprivateendpointconnectionproxycontrollervalidate — Microsoft Azure Validates Private Endpoint Connection Proxy
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-migrate/migrateprojects/{migrateprojectname}/privateendpointconnectionproxies/{pecproxyname}/validate

MCP Tools

microsoft-azure-get-private-endpoint

Microsoft Azure Get The Private Endpoint Connection Proxies

read-only idempotent
microsoft-azure-get-private-link

Microsoft Azure Get The Private Link Proxy Resource

read-only idempotent
microsoft-azure-create-update-private

Microsoft Azure Create Or Update Private Endpoint Proxy

idempotent
microsoft-azure-delete-private-endpoint

Microsoft Azure Delete The Private Endpoint Proxy

idempotent
microsoft-azure-validates-private-endpoint

Microsoft Azure Validates Private Endpoint Connection Proxy

read-only

Capability Spec

azure-migrate-v2-privateendpointconnectionproxycontroller.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure Migrate V2 — PrivateEndpointConnectionProxyController
  description: 'Microsoft Azure Azure Migrate V2 — PrivateEndpointConnectionProxyController. 5 operations. Lead operation:
    Microsoft Azure Get The Private Endpoint Connection Proxies. Self-contained Naftiko capability covering one Microsoft
    Azure business surface.'
  tags:
  - Microsoft Azure
  - PrivateEndpointConnectionProxyController
  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-v2-privateendpointconnectionproxycontroller
    baseUri: https://management.azure.com
    description: Microsoft Azure Azure Migrate V2 — PrivateEndpointConnectionProxyController 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}/privateEndpointConnectionProxies
      operations:
      - name: microsoftazureprivateendpointconnectionproxycontrollerlistprivateendpointconnectionproxies
        method: GET
        description: Microsoft Azure Get The Private Endpoint Connection Proxies
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateProjects/{migrateProjectName}/privateEndpointConnectionProxies/{pecProxyName}
      operations:
      - name: microsoftazureprivateendpointconnectionproxycontrollerget
        method: GET
        description: Microsoft Azure Get The Private Link Proxy Resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: pecProxyName
          in: path
          type: string
          description: Private link proxy name.
          required: true
      - name: microsoftazureprivateendpointconnectionproxycontrollercreate
        method: PUT
        description: Microsoft Azure Create Or Update Private Endpoint Proxy
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: pecProxyName
          in: path
          type: string
          description: Private endpoint proxy name.
          required: true
        - name: body
          in: body
          type: string
          description: Modify private endpoint proxy state body.
          required: true
      - name: microsoftazureprivateendpointconnectionproxycontrollerdelete
        method: DELETE
        description: Microsoft Azure Delete The Private Endpoint Proxy
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: pecProxyName
          in: path
          type: string
          description: Private endpoint proxy name.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateProjects/{migrateProjectName}/privateEndpointConnectionProxies/{pecProxyName}/validate
      operations:
      - name: microsoftazureprivateendpointconnectionproxycontrollervalidate
        method: POST
        description: Microsoft Azure Validates Private Endpoint Connection Proxy
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: pecProxyName
          in: path
          type: string
          description: Private link proxy name.
          required: true
        - name: body
          in: body
          type: string
          description: Validate proxy connection state body.
          required: true
  exposes:
  - type: rest
    namespace: azure-migrate-v2-privateendpointconnectionproxycontroller-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure Migrate V2 — PrivateEndpointConnectionProxyController. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-migrate/migrateprojects/{migrateprojectname}/privateendpointconnectionproxies
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureprivateendpointconnectionproxycontrollerlistprivateendpointconnectionproxies
        description: Microsoft Azure Get The Private Endpoint Connection Proxies
        call: azure-migrate-v2-privateendpointconnectionproxycontroller.microsoftazureprivateendpointconnectionproxycontrollerlistprivateendpointconnectionproxies
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-migrate/migrateprojects/{migrateprojectname}/privateendpointconnectionproxies/{pecproxyname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureprivateendpointconnectionproxycontrollerget
        description: Microsoft Azure Get The Private Link Proxy Resource
        call: azure-migrate-v2-privateendpointconnectionproxycontroller.microsoftazureprivateendpointconnectionproxycontrollerget
        with:
          pecProxyName: rest.pecProxyName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazureprivateendpointconnectionproxycontrollercreate
        description: Microsoft Azure Create Or Update Private Endpoint Proxy
        call: azure-migrate-v2-privateendpointconnectionproxycontroller.microsoftazureprivateendpointconnectionproxycontrollercreate
        with:
          pecProxyName: rest.pecProxyName
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazureprivateendpointconnectionproxycontrollerdelete
        description: Microsoft Azure Delete The Private Endpoint Proxy
        call: azure-migrate-v2-privateendpointconnectionproxycontroller.microsoftazureprivateendpointconnectionproxycontrollerdelete
        with:
          pecProxyName: rest.pecProxyName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-migrate/migrateprojects/{migrateprojectname}/privateendpointconnectionproxies/{pecproxyname}/validate
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: microsoftazureprivateendpointconnectionproxycontrollervalidate
        description: Microsoft Azure Validates Private Endpoint Connection Proxy
        call: azure-migrate-v2-privateendpointconnectionproxycontroller.microsoftazureprivateendpointconnectionproxycontrollervalidate
        with:
          pecProxyName: rest.pecProxyName
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-migrate-v2-privateendpointconnectionproxycontroller-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure Migrate V2 — PrivateEndpointConnectionProxyController. One tool per
      consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-private-endpoint
      description: Microsoft Azure Get The Private Endpoint Connection Proxies
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-migrate-v2-privateendpointconnectionproxycontroller.microsoftazureprivateendpointconnectionproxycontrollerlistprivateendpointconnectionproxies
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-private-link
      description: Microsoft Azure Get The Private Link Proxy Resource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-migrate-v2-privateendpointconnectionproxycontroller.microsoftazureprivateendpointconnectionproxycontrollerget
      with:
        pecProxyName: tools.pecProxyName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-create-update-private
      description: Microsoft Azure Create Or Update Private Endpoint Proxy
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-migrate-v2-privateendpointconnectionproxycontroller.microsoftazureprivateendpointconnectionproxycontrollercreate
      with:
        pecProxyName: tools.pecProxyName
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-private-endpoint
      description: Microsoft Azure Delete The Private Endpoint Proxy
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: azure-migrate-v2-privateendpointconnectionproxycontroller.microsoftazureprivateendpointconnectionproxycontrollerdelete
      with:
        pecProxyName: tools.pecProxyName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-validates-private-endpoint
      description: Microsoft Azure Validates Private Endpoint Connection Proxy
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: azure-migrate-v2-privateendpointconnectionproxycontroller.microsoftazureprivateendpointconnectionproxycontrollervalidate
      with:
        pecProxyName: tools.pecProxyName
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.