Microsoft Azure · Capability

Microsoft Azure ManagedNetworkManagementClient — ScopeAssignments

Microsoft Azure ManagedNetworkManagementClient — ScopeAssignments. 4 operations. Lead operation: Microsoft Azure Get Scope Providers Microsoft Managednetwork Scopeassignments. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureScopeAssignments

What You Can Do

GET
Microsoftazurescopeassignmentslist — Microsoft Azure Get Scope Providers Microsoft Managednetwork Scopeassignments
/v1/{scope}/providers/microsoft-managednetwork/scopeassignments
GET
Microsoftazurescopeassignmentsget — Microsoft Azure Get Scope Providers Microsoft Managednetwork Scopeassignments Scopeassignmentname
/v1/{scope}/providers/microsoft-managednetwork/scopeassignments/{scopeassignmentname}
PUT
Microsoftazurescopeassignmentscreateorupdate — Microsoft Azure Put Scope Providers Microsoft Managednetwork Scopeassignments Scopeassignmentname
/v1/{scope}/providers/microsoft-managednetwork/scopeassignments/{scopeassignmentname}
DELETE
Microsoftazurescopeassignmentsdelete — Microsoft Azure Delete Scope Providers Microsoft Managednetwork Scopeassignments Scopeassignmentname
/v1/{scope}/providers/microsoft-managednetwork/scopeassignments/{scopeassignmentname}

MCP Tools

microsoft-azure-get-scope-providers

Microsoft Azure Get Scope Providers Microsoft Managednetwork Scopeassignments

read-only idempotent
microsoft-azure-get-scope-providers-2

Microsoft Azure Get Scope Providers Microsoft Managednetwork Scopeassignments Scopeassignmentname

read-only idempotent
microsoft-azure-put-scope-providers

Microsoft Azure Put Scope Providers Microsoft Managednetwork Scopeassignments Scopeassignmentname

idempotent
microsoft-azure-delete-scope-providers

Microsoft Azure Delete Scope Providers Microsoft Managednetwork Scopeassignments Scopeassignmentname

idempotent

Capability Spec

managednetworkmanagementclient-scopeassignments.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure ManagedNetworkManagementClient — ScopeAssignments
  description: 'Microsoft Azure ManagedNetworkManagementClient — ScopeAssignments. 4 operations. Lead operation: Microsoft
    Azure Get Scope Providers Microsoft Managednetwork Scopeassignments. Self-contained Naftiko capability covering one Microsoft
    Azure business surface.'
  tags:
  - Microsoft Azure
  - ScopeAssignments
  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: managednetworkmanagementclient-scopeassignments
    baseUri: https://management.azure.com
    description: Microsoft Azure ManagedNetworkManagementClient — ScopeAssignments business capability. Self-contained, no
      shared references.
    resources:
    - name: scope-providers-Microsoft.ManagedNetwork-scopeAssignments
      path: /{scope}/providers/Microsoft.ManagedNetwork/scopeAssignments
      operations:
      - name: microsoftazurescopeassignmentslist
        method: GET
        description: Microsoft Azure Get Scope Providers Microsoft Managednetwork Scopeassignments
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: scope
          in: path
          type: string
          description: The base resource of the scope assignment.
          required: true
    - name: scope-providers-Microsoft.ManagedNetwork-scopeAssignments-scopeAssignmentName
      path: /{scope}/providers/Microsoft.ManagedNetwork/scopeAssignments/{scopeAssignmentName}
      operations:
      - name: microsoftazurescopeassignmentsget
        method: GET
        description: Microsoft Azure Get Scope Providers Microsoft Managednetwork Scopeassignments Scopeassignmentname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: scope
          in: path
          type: string
          description: The base resource of the scope assignment.
          required: true
        - name: scopeAssignmentName
          in: path
          type: string
          description: The name of the scope assignment to get.
          required: true
      - name: microsoftazurescopeassignmentscreateorupdate
        method: PUT
        description: Microsoft Azure Put Scope Providers Microsoft Managednetwork Scopeassignments Scopeassignmentname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: parameters
          in: body
          type: string
          description: Parameters supplied to the specify which Managed Network this scope is being assigned
          required: true
        - name: scope
          in: path
          type: string
          description: The base resource of the scope assignment to create. The scope can be any REST resource instance. For
            example, use 'subscriptions/{subscription-id}' for a subsc
          required: true
        - name: scopeAssignmentName
          in: path
          type: string
          description: The name of the scope assignment to create.
          required: true
      - name: microsoftazurescopeassignmentsdelete
        method: DELETE
        description: Microsoft Azure Delete Scope Providers Microsoft Managednetwork Scopeassignments Scopeassignmentname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: scope
          in: path
          type: string
          description: The scope of the scope assignment to delete.
          required: true
        - name: scopeAssignmentName
          in: path
          type: string
          description: The name of the scope assignment to delete.
          required: true
  exposes:
  - type: rest
    namespace: managednetworkmanagementclient-scopeassignments-rest
    port: 8080
    description: REST adapter for Microsoft Azure ManagedNetworkManagementClient — ScopeAssignments. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/{scope}/providers/microsoft-managednetwork/scopeassignments
      name: scope-providers-microsoft-managednetwork-scopeassignments
      description: REST surface for scope-providers-Microsoft.ManagedNetwork-scopeAssignments.
      operations:
      - method: GET
        name: microsoftazurescopeassignmentslist
        description: Microsoft Azure Get Scope Providers Microsoft Managednetwork Scopeassignments
        call: managednetworkmanagementclient-scopeassignments.microsoftazurescopeassignmentslist
        with:
          scope: rest.scope
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/{scope}/providers/microsoft-managednetwork/scopeassignments/{scopeassignmentname}
      name: scope-providers-microsoft-managednetwork-scopeassignments-scopeassignmentname
      description: REST surface for scope-providers-Microsoft.ManagedNetwork-scopeAssignments-scopeAssignmentName.
      operations:
      - method: GET
        name: microsoftazurescopeassignmentsget
        description: Microsoft Azure Get Scope Providers Microsoft Managednetwork Scopeassignments Scopeassignmentname
        call: managednetworkmanagementclient-scopeassignments.microsoftazurescopeassignmentsget
        with:
          scope: rest.scope
          scopeAssignmentName: rest.scopeAssignmentName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazurescopeassignmentscreateorupdate
        description: Microsoft Azure Put Scope Providers Microsoft Managednetwork Scopeassignments Scopeassignmentname
        call: managednetworkmanagementclient-scopeassignments.microsoftazurescopeassignmentscreateorupdate
        with:
          parameters: rest.parameters
          scope: rest.scope
          scopeAssignmentName: rest.scopeAssignmentName
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazurescopeassignmentsdelete
        description: Microsoft Azure Delete Scope Providers Microsoft Managednetwork Scopeassignments Scopeassignmentname
        call: managednetworkmanagementclient-scopeassignments.microsoftazurescopeassignmentsdelete
        with:
          scope: rest.scope
          scopeAssignmentName: rest.scopeAssignmentName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: managednetworkmanagementclient-scopeassignments-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure ManagedNetworkManagementClient — ScopeAssignments. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-scope-providers
      description: Microsoft Azure Get Scope Providers Microsoft Managednetwork Scopeassignments
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: managednetworkmanagementclient-scopeassignments.microsoftazurescopeassignmentslist
      with:
        scope: tools.scope
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-scope-providers-2
      description: Microsoft Azure Get Scope Providers Microsoft Managednetwork Scopeassignments Scopeassignmentname
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: managednetworkmanagementclient-scopeassignments.microsoftazurescopeassignmentsget
      with:
        scope: tools.scope
        scopeAssignmentName: tools.scopeAssignmentName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-scope-providers
      description: Microsoft Azure Put Scope Providers Microsoft Managednetwork Scopeassignments Scopeassignmentname
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: managednetworkmanagementclient-scopeassignments.microsoftazurescopeassignmentscreateorupdate
      with:
        parameters: tools.parameters
        scope: tools.scope
        scopeAssignmentName: tools.scopeAssignmentName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-scope-providers
      description: Microsoft Azure Delete Scope Providers Microsoft Managednetwork Scopeassignments Scopeassignmentname
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: managednetworkmanagementclient-scopeassignments.microsoftazurescopeassignmentsdelete
      with:
        scope: tools.scope
        scopeAssignmentName: tools.scopeAssignmentName
      outputParameters:
      - type: object
        mapping: $.