Microsoft Azure · Capability

Microsoft Azure DataShareManagementClient — SynchronizationSetting

Microsoft Azure DataShareManagementClient — SynchronizationSetting. 4 operations. Lead operation: Microsoft Azure List Synchronizationsettings In A Share. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureSynchronizationSetting

What You Can Do

GET
Microsoftazuresynchronizationsettingslistbyshare — Microsoft Azure List Synchronizationsettings In A Share
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-datashare/accounts/{accountname}/shares/{sharename}/synchronizationsettings
GET
Microsoftazuresynchronizationsettingsget — Microsoft Azure Get Synchronizationsetting In A Share
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-datashare/accounts/{accountname}/shares/{sharename}/synchronizationsettings/{synchronizationsettingname}
PUT
Microsoftazuresynchronizationsettingscreate — Microsoft Azure Adds A New Synchronization Setting To An Existing Share
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-datashare/accounts/{accountname}/shares/{sharename}/synchronizationsettings/{synchronizationsettingname}
DELETE
Microsoftazuresynchronizationsettingsdelete — Microsoft Azure Delete Synchronizationsetting In A Share
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-datashare/accounts/{accountname}/shares/{sharename}/synchronizationsettings/{synchronizationsettingname}

MCP Tools

microsoft-azure-list-synchronizationsettings-share

Microsoft Azure List Synchronizationsettings In A Share

read-only idempotent
microsoft-azure-get-synchronizationsetting-share

Microsoft Azure Get Synchronizationsetting In A Share

read-only idempotent
microsoft-azure-adds-new-synchronization

Microsoft Azure Adds A New Synchronization Setting To An Existing Share

idempotent
microsoft-azure-delete-synchronizationsetting-share

Microsoft Azure Delete Synchronizationsetting In A Share

idempotent

Capability Spec

datasharemanagementclient-synchronizationsetting.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure DataShareManagementClient — SynchronizationSetting
  description: 'Microsoft Azure DataShareManagementClient — SynchronizationSetting. 4 operations. Lead operation: Microsoft
    Azure List Synchronizationsettings In A Share. Self-contained Naftiko capability covering one Microsoft Azure business
    surface.'
  tags:
  - Microsoft Azure
  - SynchronizationSetting
  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: datasharemanagementclient-synchronizationsetting
    baseUri: https://management.azure.com
    description: Microsoft Azure DataShareManagementClient — SynchronizationSetting business capability. Self-contained, no
      shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shares/{shareName}/synchronizationSettings
      operations:
      - name: microsoftazuresynchronizationsettingslistbyshare
        method: GET
        description: Microsoft Azure List Synchronizationsettings In A Share
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: shareName
          in: path
          type: string
          description: The name of the share.
          required: true
        - name: $skipToken
          in: query
          type: string
          description: continuation token
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shares/{shareName}/synchronizationSettings/{synchronizationSettingName}
      operations:
      - name: microsoftazuresynchronizationsettingsget
        method: GET
        description: Microsoft Azure Get Synchronizationsetting In A Share
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: shareName
          in: path
          type: string
          description: The name of the share.
          required: true
        - name: synchronizationSettingName
          in: path
          type: string
          description: The name of the synchronizationSetting.
          required: true
      - name: microsoftazuresynchronizationsettingscreate
        method: PUT
        description: Microsoft Azure Adds A New Synchronization Setting To An Existing Share
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: shareName
          in: path
          type: string
          description: The name of the share to add the synchronization setting to.
          required: true
        - name: synchronizationSettingName
          in: path
          type: string
          description: The name of the synchronizationSetting.
          required: true
        - name: synchronizationSetting
          in: body
          type: string
          description: The new synchronization setting information.
          required: true
      - name: microsoftazuresynchronizationsettingsdelete
        method: DELETE
        description: Microsoft Azure Delete Synchronizationsetting In A Share
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: shareName
          in: path
          type: string
          description: The name of the share.
          required: true
        - name: synchronizationSettingName
          in: path
          type: string
          description: The name of the synchronizationSetting .
          required: true
  exposes:
  - type: rest
    namespace: datasharemanagementclient-synchronizationsetting-rest
    port: 8080
    description: REST adapter for Microsoft Azure DataShareManagementClient — SynchronizationSetting. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-datashare/accounts/{accountname}/shares/{sharename}/synchronizationsettings
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazuresynchronizationsettingslistbyshare
        description: Microsoft Azure List Synchronizationsettings In A Share
        call: datasharemanagementclient-synchronizationsetting.microsoftazuresynchronizationsettingslistbyshare
        with:
          shareName: rest.shareName
          $skipToken: rest.$skipToken
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-datashare/accounts/{accountname}/shares/{sharename}/synchronizationsettings/{synchronizationsettingname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazuresynchronizationsettingsget
        description: Microsoft Azure Get Synchronizationsetting In A Share
        call: datasharemanagementclient-synchronizationsetting.microsoftazuresynchronizationsettingsget
        with:
          shareName: rest.shareName
          synchronizationSettingName: rest.synchronizationSettingName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazuresynchronizationsettingscreate
        description: Microsoft Azure Adds A New Synchronization Setting To An Existing Share
        call: datasharemanagementclient-synchronizationsetting.microsoftazuresynchronizationsettingscreate
        with:
          shareName: rest.shareName
          synchronizationSettingName: rest.synchronizationSettingName
          synchronizationSetting: rest.synchronizationSetting
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazuresynchronizationsettingsdelete
        description: Microsoft Azure Delete Synchronizationsetting In A Share
        call: datasharemanagementclient-synchronizationsetting.microsoftazuresynchronizationsettingsdelete
        with:
          shareName: rest.shareName
          synchronizationSettingName: rest.synchronizationSettingName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: datasharemanagementclient-synchronizationsetting-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure DataShareManagementClient — SynchronizationSetting. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-list-synchronizationsettings-share
      description: Microsoft Azure List Synchronizationsettings In A Share
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: datasharemanagementclient-synchronizationsetting.microsoftazuresynchronizationsettingslistbyshare
      with:
        shareName: tools.shareName
        $skipToken: tools.$skipToken
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-synchronizationsetting-share
      description: Microsoft Azure Get Synchronizationsetting In A Share
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: datasharemanagementclient-synchronizationsetting.microsoftazuresynchronizationsettingsget
      with:
        shareName: tools.shareName
        synchronizationSettingName: tools.synchronizationSettingName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-adds-new-synchronization
      description: Microsoft Azure Adds A New Synchronization Setting To An Existing Share
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: datasharemanagementclient-synchronizationsetting.microsoftazuresynchronizationsettingscreate
      with:
        shareName: tools.shareName
        synchronizationSettingName: tools.synchronizationSettingName
        synchronizationSetting: tools.synchronizationSetting
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-synchronizationsetting-share
      description: Microsoft Azure Delete Synchronizationsetting In A Share
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: datasharemanagementclient-synchronizationsetting.microsoftazuresynchronizationsettingsdelete
      with:
        shareName: tools.shareName
        synchronizationSettingName: tools.synchronizationSettingName
      outputParameters:
      - type: object
        mapping: $.