Microsoft Azure · Capability

Microsoft Azure EventGridManagementClient — PartnerTopics

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

Run with Naftiko Microsoft AzurePartnerTopics

What You Can Do

GET
Microsoftazurepartnertopicslistbysubscription — Microsoft Azure List Partner Topics Under An Azure Subscription
/v1/subscriptions/{subscriptionid}/providers/microsoft-eventgrid/partnertopics
GET
Microsoftazurepartnertopicslistbyresourcegroup — Microsoft Azure List Partner Topics Under A Resource Group
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-eventgrid/partnertopics
GET
Microsoftazurepartnertopicsget — Microsoft Azure Get A Partner Topic
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-eventgrid/partnertopics/{partnertopicname}
PUT
Microsoftazurepartnertopicscreateorupdate — Microsoft Azure Create A Partner Topic
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-eventgrid/partnertopics/{partnertopicname}
DELETE
Microsoftazurepartnertopicsdelete — Microsoft Azure Delete A Partner Topic
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-eventgrid/partnertopics/{partnertopicname}
PATCH
Microsoftazurepartnertopicsupdate — Microsoft Azure Update A Partner Topic
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-eventgrid/partnertopics/{partnertopicname}
POST
Microsoftazurepartnertopicsactivate — Microsoft Azure Activate A Partner Topic
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-eventgrid/partnertopics/{partnertopicname}/activate
POST
Microsoftazurepartnertopicsdeactivate — Microsoft Azure Deactivate A Partner Topic
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-eventgrid/partnertopics/{partnertopicname}/deactivate

MCP Tools

microsoft-azure-list-partner-topics

Microsoft Azure List Partner Topics Under An Azure Subscription

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

Microsoft Azure List Partner Topics Under A Resource Group

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

Microsoft Azure Get A Partner Topic

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

Microsoft Azure Create A Partner Topic

idempotent
microsoft-azure-delete-partner-topic

Microsoft Azure Delete A Partner Topic

idempotent
microsoft-azure-update-partner-topic

Microsoft Azure Update A Partner Topic

idempotent
microsoft-azure-activate-partner-topic

Microsoft Azure Activate A Partner Topic

microsoft-azure-deactivate-partner-topic

Microsoft Azure Deactivate A Partner Topic

Capability Spec

eventgridmanagementclient-partnertopics.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure EventGridManagementClient — PartnerTopics
  description: 'Microsoft Azure EventGridManagementClient — PartnerTopics. 8 operations. Lead operation: Microsoft Azure List
    Partner Topics Under An Azure Subscription. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - PartnerTopics
  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-partnertopics
    baseUri: https://management.azure.com
    description: Microsoft Azure EventGridManagementClient — PartnerTopics business capability. Self-contained, no shared
      references.
    resources:
    - name: subscriptions-subscriptionId-providers-Microsoft.EventGrid-partnerTopics
      path: /subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/partnerTopics
      operations:
      - name: microsoftazurepartnertopicslistbysubscription
        method: GET
        description: Microsoft Azure List Partner Topics 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/partnerTopics
      operations:
      - name: microsoftazurepartnertopicslistbyresourcegroup
        method: GET
        description: Microsoft Azure List Partner Topics 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/partnerTopics/{partnerTopicName}
      operations:
      - name: microsoftazurepartnertopicsget
        method: GET
        description: Microsoft Azure Get A Partner Topic
        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: partnerTopicName
          in: path
          type: string
          description: Name of the partner topic.
          required: true
      - name: microsoftazurepartnertopicscreateorupdate
        method: PUT
        description: Microsoft Azure Create A Partner Topic
        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: partnerTopicName
          in: path
          type: string
          description: Name of the partner topic.
          required: true
        - name: partnerTopicInfo
          in: body
          type: string
          description: Partner Topic information.
          required: true
      - name: microsoftazurepartnertopicsdelete
        method: DELETE
        description: Microsoft Azure Delete A Partner Topic
        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: partnerTopicName
          in: path
          type: string
          description: Name of the partner topic.
          required: true
      - name: microsoftazurepartnertopicsupdate
        method: PATCH
        description: Microsoft Azure Update A Partner Topic
        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: partnerTopicName
          in: path
          type: string
          description: Name of the partner topic.
          required: true
        - name: partnerTopicUpdateParameters
          in: body
          type: string
          description: PartnerTopic update information.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerTopics/{partnerTopicName}/activate
      operations:
      - name: microsoftazurepartnertopicsactivate
        method: POST
        description: Microsoft Azure Activate A Partner Topic
        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: partnerTopicName
          in: path
          type: string
          description: Name of the partner topic.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerTopics/{partnerTopicName}/deactivate
      operations:
      - name: microsoftazurepartnertopicsdeactivate
        method: POST
        description: Microsoft Azure Deactivate A Partner Topic
        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: partnerTopicName
          in: path
          type: string
          description: Name of the partner topic.
          required: true
  exposes:
  - type: rest
    namespace: eventgridmanagementclient-partnertopics-rest
    port: 8080
    description: REST adapter for Microsoft Azure EventGridManagementClient — PartnerTopics. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-eventgrid/partnertopics
      name: subscriptions-subscriptionid-providers-microsoft-eventgrid-partnertopics
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.EventGrid-partnerTopics.
      operations:
      - method: GET
        name: microsoftazurepartnertopicslistbysubscription
        description: Microsoft Azure List Partner Topics Under An Azure Subscription
        call: eventgridmanagementclient-partnertopics.microsoftazurepartnertopicslistbysubscription
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-eventgrid/partnertopics
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurepartnertopicslistbyresourcegroup
        description: Microsoft Azure List Partner Topics Under A Resource Group
        call: eventgridmanagementclient-partnertopics.microsoftazurepartnertopicslistbyresourcegroup
        with:
          resourceGroupName: rest.resourceGroupName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-eventgrid/partnertopics/{partnertopicname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurepartnertopicsget
        description: Microsoft Azure Get A Partner Topic
        call: eventgridmanagementclient-partnertopics.microsoftazurepartnertopicsget
        with:
          resourceGroupName: rest.resourceGroupName
          partnerTopicName: rest.partnerTopicName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazurepartnertopicscreateorupdate
        description: Microsoft Azure Create A Partner Topic
        call: eventgridmanagementclient-partnertopics.microsoftazurepartnertopicscreateorupdate
        with:
          resourceGroupName: rest.resourceGroupName
          partnerTopicName: rest.partnerTopicName
          partnerTopicInfo: rest.partnerTopicInfo
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazurepartnertopicsdelete
        description: Microsoft Azure Delete A Partner Topic
        call: eventgridmanagementclient-partnertopics.microsoftazurepartnertopicsdelete
        with:
          resourceGroupName: rest.resourceGroupName
          partnerTopicName: rest.partnerTopicName
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazurepartnertopicsupdate
        description: Microsoft Azure Update A Partner Topic
        call: eventgridmanagementclient-partnertopics.microsoftazurepartnertopicsupdate
        with:
          resourceGroupName: rest.resourceGroupName
          partnerTopicName: rest.partnerTopicName
          partnerTopicUpdateParameters: rest.partnerTopicUpdateParameters
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-eventgrid/partnertopics/{partnertopicname}/activate
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: microsoftazurepartnertopicsactivate
        description: Microsoft Azure Activate A Partner Topic
        call: eventgridmanagementclient-partnertopics.microsoftazurepartnertopicsactivate
        with:
          resourceGroupName: rest.resourceGroupName
          partnerTopicName: rest.partnerTopicName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-eventgrid/partnertopics/{partnertopicname}/deactivate
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: microsoftazurepartnertopicsdeactivate
        description: Microsoft Azure Deactivate A Partner Topic
        call: eventgridmanagementclient-partnertopics.microsoftazurepartnertopicsdeactivate
        with:
          resourceGroupName: rest.resourceGroupName
          partnerTopicName: rest.partnerTopicName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: eventgridmanagementclient-partnertopics-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure EventGridManagementClient — PartnerTopics. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-list-partner-topics
      description: Microsoft Azure List Partner Topics Under An Azure Subscription
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: eventgridmanagementclient-partnertopics.microsoftazurepartnertopicslistbysubscription
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-list-partner-topics-2
      description: Microsoft Azure List Partner Topics Under A Resource Group
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: eventgridmanagementclient-partnertopics.microsoftazurepartnertopicslistbyresourcegroup
      with:
        resourceGroupName: tools.resourceGroupName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-partner-topic
      description: Microsoft Azure Get A Partner Topic
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: eventgridmanagementclient-partnertopics.microsoftazurepartnertopicsget
      with:
        resourceGroupName: tools.resourceGroupName
        partnerTopicName: tools.partnerTopicName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-create-partner-topic
      description: Microsoft Azure Create A Partner Topic
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: eventgridmanagementclient-partnertopics.microsoftazurepartnertopicscreateorupdate
      with:
        resourceGroupName: tools.resourceGroupName
        partnerTopicName: tools.partnerTopicName
        partnerTopicInfo: tools.partnerTopicInfo
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-partner-topic
      description: Microsoft Azure Delete A Partner Topic
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: eventgridmanagementclient-partnertopics.microsoftazurepartnertopicsdelete
      with:
        resourceGroupName: tools.resourceGroupName
        partnerTopicName: tools.partnerTopicName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-update-partner-topic
      description: Microsoft Azure Update A Partner Topic
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: eventgridmanagementclient-partnertopics.microsoftazurepartnertopicsupdate
      with:
        resourceGroupName: tools.resourceGroupName
        partnerTopicName: tools.partnerTopicName
        partnerTopicUpdateParameters: tools.partnerTopicUpdateParameters
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-activate-partner-topic
      description: Microsoft Azure Activate A Partner Topic
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: eventgridmanagementclient-partnertopics.microsoftazurepartnertopicsactivate
      with:
        resourceGroupName: tools.resourceGroupName
        partnerTopicName: tools.partnerTopicName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-deactivate-partner-topic
      description: Microsoft Azure Deactivate A Partner Topic
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: eventgridmanagementclient-partnertopics.microsoftazurepartnertopicsdeactivate
      with:
        resourceGroupName: tools.resourceGroupName
        partnerTopicName: tools.partnerTopicName
      outputParameters:
      - type: object
        mapping: $.