Azure Synapse Analytics · Capability

Azure Synapse Analytics - Azure AD Only Authentication API — AzureADOnlyAuthentications

Azure Synapse Analytics - Azure AD Only Authentication API — AzureADOnlyAuthentications. 3 operations. Lead operation: Azure Synapse Analytics List Azure AD only authentications. Self-contained Naftiko capability covering one Microsoft Azure Synapse Analytics business surface.

Run with Naftiko Microsoft Azure Synapse AnalyticsAzureADOnlyAuthentications

What You Can Do

GET
Azureadonlyauthenticationslist — Azure Synapse Analytics List Azure AD only authentications
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-synapse/workspaces/{workspacename}/azureadonlyauthentications
GET
Azureadonlyauthenticationsget — Azure Synapse Analytics Get Azure AD only authentication
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-synapse/workspaces/{workspacename}/azureadonlyauthentications/{azureadonlyauthenticationname}
PUT
Azureadonlyauthenticationscreate — Azure Synapse Analytics Create or update Azure AD only authentication
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-synapse/workspaces/{workspacename}/azureadonlyauthentications/{azureadonlyauthenticationname}

MCP Tools

azure-synapse-analytics-list-azure

Azure Synapse Analytics List Azure AD only authentications

read-only idempotent
azure-synapse-analytics-get-azure

Azure Synapse Analytics Get Azure AD only authentication

read-only idempotent
azure-synapse-analytics-create-update

Azure Synapse Analytics Create or update Azure AD only authentication

idempotent

Capability Spec

azure-synapse-analytics-azure-ad-only-auth-azureadonlyauthentications.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Azure Synapse Analytics - Azure AD Only Authentication API — AzureADOnlyAuthentications
  description: 'Azure Synapse Analytics - Azure AD Only Authentication API — AzureADOnlyAuthentications. 3 operations. Lead
    operation: Azure Synapse Analytics List Azure AD only authentications. Self-contained Naftiko capability covering one
    Microsoft Azure Synapse Analytics business surface.'
  tags:
  - Microsoft Azure Synapse Analytics
  - AzureADOnlyAuthentications
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_SYNAPSE_ANALYTICS_API_KEY: MICROSOFT_AZURE_SYNAPSE_ANALYTICS_API_KEY
capability:
  consumes:
  - type: http
    namespace: azure-synapse-analytics-azure-ad-only-auth-azureadonlyauthentications
    baseUri: https://management.azure.com
    description: Azure Synapse Analytics - Azure AD Only Authentication API — AzureADOnlyAuthentications 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}/azureADOnlyAuthentications
      operations:
      - name: azureadonlyauthenticationslist
        method: GET
        description: Azure Synapse Analytics List Azure AD only authentications
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/azureADOnlyAuthentications/{azureADOnlyAuthenticationName}
      operations:
      - name: azureadonlyauthenticationsget
        method: GET
        description: Azure Synapse Analytics Get Azure AD only authentication
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: azureADOnlyAuthenticationName
          in: path
          type: string
          description: Name of the Azure AD only authentication (default).
          required: true
      - name: azureadonlyauthenticationscreate
        method: PUT
        description: Azure Synapse Analytics Create or update Azure AD only authentication
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: azureADOnlyAuthenticationName
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.MICROSOFT_AZURE_SYNAPSE_ANALYTICS_API_KEY}}'
  exposes:
  - type: rest
    namespace: azure-synapse-analytics-azure-ad-only-auth-azureadonlyauthentications-rest
    port: 8080
    description: REST adapter for Azure Synapse Analytics - Azure AD Only Authentication API — AzureADOnlyAuthentications.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-synapse/workspaces/{workspacename}/azureadonlyauthentications
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: azureadonlyauthenticationslist
        description: Azure Synapse Analytics List Azure AD only authentications
        call: azure-synapse-analytics-azure-ad-only-auth-azureadonlyauthentications.azureadonlyauthenticationslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-synapse/workspaces/{workspacename}/azureadonlyauthentications/{azureadonlyauthenticationname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: azureadonlyauthenticationsget
        description: Azure Synapse Analytics Get Azure AD only authentication
        call: azure-synapse-analytics-azure-ad-only-auth-azureadonlyauthentications.azureadonlyauthenticationsget
        with:
          azureADOnlyAuthenticationName: rest.azureADOnlyAuthenticationName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: azureadonlyauthenticationscreate
        description: Azure Synapse Analytics Create or update Azure AD only authentication
        call: azure-synapse-analytics-azure-ad-only-auth-azureadonlyauthentications.azureadonlyauthenticationscreate
        with:
          azureADOnlyAuthenticationName: rest.azureADOnlyAuthenticationName
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-synapse-analytics-azure-ad-only-auth-azureadonlyauthentications-mcp
    port: 9090
    transport: http
    description: MCP adapter for Azure Synapse Analytics - Azure AD Only Authentication API — AzureADOnlyAuthentications.
      One tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: azure-synapse-analytics-list-azure
      description: Azure Synapse Analytics List Azure AD only authentications
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-synapse-analytics-azure-ad-only-auth-azureadonlyauthentications.azureadonlyauthenticationslist
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-synapse-analytics-get-azure
      description: Azure Synapse Analytics Get Azure AD only authentication
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-synapse-analytics-azure-ad-only-auth-azureadonlyauthentications.azureadonlyauthenticationsget
      with:
        azureADOnlyAuthenticationName: tools.azureADOnlyAuthenticationName
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-synapse-analytics-create-update
      description: Azure Synapse Analytics Create or update Azure AD only authentication
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-synapse-analytics-azure-ad-only-auth-azureadonlyauthentications.azureadonlyauthenticationscreate
      with:
        azureADOnlyAuthenticationName: tools.azureADOnlyAuthenticationName
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.