Microsoft Azure · Capability

Microsoft Azure NewRelic.Observability — MonitoredSubscriptions

Microsoft Azure NewRelic.Observability — MonitoredSubscriptions. 2 operations. Lead operation: Microsoft Azure Updates The Subscriptions That Are Being Monitored By The Newrelic Monitor Resource. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureMonitoredSubscriptions

What You Can Do

PATCH
Microsoftazuremonitoredsubscriptionsupdate — Microsoft Azure Updates The Subscriptions That Are Being Monitored By The Newrelic Monitor Resource
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/newrelic-observability/monitors/{monitorname}/monitoredsubscriptions/{configurationname}
DELETE
Microsoftazuremonitoredsubscriptionsdelete — Microsoft Azure Updates The Subscriptions That Are Being Monitored By The Newrelic Monitor Resource
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/newrelic-observability/monitors/{monitorname}/monitoredsubscriptions/{configurationname}

MCP Tools

microsoft-azure-updates-subscriptions-that

Microsoft Azure Updates The Subscriptions That Are Being Monitored By The Newrelic Monitor Resource

idempotent
microsoft-azure-updates-subscriptions-that-2

Microsoft Azure Updates The Subscriptions That Are Being Monitored By The Newrelic Monitor Resource

idempotent

Capability Spec

newrelicobservability-monitoredsubscriptions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure NewRelic.Observability — MonitoredSubscriptions
  description: 'Microsoft Azure NewRelic.Observability — MonitoredSubscriptions. 2 operations. Lead operation: Microsoft Azure
    Updates The Subscriptions That Are Being Monitored By The Newrelic Monitor Resource. Self-contained Naftiko capability
    covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - MonitoredSubscriptions
  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: newrelicobservability-monitoredsubscriptions
    baseUri: https://management.azure.com
    description: Microsoft Azure NewRelic.Observability — MonitoredSubscriptions business capability. Self-contained, no shared
      references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-NewRelic
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/NewRelic.Observability/monitors/{monitorName}/monitoredSubscriptions/{configurationName}
      operations:
      - name: microsoftazuremonitoredsubscriptionsupdate
        method: PATCH
        description: Microsoft Azure Updates The Subscriptions That Are Being Monitored By The Newrelic Monitor Resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: monitorName
          in: path
          type: string
          description: Name of the Monitors resource
          required: true
        - name: configurationName
          in: path
          type: string
          description: The configuration name. Only 'default' value is supported.
          required: true
        - name: body
          in: body
          type: string
      - name: microsoftazuremonitoredsubscriptionsdelete
        method: DELETE
        description: Microsoft Azure Updates The Subscriptions That Are Being Monitored By The Newrelic Monitor Resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: monitorName
          in: path
          type: string
          description: Name of the Monitors resource
          required: true
        - name: configurationName
          in: path
          type: string
          description: The configuration name. Only 'default' value is supported.
          required: true
  exposes:
  - type: rest
    namespace: newrelicobservability-monitoredsubscriptions-rest
    port: 8080
    description: REST adapter for Microsoft Azure NewRelic.Observability — MonitoredSubscriptions. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/newrelic-observability/monitors/{monitorname}/monitoredsubscriptions/{configurationname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-newrelic
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-NewRelic.
      operations:
      - method: PATCH
        name: microsoftazuremonitoredsubscriptionsupdate
        description: Microsoft Azure Updates The Subscriptions That Are Being Monitored By The Newrelic Monitor Resource
        call: newrelicobservability-monitoredsubscriptions.microsoftazuremonitoredsubscriptionsupdate
        with:
          monitorName: rest.monitorName
          configurationName: rest.configurationName
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazuremonitoredsubscriptionsdelete
        description: Microsoft Azure Updates The Subscriptions That Are Being Monitored By The Newrelic Monitor Resource
        call: newrelicobservability-monitoredsubscriptions.microsoftazuremonitoredsubscriptionsdelete
        with:
          monitorName: rest.monitorName
          configurationName: rest.configurationName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: newrelicobservability-monitoredsubscriptions-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure NewRelic.Observability — MonitoredSubscriptions. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-updates-subscriptions-that
      description: Microsoft Azure Updates The Subscriptions That Are Being Monitored By The Newrelic Monitor Resource
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: newrelicobservability-monitoredsubscriptions.microsoftazuremonitoredsubscriptionsupdate
      with:
        monitorName: tools.monitorName
        configurationName: tools.configurationName
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-updates-subscriptions-that-2
      description: Microsoft Azure Updates The Subscriptions That Are Being Monitored By The Newrelic Monitor Resource
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: newrelicobservability-monitoredsubscriptions.microsoftazuremonitoredsubscriptionsdelete
      with:
        monitorName: tools.monitorName
        configurationName: tools.configurationName
      outputParameters:
      - type: object
        mapping: $.