Microsoft Azure · Capability

Microsoft Azure HybridNetworkManagementClient — VendorNetworkFunctions

Microsoft Azure HybridNetworkManagementClient — VendorNetworkFunctions. 3 operations. Lead operation: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Hybridnetwork Locations Locationname Vendors Vendorname Networkfunctions. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureVendorNetworkFunctions

What You Can Do

GET
Microsoftazurevendornetworkfunctionslist — Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Hybridnetwork Locations Locationname Vendors Vendorname Networkfunctions
/v1/subscriptions/{subscriptionid}/providers/microsoft-hybridnetwork/locations/{locationname}/vendors/{vendorname}/networkfunctions
GET
Microsoftazurevendornetworkfunctionsget — Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Hybridnetwork Locations Locationname Vendors Vendorname Networkfunctions Servicekey
/v1/subscriptions/{subscriptionid}/providers/microsoft-hybridnetwork/locations/{locationname}/vendors/{vendorname}/networkfunctions/{servicekey}
PUT
Microsoftazurevendornetworkfunctionscreateorupdate — Microsoft Azure Put Subscriptions Subscriptionid Providers Microsoft Hybridnetwork Locations Locationname Vendors Vendorname Networkfunctions Servicekey
/v1/subscriptions/{subscriptionid}/providers/microsoft-hybridnetwork/locations/{locationname}/vendors/{vendorname}/networkfunctions/{servicekey}

MCP Tools

microsoft-azure-get-subscriptions-subscriptionid

Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Hybridnetwork Locations Locationname Vendors Vendorname Networkfunctions

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

Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Hybridnetwork Locations Locationname Vendors Vendorname Networkfunctions Servicekey

read-only idempotent
microsoft-azure-put-subscriptions-subscriptionid

Microsoft Azure Put Subscriptions Subscriptionid Providers Microsoft Hybridnetwork Locations Locationname Vendors Vendorname Networkfunctions Servicekey

idempotent

Capability Spec

hybridnetworkmanagementclient-vendornetworkfunctions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure HybridNetworkManagementClient — VendorNetworkFunctions
  description: 'Microsoft Azure HybridNetworkManagementClient — VendorNetworkFunctions. 3 operations. Lead operation: Microsoft
    Azure Get Subscriptions Subscriptionid Providers Microsoft Hybridnetwork Locations Locationname Vendors Vendorname Networkfunctions.
    Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - VendorNetworkFunctions
  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: hybridnetworkmanagementclient-vendornetworkfunctions
    baseUri: https://management.azure.com
    description: Microsoft Azure HybridNetworkManagementClient — VendorNetworkFunctions business capability. Self-contained,
      no shared references.
    resources:
    - name: subscriptions-subscriptionId-providers-Microsoft.HybridNetwork-locations-locatio
      path: /subscriptions/{subscriptionId}/providers/Microsoft.HybridNetwork/locations/{locationName}/vendors/{vendorName}/networkFunctions
      operations:
      - name: microsoftazurevendornetworkfunctionslist
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Hybridnetwork Locations Locationname
          Vendors Vendorname Networkfunctions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: locationName
          in: path
          type: string
          description: The Azure region where the network function resource was created by the customer.
          required: true
        - name: vendorName
          in: path
          type: string
          description: The name of the vendor.
          required: true
        - name: $filter
          in: query
          type: string
          description: 'The filter to apply on the operation. The properties you can use for eq (equals) are: skuType, skuName
            and vendorProvisioningState.'
    - name: subscriptions-subscriptionId-providers-Microsoft.HybridNetwork-locations-locatio
      path: /subscriptions/{subscriptionId}/providers/Microsoft.HybridNetwork/locations/{locationName}/vendors/{vendorName}/networkFunctions/{serviceKey}
      operations:
      - name: microsoftazurevendornetworkfunctionsget
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Hybridnetwork Locations Locationname
          Vendors Vendorname Networkfunctions Servicekey
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: locationName
          in: path
          type: string
          description: The Azure region where the network function resource was created by the customer.
          required: true
        - name: vendorName
          in: path
          type: string
          description: The name of the vendor.
          required: true
        - name: serviceKey
          in: path
          type: string
          description: The GUID for the vendor network function.
          required: true
      - name: microsoftazurevendornetworkfunctionscreateorupdate
        method: PUT
        description: Microsoft Azure Put Subscriptions Subscriptionid Providers Microsoft Hybridnetwork Locations Locationname
          Vendors Vendorname Networkfunctions Servicekey
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: locationName
          in: path
          type: string
          description: The Azure region where the network function resource was created by the customer.
          required: true
        - name: vendorName
          in: path
          type: string
          description: The name of the vendor.
          required: true
        - name: serviceKey
          in: path
          type: string
          description: The GUID for the vendor network function.
          required: true
        - name: parameters
          in: body
          type: string
          description: Parameters supplied to the create or update vendor network function operation.
          required: true
  exposes:
  - type: rest
    namespace: hybridnetworkmanagementclient-vendornetworkfunctions-rest
    port: 8080
    description: REST adapter for Microsoft Azure HybridNetworkManagementClient — VendorNetworkFunctions. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-hybridnetwork/locations/{locationname}/vendors/{vendorname}/networkfunctions
      name: subscriptions-subscriptionid-providers-microsoft-hybridnetwork-locations-locatio
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.HybridNetwork-locations-locatio.
      operations:
      - method: GET
        name: microsoftazurevendornetworkfunctionslist
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Hybridnetwork Locations Locationname
          Vendors Vendorname Networkfunctions
        call: hybridnetworkmanagementclient-vendornetworkfunctions.microsoftazurevendornetworkfunctionslist
        with:
          locationName: rest.locationName
          vendorName: rest.vendorName
          $filter: rest.$filter
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-hybridnetwork/locations/{locationname}/vendors/{vendorname}/networkfunctions/{servicekey}
      name: subscriptions-subscriptionid-providers-microsoft-hybridnetwork-locations-locatio
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.HybridNetwork-locations-locatio.
      operations:
      - method: GET
        name: microsoftazurevendornetworkfunctionsget
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Hybridnetwork Locations Locationname
          Vendors Vendorname Networkfunctions Servicekey
        call: hybridnetworkmanagementclient-vendornetworkfunctions.microsoftazurevendornetworkfunctionsget
        with:
          locationName: rest.locationName
          vendorName: rest.vendorName
          serviceKey: rest.serviceKey
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazurevendornetworkfunctionscreateorupdate
        description: Microsoft Azure Put Subscriptions Subscriptionid Providers Microsoft Hybridnetwork Locations Locationname
          Vendors Vendorname Networkfunctions Servicekey
        call: hybridnetworkmanagementclient-vendornetworkfunctions.microsoftazurevendornetworkfunctionscreateorupdate
        with:
          locationName: rest.locationName
          vendorName: rest.vendorName
          serviceKey: rest.serviceKey
          parameters: rest.parameters
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: hybridnetworkmanagementclient-vendornetworkfunctions-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure HybridNetworkManagementClient — VendorNetworkFunctions. 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 Providers Microsoft Hybridnetwork Locations Locationname
        Vendors Vendorname Networkfunctions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: hybridnetworkmanagementclient-vendornetworkfunctions.microsoftazurevendornetworkfunctionslist
      with:
        locationName: tools.locationName
        vendorName: tools.vendorName
        $filter: tools.$filter
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-2
      description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Hybridnetwork Locations Locationname
        Vendors Vendorname Networkfunctions Servicekey
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: hybridnetworkmanagementclient-vendornetworkfunctions.microsoftazurevendornetworkfunctionsget
      with:
        locationName: tools.locationName
        vendorName: tools.vendorName
        serviceKey: tools.serviceKey
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-subscriptions-subscriptionid
      description: Microsoft Azure Put Subscriptions Subscriptionid Providers Microsoft Hybridnetwork Locations Locationname
        Vendors Vendorname Networkfunctions Servicekey
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: hybridnetworkmanagementclient-vendornetworkfunctions.microsoftazurevendornetworkfunctionscreateorupdate
      with:
        locationName: tools.locationName
        vendorName: tools.vendorName
        serviceKey: tools.serviceKey
        parameters: tools.parameters
      outputParameters:
      - type: object
        mapping: $.