Microsoft Azure · Capability

Microsoft Azure customLocations — resourceSyncRules

Microsoft Azure customLocations — resourceSyncRules. 5 operations. Lead operation: Microsoft Azure Lists All Resource Sync Rules In A Custom Location. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureresourceSyncRules

What You Can Do

GET
Microsoftazureresourcesyncruleslistbycustomlocationid — Microsoft Azure Lists All Resource Sync Rules In A Custom Location
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-extendedlocation/customlocations/{resourcename}/resourcesyncrules
GET
Microsoftazureresourcesyncrulesget — Microsoft Azure Gets A Resource Sync Rule
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-extendedlocation/customlocations/{resourcename}/resourcesyncrules/{childresourcename}
PUT
Microsoftazureresourcesyncrulescreateorupdate — Microsoft Azure Creates Or Updates A Resource Sync Rule
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-extendedlocation/customlocations/{resourcename}/resourcesyncrules/{childresourcename}
DELETE
Microsoftazureresourcesyncrulesdelete — Microsoft Azure Deletes A Resource Sync Rule
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-extendedlocation/customlocations/{resourcename}/resourcesyncrules/{childresourcename}
PATCH
Microsoftazureresourcesyncrulesupdate — Microsoft Azure Updates A Resource Sync Rule
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-extendedlocation/customlocations/{resourcename}/resourcesyncrules/{childresourcename}

MCP Tools

microsoft-azure-lists-all-resource

Microsoft Azure Lists All Resource Sync Rules In A Custom Location

read-only idempotent
microsoft-azure-gets-resource-sync

Microsoft Azure Gets A Resource Sync Rule

read-only idempotent
microsoft-azure-creates-updates-resource

Microsoft Azure Creates Or Updates A Resource Sync Rule

idempotent
microsoft-azure-deletes-resource-sync

Microsoft Azure Deletes A Resource Sync Rule

idempotent
microsoft-azure-updates-resource-sync

Microsoft Azure Updates A Resource Sync Rule

idempotent

Capability Spec

customlocations-resourcesyncrules.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure customLocations — resourceSyncRules
  description: 'Microsoft Azure customLocations — resourceSyncRules. 5 operations. Lead operation: Microsoft Azure Lists All
    Resource Sync Rules In A Custom Location. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - resourceSyncRules
  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: customlocations-resourcesyncrules
    baseUri: https://management.azure.com
    description: Microsoft Azure customLocations — resourceSyncRules business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ExtendedLocation/customLocations/{resourceName}/resourceSyncRules
      operations:
      - name: microsoftazureresourcesyncruleslistbycustomlocationid
        method: GET
        description: Microsoft Azure Lists All Resource Sync Rules In A Custom Location
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ExtendedLocation/customLocations/{resourceName}/resourceSyncRules/{childResourceName}
      operations:
      - name: microsoftazureresourcesyncrulesget
        method: GET
        description: Microsoft Azure Gets A Resource Sync Rule
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazureresourcesyncrulescreateorupdate
        method: PUT
        description: Microsoft Azure Creates Or Updates A Resource Sync Rule
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: parameters
          in: body
          type: string
          description: Parameters supplied to create or update a Resource Sync Rule.
          required: true
      - name: microsoftazureresourcesyncrulesdelete
        method: DELETE
        description: Microsoft Azure Deletes A Resource Sync Rule
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazureresourcesyncrulesupdate
        method: PATCH
        description: Microsoft Azure Updates A Resource Sync Rule
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: parameters
          in: body
          type: string
          description: The updatable fields of an existing Resource Sync Rule.
          required: true
  exposes:
  - type: rest
    namespace: customlocations-resourcesyncrules-rest
    port: 8080
    description: REST adapter for Microsoft Azure customLocations — resourceSyncRules. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-extendedlocation/customlocations/{resourcename}/resourcesyncrules
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureresourcesyncruleslistbycustomlocationid
        description: Microsoft Azure Lists All Resource Sync Rules In A Custom Location
        call: customlocations-resourcesyncrules.microsoftazureresourcesyncruleslistbycustomlocationid
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-extendedlocation/customlocations/{resourcename}/resourcesyncrules/{childresourcename}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureresourcesyncrulesget
        description: Microsoft Azure Gets A Resource Sync Rule
        call: customlocations-resourcesyncrules.microsoftazureresourcesyncrulesget
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazureresourcesyncrulescreateorupdate
        description: Microsoft Azure Creates Or Updates A Resource Sync Rule
        call: customlocations-resourcesyncrules.microsoftazureresourcesyncrulescreateorupdate
        with:
          parameters: rest.parameters
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazureresourcesyncrulesdelete
        description: Microsoft Azure Deletes A Resource Sync Rule
        call: customlocations-resourcesyncrules.microsoftazureresourcesyncrulesdelete
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazureresourcesyncrulesupdate
        description: Microsoft Azure Updates A Resource Sync Rule
        call: customlocations-resourcesyncrules.microsoftazureresourcesyncrulesupdate
        with:
          parameters: rest.parameters
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: customlocations-resourcesyncrules-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure customLocations — resourceSyncRules. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-lists-all-resource
      description: Microsoft Azure Lists All Resource Sync Rules In A Custom Location
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: customlocations-resourcesyncrules.microsoftazureresourcesyncruleslistbycustomlocationid
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-resource-sync
      description: Microsoft Azure Gets A Resource Sync Rule
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: customlocations-resourcesyncrules.microsoftazureresourcesyncrulesget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-creates-updates-resource
      description: Microsoft Azure Creates Or Updates A Resource Sync Rule
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: customlocations-resourcesyncrules.microsoftazureresourcesyncrulescreateorupdate
      with:
        parameters: tools.parameters
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-deletes-resource-sync
      description: Microsoft Azure Deletes A Resource Sync Rule
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: customlocations-resourcesyncrules.microsoftazureresourcesyncrulesdelete
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-updates-resource-sync
      description: Microsoft Azure Updates A Resource Sync Rule
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: customlocations-resourcesyncrules.microsoftazureresourcesyncrulesupdate
      with:
        parameters: tools.parameters
      outputParameters:
      - type: object
        mapping: $.