Microsoft Azure · Capability

Microsoft Azure VMwareCloudSimple — DedicatedCloudServices

Microsoft Azure VMwareCloudSimple — DedicatedCloudServices. 6 operations. Lead operation: Microsoft Azure Implements List Of Dedicatedcloudservice Objects Within Subscription Method. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureDedicatedCloudServices

What You Can Do

GET
Microsoftazurededicatedcloudserviceslistbysubscription — Microsoft Azure Implements List Of Dedicatedcloudservice Objects Within Subscription Method
/v1/subscriptions/{subscriptionid}/providers/microsoft-vmwarecloudsimple/dedicatedcloudservices
GET
Microsoftazurededicatedcloudserviceslistbyresourcegroup — Microsoft Azure Implements List Of Dedicatedcloudservice Objects Within Rg Method
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-vmwarecloudsimple/dedicatedcloudservices
GET
Microsoftazurededicatedcloudservicesget — Microsoft Azure Implements Dedicatedcloudservice Get Method
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-vmwarecloudsimple/dedicatedcloudservices/{dedicatedcloudservicename}
PUT
Microsoftazurededicatedcloudservicescreateorupdate — Microsoft Azure Implements Dedicated Cloud Service Put Method
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-vmwarecloudsimple/dedicatedcloudservices/{dedicatedcloudservicename}
DELETE
Microsoftazurededicatedcloudservicesdelete — Microsoft Azure Implements Dedicatedcloudservice Delete Method
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-vmwarecloudsimple/dedicatedcloudservices/{dedicatedcloudservicename}
PATCH
Microsoftazurededicatedcloudservicesupdate — Microsoft Azure Implements Dedicatedcloudservice Patch Method
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-vmwarecloudsimple/dedicatedcloudservices/{dedicatedcloudservicename}

MCP Tools

microsoft-azure-implements-list-dedicatedcloudservice

Microsoft Azure Implements List Of Dedicatedcloudservice Objects Within Subscription Method

read-only idempotent
microsoft-azure-implements-list-dedicatedcloudservice-2

Microsoft Azure Implements List Of Dedicatedcloudservice Objects Within Rg Method

read-only idempotent
microsoft-azure-implements-dedicatedcloudservice-get

Microsoft Azure Implements Dedicatedcloudservice Get Method

read-only idempotent
microsoft-azure-implements-dedicated-cloud

Microsoft Azure Implements Dedicated Cloud Service Put Method

idempotent
microsoft-azure-implements-dedicatedcloudservice-delete

Microsoft Azure Implements Dedicatedcloudservice Delete Method

idempotent
microsoft-azure-implements-dedicatedcloudservice-patch

Microsoft Azure Implements Dedicatedcloudservice Patch Method

idempotent

Capability Spec

vmwarecloudsimple-dedicatedcloudservices.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure VMwareCloudSimple — DedicatedCloudServices
  description: 'Microsoft Azure VMwareCloudSimple — DedicatedCloudServices. 6 operations. Lead operation: Microsoft Azure
    Implements List Of Dedicatedcloudservice Objects Within Subscription Method. Self-contained Naftiko capability covering
    one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - DedicatedCloudServices
  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: vmwarecloudsimple-dedicatedcloudservices
    baseUri: https://management.azure.com
    description: Microsoft Azure VMwareCloudSimple — DedicatedCloudServices business capability. Self-contained, no shared
      references.
    resources:
    - name: subscriptions-subscriptionId-providers-Microsoft.VMwareCloudSimple-dedicatedClou
      path: /subscriptions/{subscriptionId}/providers/Microsoft.VMwareCloudSimple/dedicatedCloudServices
      operations:
      - name: microsoftazurededicatedcloudserviceslistbysubscription
        method: GET
        description: Microsoft Azure Implements List Of Dedicatedcloudservice Objects Within Subscription Method
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $filter
          in: query
          type: string
          description: The filter to apply on the list operation
        - name: $top
          in: query
          type: integer
          description: The maximum number of record sets to return
        - name: $skipToken
          in: query
          type: string
          description: to be used by nextLink implementation
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.VMwareCloudSimple/dedicatedCloudServices
      operations:
      - name: microsoftazurededicatedcloudserviceslistbyresourcegroup
        method: GET
        description: Microsoft Azure Implements List Of Dedicatedcloudservice Objects Within Rg Method
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $filter
          in: query
          type: string
          description: The filter to apply on the list operation
        - name: $top
          in: query
          type: integer
          description: The maximum number of record sets to return
        - name: $skipToken
          in: query
          type: string
          description: to be used by nextLink implementation
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.VMwareCloudSimple/dedicatedCloudServices/{dedicatedCloudServiceName}
      operations:
      - name: microsoftazurededicatedcloudservicesget
        method: GET
        description: Microsoft Azure Implements Dedicatedcloudservice Get Method
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: dedicatedCloudServiceName
          in: path
          type: string
          description: dedicated cloud Service name
          required: true
      - name: microsoftazurededicatedcloudservicescreateorupdate
        method: PUT
        description: Microsoft Azure Implements Dedicated Cloud Service Put Method
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: dedicatedCloudServiceName
          in: path
          type: string
          description: dedicated cloud Service name
          required: true
        - name: dedicatedCloudServiceRequest
          in: body
          type: string
          description: Create Dedicated Cloud Service request
          required: true
      - name: microsoftazurededicatedcloudservicesdelete
        method: DELETE
        description: Microsoft Azure Implements Dedicatedcloudservice Delete Method
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: dedicatedCloudServiceName
          in: path
          type: string
          description: dedicated cloud service name
          required: true
      - name: microsoftazurededicatedcloudservicesupdate
        method: PATCH
        description: Microsoft Azure Implements Dedicatedcloudservice Patch Method
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: dedicatedCloudServiceName
          in: path
          type: string
          description: dedicated cloud service name
          required: true
        - name: dedicatedCloudServiceRequest
          in: body
          type: string
          description: Patch Dedicated Cloud Service request
          required: true
  exposes:
  - type: rest
    namespace: vmwarecloudsimple-dedicatedcloudservices-rest
    port: 8080
    description: REST adapter for Microsoft Azure VMwareCloudSimple — DedicatedCloudServices. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-vmwarecloudsimple/dedicatedcloudservices
      name: subscriptions-subscriptionid-providers-microsoft-vmwarecloudsimple-dedicatedclou
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.VMwareCloudSimple-dedicatedClou.
      operations:
      - method: GET
        name: microsoftazurededicatedcloudserviceslistbysubscription
        description: Microsoft Azure Implements List Of Dedicatedcloudservice Objects Within Subscription Method
        call: vmwarecloudsimple-dedicatedcloudservices.microsoftazurededicatedcloudserviceslistbysubscription
        with:
          $filter: rest.$filter
          $top: rest.$top
          $skipToken: rest.$skipToken
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-vmwarecloudsimple/dedicatedcloudservices
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurededicatedcloudserviceslistbyresourcegroup
        description: Microsoft Azure Implements List Of Dedicatedcloudservice Objects Within Rg Method
        call: vmwarecloudsimple-dedicatedcloudservices.microsoftazurededicatedcloudserviceslistbyresourcegroup
        with:
          $filter: rest.$filter
          $top: rest.$top
          $skipToken: rest.$skipToken
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-vmwarecloudsimple/dedicatedcloudservices/{dedicatedcloudservicename}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurededicatedcloudservicesget
        description: Microsoft Azure Implements Dedicatedcloudservice Get Method
        call: vmwarecloudsimple-dedicatedcloudservices.microsoftazurededicatedcloudservicesget
        with:
          dedicatedCloudServiceName: rest.dedicatedCloudServiceName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazurededicatedcloudservicescreateorupdate
        description: Microsoft Azure Implements Dedicated Cloud Service Put Method
        call: vmwarecloudsimple-dedicatedcloudservices.microsoftazurededicatedcloudservicescreateorupdate
        with:
          dedicatedCloudServiceName: rest.dedicatedCloudServiceName
          dedicatedCloudServiceRequest: rest.dedicatedCloudServiceRequest
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazurededicatedcloudservicesdelete
        description: Microsoft Azure Implements Dedicatedcloudservice Delete Method
        call: vmwarecloudsimple-dedicatedcloudservices.microsoftazurededicatedcloudservicesdelete
        with:
          dedicatedCloudServiceName: rest.dedicatedCloudServiceName
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazurededicatedcloudservicesupdate
        description: Microsoft Azure Implements Dedicatedcloudservice Patch Method
        call: vmwarecloudsimple-dedicatedcloudservices.microsoftazurededicatedcloudservicesupdate
        with:
          dedicatedCloudServiceName: rest.dedicatedCloudServiceName
          dedicatedCloudServiceRequest: rest.dedicatedCloudServiceRequest
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: vmwarecloudsimple-dedicatedcloudservices-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure VMwareCloudSimple — DedicatedCloudServices. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-implements-list-dedicatedcloudservice
      description: Microsoft Azure Implements List Of Dedicatedcloudservice Objects Within Subscription Method
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: vmwarecloudsimple-dedicatedcloudservices.microsoftazurededicatedcloudserviceslistbysubscription
      with:
        $filter: tools.$filter
        $top: tools.$top
        $skipToken: tools.$skipToken
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-implements-list-dedicatedcloudservice-2
      description: Microsoft Azure Implements List Of Dedicatedcloudservice Objects Within Rg Method
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: vmwarecloudsimple-dedicatedcloudservices.microsoftazurededicatedcloudserviceslistbyresourcegroup
      with:
        $filter: tools.$filter
        $top: tools.$top
        $skipToken: tools.$skipToken
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-implements-dedicatedcloudservice-get
      description: Microsoft Azure Implements Dedicatedcloudservice Get Method
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: vmwarecloudsimple-dedicatedcloudservices.microsoftazurededicatedcloudservicesget
      with:
        dedicatedCloudServiceName: tools.dedicatedCloudServiceName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-implements-dedicated-cloud
      description: Microsoft Azure Implements Dedicated Cloud Service Put Method
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: vmwarecloudsimple-dedicatedcloudservices.microsoftazurededicatedcloudservicescreateorupdate
      with:
        dedicatedCloudServiceName: tools.dedicatedCloudServiceName
        dedicatedCloudServiceRequest: tools.dedicatedCloudServiceRequest
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-implements-dedicatedcloudservice-delete
      description: Microsoft Azure Implements Dedicatedcloudservice Delete Method
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: vmwarecloudsimple-dedicatedcloudservices.microsoftazurededicatedcloudservicesdelete
      with:
        dedicatedCloudServiceName: tools.dedicatedCloudServiceName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-implements-dedicatedcloudservice-patch
      description: Microsoft Azure Implements Dedicatedcloudservice Patch Method
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: vmwarecloudsimple-dedicatedcloudservices.microsoftazurededicatedcloudservicesupdate
      with:
        dedicatedCloudServiceName: tools.dedicatedCloudServiceName
        dedicatedCloudServiceRequest: tools.dedicatedCloudServiceRequest
      outputParameters:
      - type: object
        mapping: $.