Microsoft Azure · Capability

Microsoft Azure ProviderHub — ResourceTypeRegistration

Microsoft Azure ProviderHub — ResourceTypeRegistration. 4 operations. Lead operation: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Providerhub Providerregistrations Providernamespace Resourcetyperegistrations. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureResourceTypeRegistration

What You Can Do

GET
Microsoftazureresourcetyperegistrationslistbyproviderregistration — Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Providerhub Providerregistrations Providernamespace Resourcetyperegistrations
/v1/subscriptions/{subscriptionid}/providers/microsoft-providerhub/providerregistrations/{providernamespace}/resourcetyperegistrations
GET
Microsoftazureresourcetyperegistrationsget — Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Providerhub Providerregistrations Providernamespace Resourcetyperegistrations Resourcetype
/v1/subscriptions/{subscriptionid}/providers/microsoft-providerhub/providerregistrations/{providernamespace}/resourcetyperegistrations/{resourcetype}
PUT
Microsoftazureresourcetyperegistrationscreateorupdate — Microsoft Azure Put Subscriptions Subscriptionid Providers Microsoft Providerhub Providerregistrations Providernamespace Resourcetyperegistrations Resourcetype
/v1/subscriptions/{subscriptionid}/providers/microsoft-providerhub/providerregistrations/{providernamespace}/resourcetyperegistrations/{resourcetype}
DELETE
Microsoftazureresourcetyperegistrationsdelete — Microsoft Azure Delete Subscriptions Subscriptionid Providers Microsoft Providerhub Providerregistrations Providernamespace Resourcetyperegistrations Resourcetype
/v1/subscriptions/{subscriptionid}/providers/microsoft-providerhub/providerregistrations/{providernamespace}/resourcetyperegistrations/{resourcetype}

MCP Tools

microsoft-azure-get-subscriptions-subscriptionid

Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Providerhub Providerregistrations Providernamespace Resourcetyperegistrations

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

Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Providerhub Providerregistrations Providernamespace Resourcetyperegistrations Resourcetype

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

Microsoft Azure Put Subscriptions Subscriptionid Providers Microsoft Providerhub Providerregistrations Providernamespace Resourcetyperegistrations Resourcetype

idempotent
microsoft-azure-delete-subscriptions-subscriptionid

Microsoft Azure Delete Subscriptions Subscriptionid Providers Microsoft Providerhub Providerregistrations Providernamespace Resourcetyperegistrations Resourcetype

idempotent

Capability Spec

providerhub-resourcetyperegistration.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure ProviderHub — ResourceTypeRegistration
  description: 'Microsoft Azure ProviderHub — ResourceTypeRegistration. 4 operations. Lead operation: Microsoft Azure Get
    Subscriptions Subscriptionid Providers Microsoft Providerhub Providerregistrations Providernamespace Resourcetyperegistrations.
    Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - ResourceTypeRegistration
  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: providerhub-resourcetyperegistration
    baseUri: https://management.azure.com
    description: Microsoft Azure ProviderHub — ResourceTypeRegistration business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-providers-Microsoft.ProviderHub-providerRegistratio
      path: /subscriptions/{subscriptionId}/providers/Microsoft.ProviderHub/providerRegistrations/{providerNamespace}/resourcetypeRegistrations
      operations:
      - name: microsoftazureresourcetyperegistrationslistbyproviderregistration
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Providerhub Providerregistrations
          Providernamespace Resourcetyperegistrations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-providers-Microsoft.ProviderHub-providerRegistratio
      path: /subscriptions/{subscriptionId}/providers/Microsoft.ProviderHub/providerRegistrations/{providerNamespace}/resourcetypeRegistrations/{resourceType}
      operations:
      - name: microsoftazureresourcetyperegistrationsget
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Providerhub Providerregistrations
          Providernamespace Resourcetyperegistrations Resourcetype
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazureresourcetyperegistrationscreateorupdate
        method: PUT
        description: Microsoft Azure Put Subscriptions Subscriptionid Providers Microsoft Providerhub Providerregistrations
          Providernamespace Resourcetyperegistrations Resourcetype
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: properties
          in: body
          type: string
          description: The required request body parameters supplied to the resource type registration CreateOrUpdate operation.
          required: true
      - name: microsoftazureresourcetyperegistrationsdelete
        method: DELETE
        description: Microsoft Azure Delete Subscriptions Subscriptionid Providers Microsoft Providerhub Providerregistrations
          Providernamespace Resourcetyperegistrations Resourcetype
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: providerhub-resourcetyperegistration-rest
    port: 8080
    description: REST adapter for Microsoft Azure ProviderHub — ResourceTypeRegistration. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-providerhub/providerregistrations/{providernamespace}/resourcetyperegistrations
      name: subscriptions-subscriptionid-providers-microsoft-providerhub-providerregistratio
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.ProviderHub-providerRegistratio.
      operations:
      - method: GET
        name: microsoftazureresourcetyperegistrationslistbyproviderregistration
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Providerhub Providerregistrations
          Providernamespace Resourcetyperegistrations
        call: providerhub-resourcetyperegistration.microsoftazureresourcetyperegistrationslistbyproviderregistration
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-providerhub/providerregistrations/{providernamespace}/resourcetyperegistrations/{resourcetype}
      name: subscriptions-subscriptionid-providers-microsoft-providerhub-providerregistratio
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.ProviderHub-providerRegistratio.
      operations:
      - method: GET
        name: microsoftazureresourcetyperegistrationsget
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Providerhub Providerregistrations
          Providernamespace Resourcetyperegistrations Resourcetype
        call: providerhub-resourcetyperegistration.microsoftazureresourcetyperegistrationsget
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazureresourcetyperegistrationscreateorupdate
        description: Microsoft Azure Put Subscriptions Subscriptionid Providers Microsoft Providerhub Providerregistrations
          Providernamespace Resourcetyperegistrations Resourcetype
        call: providerhub-resourcetyperegistration.microsoftazureresourcetyperegistrationscreateorupdate
        with:
          properties: rest.properties
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazureresourcetyperegistrationsdelete
        description: Microsoft Azure Delete Subscriptions Subscriptionid Providers Microsoft Providerhub Providerregistrations
          Providernamespace Resourcetyperegistrations Resourcetype
        call: providerhub-resourcetyperegistration.microsoftazureresourcetyperegistrationsdelete
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: providerhub-resourcetyperegistration-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure ProviderHub — ResourceTypeRegistration. 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 Providerhub Providerregistrations
        Providernamespace Resourcetyperegistrations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: providerhub-resourcetyperegistration.microsoftazureresourcetyperegistrationslistbyproviderregistration
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-2
      description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Providerhub Providerregistrations
        Providernamespace Resourcetyperegistrations Resourcetype
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: providerhub-resourcetyperegistration.microsoftazureresourcetyperegistrationsget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-subscriptions-subscriptionid
      description: Microsoft Azure Put Subscriptions Subscriptionid Providers Microsoft Providerhub Providerregistrations
        Providernamespace Resourcetyperegistrations Resourcetype
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: providerhub-resourcetyperegistration.microsoftazureresourcetyperegistrationscreateorupdate
      with:
        properties: tools.properties
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-subscriptions-subscriptionid
      description: Microsoft Azure Delete Subscriptions Subscriptionid Providers Microsoft Providerhub Providerregistrations
        Providernamespace Resourcetyperegistrations Resourcetype
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: providerhub-resourcetyperegistration.microsoftazureresourcetyperegistrationsdelete
      outputParameters:
      - type: object
        mapping: $.