Microsoft Azure · Capability

Microsoft Azure TimeSeriesInsightsClient — AccessPolicies

Microsoft Azure TimeSeriesInsightsClient — AccessPolicies. 5 operations. Lead operation: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Timeseriesinsights Environments Environmentname Accesspolicies. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureAccessPolicies

What You Can Do

GET
Microsoftazureaccesspolicieslistbyenvironment — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Timeseriesinsights Environments Environmentname Accesspolicies
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-timeseriesinsights/environments/{environmentname}/accesspolicies
PUT
Microsoftazureaccesspoliciescreateorupdate — Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Timeseriesinsights Environments Environmentname Accesspolicies Accesspolicyname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-timeseriesinsights/environments/{environmentname}/accesspolicies/{accesspolicyname}
GET
Microsoftazureaccesspoliciesget — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Timeseriesinsights Environments Environmentname Accesspolicies Accesspolicyname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-timeseriesinsights/environments/{environmentname}/accesspolicies/{accesspolicyname}
PATCH
Microsoftazureaccesspoliciesupdate — Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Timeseriesinsights Environments Environmentname Accesspolicies Accesspolicyname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-timeseriesinsights/environments/{environmentname}/accesspolicies/{accesspolicyname}
DELETE
Microsoftazureaccesspoliciesdelete — Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Timeseriesinsights Environments Environmentname Accesspolicies Accesspolicyname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-timeseriesinsights/environments/{environmentname}/accesspolicies/{accesspolicyname}

MCP Tools

microsoft-azure-get-subscriptions-subscriptionid

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Timeseriesinsights Environments Environmentname Accesspolicies

read-only idempotent
microsoft-azure-put-subscriptions-subscriptionid

Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Timeseriesinsights Environments Environmentname Accesspolicies Accesspolicyname

idempotent
microsoft-azure-get-subscriptions-subscriptionid-2

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Timeseriesinsights Environments Environmentname Accesspolicies Accesspolicyname

read-only idempotent
microsoft-azure-patch-subscriptions-subscriptionid

Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Timeseriesinsights Environments Environmentname Accesspolicies Accesspolicyname

idempotent
microsoft-azure-delete-subscriptions-subscriptionid

Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Timeseriesinsights Environments Environmentname Accesspolicies Accesspolicyname

idempotent

Capability Spec

timeseriesinsightsclient-accesspolicies.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure TimeSeriesInsightsClient — AccessPolicies
  description: 'Microsoft Azure TimeSeriesInsightsClient — AccessPolicies. 5 operations. Lead operation: Microsoft Azure Get
    Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Timeseriesinsights Environments Environmentname
    Accesspolicies. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - AccessPolicies
  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: timeseriesinsightsclient-accesspolicies
    baseUri: https://management.azure.com
    description: Microsoft Azure TimeSeriesInsightsClient — AccessPolicies business capability. Self-contained, no shared
      references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.TimeSeriesInsights/environments/{environmentName}/accessPolicies
      operations:
      - name: microsoftazureaccesspolicieslistbyenvironment
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Timeseriesinsights Environments Environmentname Accesspolicies
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.TimeSeriesInsights/environments/{environmentName}/accessPolicies/{accessPolicyName}
      operations:
      - name: microsoftazureaccesspoliciescreateorupdate
        method: PUT
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Timeseriesinsights Environments Environmentname Accesspolicies Accesspolicyname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: accessPolicyName
          in: path
          type: string
          description: Name of the access policy.
          required: true
        - name: parameters
          in: body
          type: string
          description: Parameters for creating an access policy.
          required: true
      - name: microsoftazureaccesspoliciesget
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Timeseriesinsights Environments Environmentname Accesspolicies Accesspolicyname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazureaccesspoliciesupdate
        method: PATCH
        description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Timeseriesinsights Environments Environmentname Accesspolicies Accesspolicyname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: accessPolicyUpdateParameters
          in: body
          type: string
          description: Request object that contains the updated information for the access policy.
          required: true
      - name: microsoftazureaccesspoliciesdelete
        method: DELETE
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Timeseriesinsights Environments Environmentname Accesspolicies Accesspolicyname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: timeseriesinsightsclient-accesspolicies-rest
    port: 8080
    description: REST adapter for Microsoft Azure TimeSeriesInsightsClient — AccessPolicies. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-timeseriesinsights/environments/{environmentname}/accesspolicies
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureaccesspolicieslistbyenvironment
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Timeseriesinsights Environments Environmentname Accesspolicies
        call: timeseriesinsightsclient-accesspolicies.microsoftazureaccesspolicieslistbyenvironment
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-timeseriesinsights/environments/{environmentname}/accesspolicies/{accesspolicyname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: PUT
        name: microsoftazureaccesspoliciescreateorupdate
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Timeseriesinsights Environments Environmentname Accesspolicies Accesspolicyname
        call: timeseriesinsightsclient-accesspolicies.microsoftazureaccesspoliciescreateorupdate
        with:
          accessPolicyName: rest.accessPolicyName
          parameters: rest.parameters
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazureaccesspoliciesget
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Timeseriesinsights Environments Environmentname Accesspolicies Accesspolicyname
        call: timeseriesinsightsclient-accesspolicies.microsoftazureaccesspoliciesget
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazureaccesspoliciesupdate
        description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Timeseriesinsights Environments Environmentname Accesspolicies Accesspolicyname
        call: timeseriesinsightsclient-accesspolicies.microsoftazureaccesspoliciesupdate
        with:
          accessPolicyUpdateParameters: rest.accessPolicyUpdateParameters
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazureaccesspoliciesdelete
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Timeseriesinsights Environments Environmentname Accesspolicies Accesspolicyname
        call: timeseriesinsightsclient-accesspolicies.microsoftazureaccesspoliciesdelete
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: timeseriesinsightsclient-accesspolicies-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure TimeSeriesInsightsClient — AccessPolicies. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-subscriptions-subscriptionid
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Timeseriesinsights
        Environments Environmentname Accesspolicies
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: timeseriesinsightsclient-accesspolicies.microsoftazureaccesspolicieslistbyenvironment
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-subscriptions-subscriptionid
      description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Timeseriesinsights
        Environments Environmentname Accesspolicies Accesspolicyname
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: timeseriesinsightsclient-accesspolicies.microsoftazureaccesspoliciescreateorupdate
      with:
        accessPolicyName: tools.accessPolicyName
        parameters: tools.parameters
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-2
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Timeseriesinsights
        Environments Environmentname Accesspolicies Accesspolicyname
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: timeseriesinsightsclient-accesspolicies.microsoftazureaccesspoliciesget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-patch-subscriptions-subscriptionid
      description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Timeseriesinsights Environments Environmentname Accesspolicies Accesspolicyname
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: timeseriesinsightsclient-accesspolicies.microsoftazureaccesspoliciesupdate
      with:
        accessPolicyUpdateParameters: tools.accessPolicyUpdateParameters
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-subscriptions-subscriptionid
      description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Timeseriesinsights Environments Environmentname Accesspolicies Accesspolicyname
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: timeseriesinsightsclient-accesspolicies.microsoftazureaccesspoliciesdelete
      outputParameters:
      - type: object
        mapping: $.