Microsoft Azure · Capability

Microsoft Azure SynapseManagementClient — Subscriptions

Microsoft Azure SynapseManagementClient — Subscriptions. 2 operations. Lead operation: Microsoft Azure Get Managed Identity Sql Control Settings. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureSubscriptions

What You Can Do

GET
Microsoftazureworkspacemanagedidentitysqlcontrolsettingsget — Microsoft Azure Get Managed Identity Sql Control Settings
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-synapse/workspaces/{workspacename}/managedidentitysqlcontrolsettings/default
PUT
Microsoftazureworkspacemanagedidentitysqlcontrolsettingscreateorupdate — Microsoft Azure Create Or Update Managed Identity Sql Control Settings
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-synapse/workspaces/{workspacename}/managedidentitysqlcontrolsettings/default

MCP Tools

microsoft-azure-get-managed-identity

Microsoft Azure Get Managed Identity Sql Control Settings

read-only idempotent
microsoft-azure-create-update-managed

Microsoft Azure Create Or Update Managed Identity Sql Control Settings

idempotent

Capability Spec

synapsemanagementclient-subscriptions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure SynapseManagementClient — Subscriptions
  description: 'Microsoft Azure SynapseManagementClient — Subscriptions. 2 operations. Lead operation: Microsoft Azure Get
    Managed Identity Sql Control Settings. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Subscriptions
  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: synapsemanagementclient-subscriptions
    baseUri: https://management.azure.com
    description: Microsoft Azure SynapseManagementClient — Subscriptions business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/managedIdentitySqlControlSettings/default
      operations:
      - name: microsoftazureworkspacemanagedidentitysqlcontrolsettingsget
        method: GET
        description: Microsoft Azure Get Managed Identity Sql Control Settings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazureworkspacemanagedidentitysqlcontrolsettingscreateorupdate
        method: PUT
        description: Microsoft Azure Create Or Update Managed Identity Sql Control Settings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: managedIdentitySqlControlSettings
          in: body
          type: string
          description: Managed Identity Sql Control Settings
          required: true
  exposes:
  - type: rest
    namespace: synapsemanagementclient-subscriptions-rest
    port: 8080
    description: REST adapter for Microsoft Azure SynapseManagementClient — Subscriptions. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-synapse/workspaces/{workspacename}/managedidentitysqlcontrolsettings/default
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureworkspacemanagedidentitysqlcontrolsettingsget
        description: Microsoft Azure Get Managed Identity Sql Control Settings
        call: synapsemanagementclient-subscriptions.microsoftazureworkspacemanagedidentitysqlcontrolsettingsget
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazureworkspacemanagedidentitysqlcontrolsettingscreateorupdate
        description: Microsoft Azure Create Or Update Managed Identity Sql Control Settings
        call: synapsemanagementclient-subscriptions.microsoftazureworkspacemanagedidentitysqlcontrolsettingscreateorupdate
        with:
          managedIdentitySqlControlSettings: rest.managedIdentitySqlControlSettings
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: synapsemanagementclient-subscriptions-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure SynapseManagementClient — Subscriptions. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-managed-identity
      description: Microsoft Azure Get Managed Identity Sql Control Settings
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: synapsemanagementclient-subscriptions.microsoftazureworkspacemanagedidentitysqlcontrolsettingsget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-create-update-managed
      description: Microsoft Azure Create Or Update Managed Identity Sql Control Settings
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: synapsemanagementclient-subscriptions.microsoftazureworkspacemanagedidentitysqlcontrolsettingscreateorupdate
      with:
        managedIdentitySqlControlSettings: tools.managedIdentitySqlControlSettings
      outputParameters:
      - type: object
        mapping: $.