Microsoft Azure · Capability

Microsoft Azure StreamAnalyticsManagementClient — Transformations

Microsoft Azure StreamAnalyticsManagementClient — Transformations. 3 operations. Lead operation: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Streamanalytics Streamingjobs Jobname Transformations Transformationname. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureTransformations

What You Can Do

PUT
Microsoftazuretransformationscreateorreplace — Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Streamanalytics Streamingjobs Jobname Transformations Transformationname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-streamanalytics/streamingjobs/{jobname}/transformations/{transformationname}
PATCH
Microsoftazuretransformationsupdate — Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Streamanalytics Streamingjobs Jobname Transformations Transformationname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-streamanalytics/streamingjobs/{jobname}/transformations/{transformationname}
GET
Microsoftazuretransformationsget — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Streamanalytics Streamingjobs Jobname Transformations Transformationname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-streamanalytics/streamingjobs/{jobname}/transformations/{transformationname}

MCP Tools

microsoft-azure-put-subscriptions-subscriptionid

Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Streamanalytics Streamingjobs Jobname Transformations Transformationname

idempotent
microsoft-azure-patch-subscriptions-subscriptionid

Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Streamanalytics Streamingjobs Jobname Transformations Transformationname

idempotent
microsoft-azure-get-subscriptions-subscriptionid

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Streamanalytics Streamingjobs Jobname Transformations Transformationname

read-only idempotent

Capability Spec

streamanalyticsmanagementclient-transformations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure StreamAnalyticsManagementClient — Transformations
  description: 'Microsoft Azure StreamAnalyticsManagementClient — Transformations. 3 operations. Lead operation: Microsoft
    Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Streamanalytics Streamingjobs
    Jobname Transformations Transformationname. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Transformations
  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: streamanalyticsmanagementclient-transformations
    baseUri: https://management.azure.com
    description: Microsoft Azure StreamAnalyticsManagementClient — Transformations business capability. Self-contained, no
      shared references.
    resources:
    - name: subscriptions-subscriptionId-resourcegroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/transformations/{transformationName}
      operations:
      - name: microsoftazuretransformationscreateorreplace
        method: PUT
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Streamanalytics Streamingjobs Jobname Transformations Transformationname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: transformation
          in: body
          type: string
          description: The definition of the transformation that will be used to create a new transformation or replace the
            existing one under the streaming job.
          required: true
        - name: If-Match
          in: header
          type: string
          description: The ETag of the transformation. Omit this value to always overwrite the current transformation. Specify
            the last-seen ETag value to prevent accidentally overwri
        - name: If-None-Match
          in: header
          type: string
          description: Set to '*' to allow a new transformation to be created, but to prevent updating an existing transformation.
            Other values will result in a 412 Pre-condition Fail
      - name: microsoftazuretransformationsupdate
        method: PATCH
        description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Streamanalytics Streamingjobs Jobname Transformations Transformationname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: transformation
          in: body
          type: string
          description: 'A Transformation object. The properties specified here will overwrite the corresponding properties
            in the existing transformation (ie. Those properties will be '
          required: true
        - name: If-Match
          in: header
          type: string
          description: The ETag of the transformation. Omit this value to always overwrite the current transformation. Specify
            the last-seen ETag value to prevent accidentally overwri
      - name: microsoftazuretransformationsget
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Streamanalytics Streamingjobs Jobname Transformations Transformationname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: streamanalyticsmanagementclient-transformations-rest
    port: 8080
    description: REST adapter for Microsoft Azure StreamAnalyticsManagementClient — Transformations. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-streamanalytics/streamingjobs/{jobname}/transformations/{transformationname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourcegroups-resourceGroupName-providers-Microsof.
      operations:
      - method: PUT
        name: microsoftazuretransformationscreateorreplace
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Streamanalytics Streamingjobs Jobname Transformations Transformationname
        call: streamanalyticsmanagementclient-transformations.microsoftazuretransformationscreateorreplace
        with:
          transformation: rest.transformation
          If-Match: rest.If-Match
          If-None-Match: rest.If-None-Match
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazuretransformationsupdate
        description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Streamanalytics Streamingjobs Jobname Transformations Transformationname
        call: streamanalyticsmanagementclient-transformations.microsoftazuretransformationsupdate
        with:
          transformation: rest.transformation
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazuretransformationsget
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Streamanalytics Streamingjobs Jobname Transformations Transformationname
        call: streamanalyticsmanagementclient-transformations.microsoftazuretransformationsget
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: streamanalyticsmanagementclient-transformations-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure StreamAnalyticsManagementClient — Transformations. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-put-subscriptions-subscriptionid
      description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Streamanalytics
        Streamingjobs Jobname Transformations Transformationname
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: streamanalyticsmanagementclient-transformations.microsoftazuretransformationscreateorreplace
      with:
        transformation: tools.transformation
        If-Match: tools.If-Match
        If-None-Match: tools.If-None-Match
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-patch-subscriptions-subscriptionid
      description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Streamanalytics Streamingjobs Jobname Transformations Transformationname
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: streamanalyticsmanagementclient-transformations.microsoftazuretransformationsupdate
      with:
        transformation: tools.transformation
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Streamanalytics
        Streamingjobs Jobname Transformations Transformationname
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: streamanalyticsmanagementclient-transformations.microsoftazuretransformationsget
      outputParameters:
      - type: object
        mapping: $.