Azure Monitor · Capability

Azure Monitor Private Link Scopes API — Scoped Resources

Azure Monitor Private Link Scopes API — Scoped Resources. 4 operations. Lead operation: Azure Monitor List scoped resources in a private link scope. Self-contained Naftiko capability covering one Microsoft Azure Monitor business surface.

Run with Naftiko Microsoft Azure MonitorScoped Resources

What You Can Do

GET
Scopedresourceslistbyprivatelinkscope — Azure Monitor List scoped resources in a private link scope
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-insights/privatelinkscopes/{scopename}/scopedresources
GET
Scopedresourcesget — Azure Monitor Get a scoped resource
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-insights/privatelinkscopes/{scopename}/scopedresources/{name}
PUT
Scopedresourcescreateorupdate — Azure Monitor Create or update a scoped resource
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-insights/privatelinkscopes/{scopename}/scopedresources/{name}
DELETE
Scopedresourcesdelete — Azure Monitor Delete a scoped resource
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-insights/privatelinkscopes/{scopename}/scopedresources/{name}

MCP Tools

azure-monitor-list-scoped-resources

Azure Monitor List scoped resources in a private link scope

read-only idempotent
azure-monitor-get-scoped-resource

Azure Monitor Get a scoped resource

read-only idempotent
azure-monitor-create-update-scoped

Azure Monitor Create or update a scoped resource

idempotent
azure-monitor-delete-scoped-resource

Azure Monitor Delete a scoped resource

idempotent

Capability Spec

azure-monitor-private-link-scopes-scoped-resources.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Azure Monitor Private Link Scopes API — Scoped Resources
  description: 'Azure Monitor Private Link Scopes API — Scoped Resources. 4 operations. Lead operation: Azure Monitor List
    scoped resources in a private link scope. Self-contained Naftiko capability covering one Microsoft Azure Monitor business
    surface.'
  tags:
  - Microsoft Azure Monitor
  - Scoped Resources
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_MONITOR_API_KEY: MICROSOFT_AZURE_MONITOR_API_KEY
capability:
  consumes:
  - type: http
    namespace: azure-monitor-private-link-scopes-scoped-resources
    baseUri: https://management.azure.com
    description: Azure Monitor Private Link Scopes API — Scoped Resources business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/privateLinkScopes/{scopeName}/scopedResources
      operations:
      - name: scopedresourceslistbyprivatelinkscope
        method: GET
        description: Azure Monitor List scoped resources in a private link scope
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/privateLinkScopes/{scopeName}/scopedResources/{name}
      operations:
      - name: scopedresourcesget
        method: GET
        description: Azure Monitor Get a scoped resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: name
          in: path
          type: string
          description: The name of the scoped resource.
          required: true
      - name: scopedresourcescreateorupdate
        method: PUT
        description: Azure Monitor Create or update a scoped resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: name
          in: path
          type: string
          description: The name of the scoped resource.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: scopedresourcesdelete
        method: DELETE
        description: Azure Monitor Delete a scoped resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: name
          in: path
          type: string
          description: The name of the scoped resource.
          required: true
    authentication:
      type: bearer
      token: '{{env.MICROSOFT_AZURE_MONITOR_API_KEY}}'
  exposes:
  - type: rest
    namespace: azure-monitor-private-link-scopes-scoped-resources-rest
    port: 8080
    description: REST adapter for Azure Monitor Private Link Scopes API — Scoped Resources. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-insights/privatelinkscopes/{scopename}/scopedresources
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-microsof.
      operations:
      - method: GET
        name: scopedresourceslistbyprivatelinkscope
        description: Azure Monitor List scoped resources in a private link scope
        call: azure-monitor-private-link-scopes-scoped-resources.scopedresourceslistbyprivatelinkscope
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-insights/privatelinkscopes/{scopename}/scopedresources/{name}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-microsof.
      operations:
      - method: GET
        name: scopedresourcesget
        description: Azure Monitor Get a scoped resource
        call: azure-monitor-private-link-scopes-scoped-resources.scopedresourcesget
        with:
          name: rest.name
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: scopedresourcescreateorupdate
        description: Azure Monitor Create or update a scoped resource
        call: azure-monitor-private-link-scopes-scoped-resources.scopedresourcescreateorupdate
        with:
          name: rest.name
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: scopedresourcesdelete
        description: Azure Monitor Delete a scoped resource
        call: azure-monitor-private-link-scopes-scoped-resources.scopedresourcesdelete
        with:
          name: rest.name
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-monitor-private-link-scopes-scoped-resources-mcp
    port: 9090
    transport: http
    description: MCP adapter for Azure Monitor Private Link Scopes API — Scoped Resources. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: azure-monitor-list-scoped-resources
      description: Azure Monitor List scoped resources in a private link scope
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-monitor-private-link-scopes-scoped-resources.scopedresourceslistbyprivatelinkscope
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-monitor-get-scoped-resource
      description: Azure Monitor Get a scoped resource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-monitor-private-link-scopes-scoped-resources.scopedresourcesget
      with:
        name: tools.name
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-monitor-create-update-scoped
      description: Azure Monitor Create or update a scoped resource
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-monitor-private-link-scopes-scoped-resources.scopedresourcescreateorupdate
      with:
        name: tools.name
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-monitor-delete-scoped-resource
      description: Azure Monitor Delete a scoped resource
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: azure-monitor-private-link-scopes-scoped-resources.scopedresourcesdelete
      with:
        name: tools.name
      outputParameters:
      - type: object
        mapping: $.