Microsoft Azure · Capability

Microsoft Azure Automanage — BestPracticesVersions

Microsoft Azure Automanage — BestPracticesVersions. 2 operations. Lead operation: Microsoft Azure Get Providers Microsoft Automanage Bestpractices Bestpracticename Versions. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureBestPracticesVersions

What You Can Do

GET
Microsoftazurebestpracticesversionslistbytenant — Microsoft Azure Get Providers Microsoft Automanage Bestpractices Bestpracticename Versions
/v1/providers/microsoft-automanage/bestpractices/{bestpracticename}/versions
GET
Microsoftazurebestpracticesversionsget — Microsoft Azure Get Providers Microsoft Automanage Bestpractices Bestpracticename Versions Versionname
/v1/providers/microsoft-automanage/bestpractices/{bestpracticename}/versions/{versionname}

MCP Tools

microsoft-azure-get-providers-microsoft

Microsoft Azure Get Providers Microsoft Automanage Bestpractices Bestpracticename Versions

read-only idempotent
microsoft-azure-get-providers-microsoft-2

Microsoft Azure Get Providers Microsoft Automanage Bestpractices Bestpracticename Versions Versionname

read-only idempotent

Capability Spec

automanage-bestpracticesversions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Automanage — BestPracticesVersions
  description: 'Microsoft Azure Automanage — BestPracticesVersions. 2 operations. Lead operation: Microsoft Azure Get Providers
    Microsoft Automanage Bestpractices Bestpracticename Versions. Self-contained Naftiko capability covering one Microsoft
    Azure business surface.'
  tags:
  - Microsoft Azure
  - BestPracticesVersions
  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: automanage-bestpracticesversions
    baseUri: https://management.azure.com
    description: Microsoft Azure Automanage — BestPracticesVersions business capability. Self-contained, no shared references.
    resources:
    - name: providers-Microsoft.Automanage-bestPractices-bestPracticeName-versions
      path: /providers/Microsoft.Automanage/bestPractices/{bestPracticeName}/versions
      operations:
      - name: microsoftazurebestpracticesversionslistbytenant
        method: GET
        description: Microsoft Azure Get Providers Microsoft Automanage Bestpractices Bestpracticename Versions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: bestPracticeName
          in: path
          type: string
          description: The Automanage best practice name.
          required: true
    - name: providers-Microsoft.Automanage-bestPractices-bestPracticeName-versions-versionNa
      path: /providers/Microsoft.Automanage/bestPractices/{bestPracticeName}/versions/{versionName}
      operations:
      - name: microsoftazurebestpracticesversionsget
        method: GET
        description: Microsoft Azure Get Providers Microsoft Automanage Bestpractices Bestpracticename Versions Versionname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: bestPracticeName
          in: path
          type: string
          description: The Automanage best practice name.
          required: true
        - name: versionName
          in: path
          type: string
          description: The Automanage best practice version name.
          required: true
  exposes:
  - type: rest
    namespace: automanage-bestpracticesversions-rest
    port: 8080
    description: REST adapter for Microsoft Azure Automanage — BestPracticesVersions. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/providers/microsoft-automanage/bestpractices/{bestpracticename}/versions
      name: providers-microsoft-automanage-bestpractices-bestpracticename-versions
      description: REST surface for providers-Microsoft.Automanage-bestPractices-bestPracticeName-versions.
      operations:
      - method: GET
        name: microsoftazurebestpracticesversionslistbytenant
        description: Microsoft Azure Get Providers Microsoft Automanage Bestpractices Bestpracticename Versions
        call: automanage-bestpracticesversions.microsoftazurebestpracticesversionslistbytenant
        with:
          bestPracticeName: rest.bestPracticeName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/providers/microsoft-automanage/bestpractices/{bestpracticename}/versions/{versionname}
      name: providers-microsoft-automanage-bestpractices-bestpracticename-versions-versionna
      description: REST surface for providers-Microsoft.Automanage-bestPractices-bestPracticeName-versions-versionNa.
      operations:
      - method: GET
        name: microsoftazurebestpracticesversionsget
        description: Microsoft Azure Get Providers Microsoft Automanage Bestpractices Bestpracticename Versions Versionname
        call: automanage-bestpracticesversions.microsoftazurebestpracticesversionsget
        with:
          bestPracticeName: rest.bestPracticeName
          versionName: rest.versionName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: automanage-bestpracticesversions-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Automanage — BestPracticesVersions. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-providers-microsoft
      description: Microsoft Azure Get Providers Microsoft Automanage Bestpractices Bestpracticename Versions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: automanage-bestpracticesversions.microsoftazurebestpracticesversionslistbytenant
      with:
        bestPracticeName: tools.bestPracticeName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-providers-microsoft-2
      description: Microsoft Azure Get Providers Microsoft Automanage Bestpractices Bestpracticename Versions Versionname
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: automanage-bestpracticesversions.microsoftazurebestpracticesversionsget
      with:
        bestPracticeName: tools.bestPracticeName
        versionName: tools.versionName
      outputParameters:
      - type: object
        mapping: $.