Microsoft Azure · Capability

Microsoft Azure EventGridManagementClient — PartnerNamespaces

Microsoft Azure EventGridManagementClient — PartnerNamespaces. 8 operations. Lead operation: Microsoft Azure List Partner Namespaces Under An Azure Subscription. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzurePartnerNamespaces

What You Can Do

GET
Microsoftazurepartnernamespaceslistbysubscription — Microsoft Azure List Partner Namespaces Under An Azure Subscription
/v1/subscriptions/{subscriptionid}/providers/microsoft-eventgrid/partnernamespaces
GET
Microsoftazurepartnernamespaceslistbyresourcegroup — Microsoft Azure List Partner Namespaces Under A Resource Group
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-eventgrid/partnernamespaces
GET
Microsoftazurepartnernamespacesget — Microsoft Azure Get A Partner Namespace
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-eventgrid/partnernamespaces/{partnernamespacename}
PUT
Microsoftazurepartnernamespacescreateorupdate — Microsoft Azure Create A Partner Namespace
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-eventgrid/partnernamespaces/{partnernamespacename}
DELETE
Microsoftazurepartnernamespacesdelete — Microsoft Azure Delete A Partner Namespace
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-eventgrid/partnernamespaces/{partnernamespacename}
PATCH
Microsoftazurepartnernamespacesupdate — Microsoft Azure Update A Partner Namespace
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-eventgrid/partnernamespaces/{partnernamespacename}
POST
Microsoftazurepartnernamespaceslistsharedaccesskeys — Microsoft Azure List Keys For A Partner Namespace
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-eventgrid/partnernamespaces/{partnernamespacename}/listkeys
POST
Microsoftazurepartnernamespacesregeneratekey — Microsoft Azure Regenerate Key For A Partner Namespace
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-eventgrid/partnernamespaces/{partnernamespacename}/regeneratekey

MCP Tools

microsoft-azure-list-partner-namespaces

Microsoft Azure List Partner Namespaces Under An Azure Subscription

read-only idempotent
microsoft-azure-list-partner-namespaces-2

Microsoft Azure List Partner Namespaces Under A Resource Group

read-only idempotent
microsoft-azure-get-partner-namespace

Microsoft Azure Get A Partner Namespace

read-only idempotent
microsoft-azure-create-partner-namespace

Microsoft Azure Create A Partner Namespace

idempotent
microsoft-azure-delete-partner-namespace

Microsoft Azure Delete A Partner Namespace

idempotent
microsoft-azure-update-partner-namespace

Microsoft Azure Update A Partner Namespace

idempotent
microsoft-azure-list-keys-partner

Microsoft Azure List Keys For A Partner Namespace

read-only
microsoft-azure-regenerate-key-partner

Microsoft Azure Regenerate Key For A Partner Namespace

Capability Spec

eventgridmanagementclient-partnernamespaces.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure EventGridManagementClient — PartnerNamespaces
  description: 'Microsoft Azure EventGridManagementClient — PartnerNamespaces. 8 operations. Lead operation: Microsoft Azure
    List Partner Namespaces Under An Azure Subscription. Self-contained Naftiko capability covering one Microsoft Azure business
    surface.'
  tags:
  - Microsoft Azure
  - PartnerNamespaces
  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: eventgridmanagementclient-partnernamespaces
    baseUri: https://management.azure.com
    description: Microsoft Azure EventGridManagementClient — PartnerNamespaces business capability. Self-contained, no shared
      references.
    resources:
    - name: subscriptions-subscriptionId-providers-Microsoft.EventGrid-partnerNamespaces
      path: /subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/partnerNamespaces
      operations:
      - name: microsoftazurepartnernamespaceslistbysubscription
        method: GET
        description: Microsoft Azure List Partner Namespaces Under An Azure Subscription
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerNamespaces
      operations:
      - name: microsoftazurepartnernamespaceslistbyresourcegroup
        method: GET
        description: Microsoft Azure List Partner Namespaces Under A Resource Group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: The name of the resource group within the user's subscription.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerNamespaces/{partnerNamespaceName}
      operations:
      - name: microsoftazurepartnernamespacesget
        method: GET
        description: Microsoft Azure Get A Partner Namespace
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: The name of the resource group within the user's subscription.
          required: true
        - name: partnerNamespaceName
          in: path
          type: string
          description: Name of the partner namespace.
          required: true
      - name: microsoftazurepartnernamespacescreateorupdate
        method: PUT
        description: Microsoft Azure Create A Partner Namespace
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: The name of the resource group within the user's subscription.
          required: true
        - name: partnerNamespaceName
          in: path
          type: string
          description: Name of the partner namespace.
          required: true
        - name: partnerNamespaceInfo
          in: body
          type: string
          description: PartnerNamespace information.
          required: true
      - name: microsoftazurepartnernamespacesdelete
        method: DELETE
        description: Microsoft Azure Delete A Partner Namespace
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: The name of the resource group within the user's subscription.
          required: true
        - name: partnerNamespaceName
          in: path
          type: string
          description: Name of the partner namespace.
          required: true
      - name: microsoftazurepartnernamespacesupdate
        method: PATCH
        description: Microsoft Azure Update A Partner Namespace
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: The name of the resource group within the user's subscription.
          required: true
        - name: partnerNamespaceName
          in: path
          type: string
          description: Name of the partner namespace.
          required: true
        - name: partnerNamespaceUpdateParameters
          in: body
          type: string
          description: Partner namespace update information.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerNamespaces/{partnerNamespaceName}/listKeys
      operations:
      - name: microsoftazurepartnernamespaceslistsharedaccesskeys
        method: POST
        description: Microsoft Azure List Keys For A Partner Namespace
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: The name of the resource group within the user's subscription.
          required: true
        - name: partnerNamespaceName
          in: path
          type: string
          description: Name of the partner namespace.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerNamespaces/{partnerNamespaceName}/regenerateKey
      operations:
      - name: microsoftazurepartnernamespacesregeneratekey
        method: POST
        description: Microsoft Azure Regenerate Key For A Partner Namespace
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: The name of the resource group within the user's subscription.
          required: true
        - name: partnerNamespaceName
          in: path
          type: string
          description: Name of the partner namespace.
          required: true
        - name: regenerateKeyRequest
          in: body
          type: string
          description: Request body to regenerate key.
          required: true
  exposes:
  - type: rest
    namespace: eventgridmanagementclient-partnernamespaces-rest
    port: 8080
    description: REST adapter for Microsoft Azure EventGridManagementClient — PartnerNamespaces. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-eventgrid/partnernamespaces
      name: subscriptions-subscriptionid-providers-microsoft-eventgrid-partnernamespaces
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.EventGrid-partnerNamespaces.
      operations:
      - method: GET
        name: microsoftazurepartnernamespaceslistbysubscription
        description: Microsoft Azure List Partner Namespaces Under An Azure Subscription
        call: eventgridmanagementclient-partnernamespaces.microsoftazurepartnernamespaceslistbysubscription
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-eventgrid/partnernamespaces
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurepartnernamespaceslistbyresourcegroup
        description: Microsoft Azure List Partner Namespaces Under A Resource Group
        call: eventgridmanagementclient-partnernamespaces.microsoftazurepartnernamespaceslistbyresourcegroup
        with:
          resourceGroupName: rest.resourceGroupName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-eventgrid/partnernamespaces/{partnernamespacename}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurepartnernamespacesget
        description: Microsoft Azure Get A Partner Namespace
        call: eventgridmanagementclient-partnernamespaces.microsoftazurepartnernamespacesget
        with:
          resourceGroupName: rest.resourceGroupName
          partnerNamespaceName: rest.partnerNamespaceName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazurepartnernamespacescreateorupdate
        description: Microsoft Azure Create A Partner Namespace
        call: eventgridmanagementclient-partnernamespaces.microsoftazurepartnernamespacescreateorupdate
        with:
          resourceGroupName: rest.resourceGroupName
          partnerNamespaceName: rest.partnerNamespaceName
          partnerNamespaceInfo: rest.partnerNamespaceInfo
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazurepartnernamespacesdelete
        description: Microsoft Azure Delete A Partner Namespace
        call: eventgridmanagementclient-partnernamespaces.microsoftazurepartnernamespacesdelete
        with:
          resourceGroupName: rest.resourceGroupName
          partnerNamespaceName: rest.partnerNamespaceName
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazurepartnernamespacesupdate
        description: Microsoft Azure Update A Partner Namespace
        call: eventgridmanagementclient-partnernamespaces.microsoftazurepartnernamespacesupdate
        with:
          resourceGroupName: rest.resourceGroupName
          partnerNamespaceName: rest.partnerNamespaceName
          partnerNamespaceUpdateParameters: rest.partnerNamespaceUpdateParameters
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-eventgrid/partnernamespaces/{partnernamespacename}/listkeys
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: microsoftazurepartnernamespaceslistsharedaccesskeys
        description: Microsoft Azure List Keys For A Partner Namespace
        call: eventgridmanagementclient-partnernamespaces.microsoftazurepartnernamespaceslistsharedaccesskeys
        with:
          resourceGroupName: rest.resourceGroupName
          partnerNamespaceName: rest.partnerNamespaceName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-eventgrid/partnernamespaces/{partnernamespacename}/regeneratekey
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: microsoftazurepartnernamespacesregeneratekey
        description: Microsoft Azure Regenerate Key For A Partner Namespace
        call: eventgridmanagementclient-partnernamespaces.microsoftazurepartnernamespacesregeneratekey
        with:
          resourceGroupName: rest.resourceGroupName
          partnerNamespaceName: rest.partnerNamespaceName
          regenerateKeyRequest: rest.regenerateKeyRequest
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: eventgridmanagementclient-partnernamespaces-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure EventGridManagementClient — PartnerNamespaces. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-list-partner-namespaces
      description: Microsoft Azure List Partner Namespaces Under An Azure Subscription
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: eventgridmanagementclient-partnernamespaces.microsoftazurepartnernamespaceslistbysubscription
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-list-partner-namespaces-2
      description: Microsoft Azure List Partner Namespaces Under A Resource Group
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: eventgridmanagementclient-partnernamespaces.microsoftazurepartnernamespaceslistbyresourcegroup
      with:
        resourceGroupName: tools.resourceGroupName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-partner-namespace
      description: Microsoft Azure Get A Partner Namespace
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: eventgridmanagementclient-partnernamespaces.microsoftazurepartnernamespacesget
      with:
        resourceGroupName: tools.resourceGroupName
        partnerNamespaceName: tools.partnerNamespaceName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-create-partner-namespace
      description: Microsoft Azure Create A Partner Namespace
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: eventgridmanagementclient-partnernamespaces.microsoftazurepartnernamespacescreateorupdate
      with:
        resourceGroupName: tools.resourceGroupName
        partnerNamespaceName: tools.partnerNamespaceName
        partnerNamespaceInfo: tools.partnerNamespaceInfo
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-partner-namespace
      description: Microsoft Azure Delete A Partner Namespace
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: eventgridmanagementclient-partnernamespaces.microsoftazurepartnernamespacesdelete
      with:
        resourceGroupName: tools.resourceGroupName
        partnerNamespaceName: tools.partnerNamespaceName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-update-partner-namespace
      description: Microsoft Azure Update A Partner Namespace
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: eventgridmanagementclient-partnernamespaces.microsoftazurepartnernamespacesupdate
      with:
        resourceGroupName: tools.resourceGroupName
        partnerNamespaceName: tools.partnerNamespaceName
        partnerNamespaceUpdateParameters: tools.partnerNamespaceUpdateParameters
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-list-keys-partner
      description: Microsoft Azure List Keys For A Partner Namespace
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: eventgridmanagementclient-partnernamespaces.microsoftazurepartnernamespaceslistsharedaccesskeys
      with:
        resourceGroupName: tools.resourceGroupName
        partnerNamespaceName: tools.partnerNamespaceName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-regenerate-key-partner
      description: Microsoft Azure Regenerate Key For A Partner Namespace
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: eventgridmanagementclient-partnernamespaces.microsoftazurepartnernamespacesregeneratekey
      with:
        resourceGroupName: tools.resourceGroupName
        partnerNamespaceName: tools.partnerNamespaceName
        regenerateKeyRequest: tools.regenerateKeyRequest
      outputParameters:
      - type: object
        mapping: $.