Microsoft Azure · Capability

Microsoft Azure Azure VMware Solution API — Authorizations

Microsoft Azure Azure VMware Solution API — Authorizations. 4 operations. Lead operation: Microsoft Azure List Expressroute Circuit Authorizations In A Private Cloud. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureAuthorizations

What You Can Do

GET
Microsoftazureauthorizationslist — Microsoft Azure List Expressroute Circuit Authorizations In A Private Cloud
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-avs/privateclouds/{privatecloudname}/authorizations
GET
Microsoftazureauthorizationsget — Microsoft Azure Get An Expressroute Circuit Authorization By Name In A Private Cloud
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-avs/privateclouds/{privatecloudname}/authorizations/{authorizationname}
PUT
Microsoftazureauthorizationscreateorupdate — Microsoft Azure Create Or Update An Expressroute Circuit Authorization In A Private Cloud
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-avs/privateclouds/{privatecloudname}/authorizations/{authorizationname}
DELETE
Microsoftazureauthorizationsdelete — Microsoft Azure Delete An Expressroute Circuit Authorization In A Private Cloud
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-avs/privateclouds/{privatecloudname}/authorizations/{authorizationname}

MCP Tools

microsoft-azure-list-expressroute-circuit

Microsoft Azure List Expressroute Circuit Authorizations In A Private Cloud

read-only idempotent
microsoft-azure-get-expressroute-circuit

Microsoft Azure Get An Expressroute Circuit Authorization By Name In A Private Cloud

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

Microsoft Azure Create Or Update An Expressroute Circuit Authorization In A Private Cloud

idempotent
microsoft-azure-delete-expressroute-circuit

Microsoft Azure Delete An Expressroute Circuit Authorization In A Private Cloud

idempotent

Capability Spec

azure-vmware-solution-authorizations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure VMware Solution API — Authorizations
  description: 'Microsoft Azure Azure VMware Solution API — Authorizations. 4 operations. Lead operation: Microsoft Azure
    List Expressroute Circuit Authorizations In A Private Cloud. Self-contained Naftiko capability covering one Microsoft
    Azure business surface.'
  tags:
  - Microsoft Azure
  - Authorizations
  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: azure-vmware-solution-authorizations
    baseUri: https://management.azure.com
    description: Microsoft Azure Azure VMware Solution API — Authorizations business capability. Self-contained, no shared
      references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/authorizations
      operations:
      - name: microsoftazureauthorizationslist
        method: GET
        description: Microsoft Azure List Expressroute Circuit Authorizations In A Private Cloud
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/authorizations/{authorizationName}
      operations:
      - name: microsoftazureauthorizationsget
        method: GET
        description: Microsoft Azure Get An Expressroute Circuit Authorization By Name In A Private Cloud
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazureauthorizationscreateorupdate
        method: PUT
        description: Microsoft Azure Create Or Update An Expressroute Circuit Authorization In A Private Cloud
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: privateCloudName
          in: path
          type: string
          description: The name of the private cloud.
          required: true
        - name: authorization
          in: body
          type: string
          description: An ExpressRoute Circuit Authorization
          required: true
      - name: microsoftazureauthorizationsdelete
        method: DELETE
        description: Microsoft Azure Delete An Expressroute Circuit Authorization In A Private Cloud
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: azure-vmware-solution-authorizations-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure VMware Solution API — Authorizations. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-avs/privateclouds/{privatecloudname}/authorizations
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureauthorizationslist
        description: Microsoft Azure List Expressroute Circuit Authorizations In A Private Cloud
        call: azure-vmware-solution-authorizations.microsoftazureauthorizationslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-avs/privateclouds/{privatecloudname}/authorizations/{authorizationname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureauthorizationsget
        description: Microsoft Azure Get An Expressroute Circuit Authorization By Name In A Private Cloud
        call: azure-vmware-solution-authorizations.microsoftazureauthorizationsget
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazureauthorizationscreateorupdate
        description: Microsoft Azure Create Or Update An Expressroute Circuit Authorization In A Private Cloud
        call: azure-vmware-solution-authorizations.microsoftazureauthorizationscreateorupdate
        with:
          privateCloudName: rest.privateCloudName
          authorization: rest.authorization
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazureauthorizationsdelete
        description: Microsoft Azure Delete An Expressroute Circuit Authorization In A Private Cloud
        call: azure-vmware-solution-authorizations.microsoftazureauthorizationsdelete
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-vmware-solution-authorizations-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure VMware Solution API — Authorizations. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-list-expressroute-circuit
      description: Microsoft Azure List Expressroute Circuit Authorizations In A Private Cloud
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-vmware-solution-authorizations.microsoftazureauthorizationslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-expressroute-circuit
      description: Microsoft Azure Get An Expressroute Circuit Authorization By Name In A Private Cloud
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-vmware-solution-authorizations.microsoftazureauthorizationsget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-create-update-expressroute
      description: Microsoft Azure Create Or Update An Expressroute Circuit Authorization In A Private Cloud
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-vmware-solution-authorizations.microsoftazureauthorizationscreateorupdate
      with:
        privateCloudName: tools.privateCloudName
        authorization: tools.authorization
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-expressroute-circuit
      description: Microsoft Azure Delete An Expressroute Circuit Authorization In A Private Cloud
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: azure-vmware-solution-authorizations.microsoftazureauthorizationsdelete
      outputParameters:
      - type: object
        mapping: $.