Microsoft Graph · Capability

Microsoft Graph Devicemanagement — deviceManagement.deviceEnrollmentConfiguration

Microsoft Graph Devicemanagement — deviceManagement.deviceEnrollmentConfiguration. 14 operations. Lead operation: Microsoft Graph Get deviceEnrollmentConfigurations from deviceManagement. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft GraphdeviceManagement.deviceEnrollmentConfiguration

What You Can Do

GET
Devicemanagementlistdeviceenrollmentconfigurations — Microsoft Graph Get deviceEnrollmentConfigurations from deviceManagement
/v1/devicemanagement/deviceenrollmentconfigurations
POST
Devicemanagementcreatedeviceenrollmentconfigurations — Microsoft Graph Create new navigation property to deviceEnrollmentConfigurations for deviceManagement
/v1/devicemanagement/deviceenrollmentconfigurations
GET
Devicemanagementdeviceenrollmentconfigurationsgetcount69e5 — Microsoft Graph Get the number of the resource
/v1/devicemanagement/deviceenrollmentconfigurations/count
GET
Devicemanagementgetdeviceenrollmentconfigurations — Microsoft Graph Get deviceEnrollmentConfigurations from deviceManagement
/v1/devicemanagement/deviceenrollmentconfigurations/{deviceenrollmentconfiguration-id}
PATCH
Devicemanagementupdatedeviceenrollmentconfigurations — Microsoft Graph Update the navigation property deviceEnrollmentConfigurations in deviceManagement
/v1/devicemanagement/deviceenrollmentconfigurations/{deviceenrollmentconfiguration-id}
DELETE
Devicemanagementdeletedeviceenrollmentconfigurations — Microsoft Graph Delete navigation property deviceEnrollmentConfigurations for deviceManagement
/v1/devicemanagement/deviceenrollmentconfigurations/{deviceenrollmentconfiguration-id}
POST
Devicemanagementdeviceenrollmentconfigurationsdeviceenrollmentconfigurationassign — Microsoft Graph Invoke action assign
/v1/devicemanagement/deviceenrollmentconfigurations/{deviceenrollmentconfiguration-id}/assign
GET
Devicemanagementdeviceenrollmentconfigurationslistassignments — Microsoft Graph Get assignments from deviceManagement
/v1/devicemanagement/deviceenrollmentconfigurations/{deviceenrollmentconfiguration-id}/assignments
POST
Devicemanagementdeviceenrollmentconfigurationscreateassignments — Microsoft Graph Create new navigation property to assignments for deviceManagement
/v1/devicemanagement/deviceenrollmentconfigurations/{deviceenrollmentconfiguration-id}/assignments
GET
Devicemanagementdeviceenrollmentconfigurationsassignmentsgetcountf0d7 — Microsoft Graph Get the number of the resource
/v1/devicemanagement/deviceenrollmentconfigurations/{deviceenrollmentconfiguration-id}/assignments/count
GET
Devicemanagementdeviceenrollmentconfigurationsgetassignments — Microsoft Graph Get assignments from deviceManagement
/v1/devicemanagement/deviceenrollmentconfigurations/{deviceenrollmentconfiguration-id}/assignments/{enrollmentconfigurationassignment-id}
PATCH
Devicemanagementdeviceenrollmentconfigurationsupdateassignments — Microsoft Graph Update the navigation property assignments in deviceManagement
/v1/devicemanagement/deviceenrollmentconfigurations/{deviceenrollmentconfiguration-id}/assignments/{enrollmentconfigurationassignment-id}
DELETE
Devicemanagementdeviceenrollmentconfigurationsdeleteassignments — Microsoft Graph Delete navigation property assignments for deviceManagement
/v1/devicemanagement/deviceenrollmentconfigurations/{deviceenrollmentconfiguration-id}/assignments/{enrollmentconfigurationassignment-id}
POST
Devicemanagementdeviceenrollmentconfigurationsdeviceenrollmentconfigurationsetpriority — Microsoft Graph Invoke action setPriority
/v1/devicemanagement/deviceenrollmentconfigurations/{deviceenrollmentconfiguration-id}/setpriority

MCP Tools

microsoft-graph-get-deviceenrollmentconfigurations-devicemanagement

Microsoft Graph Get deviceEnrollmentConfigurations from deviceManagement

read-only idempotent
microsoft-graph-create-new-navigation

Microsoft Graph Create new navigation property to deviceEnrollmentConfigurations for deviceManagement

microsoft-graph-get-number-resource

Microsoft Graph Get the number of the resource

read-only idempotent
microsoft-graph-get-deviceenrollmentconfigurations-devicemanagement-2

Microsoft Graph Get deviceEnrollmentConfigurations from deviceManagement

read-only idempotent
microsoft-graph-update-navigation-property

Microsoft Graph Update the navigation property deviceEnrollmentConfigurations in deviceManagement

idempotent
microsoft-graph-delete-navigation-property

Microsoft Graph Delete navigation property deviceEnrollmentConfigurations for deviceManagement

idempotent
microsoft-graph-invoke-action-assign

Microsoft Graph Invoke action assign

microsoft-graph-get-assignments-devicemanagement

Microsoft Graph Get assignments from deviceManagement

read-only idempotent
microsoft-graph-create-new-navigation-2

Microsoft Graph Create new navigation property to assignments for deviceManagement

microsoft-graph-get-number-resource-2

Microsoft Graph Get the number of the resource

read-only idempotent
microsoft-graph-get-assignments-devicemanagement-2

Microsoft Graph Get assignments from deviceManagement

read-only idempotent
microsoft-graph-update-navigation-property-2

Microsoft Graph Update the navigation property assignments in deviceManagement

idempotent
microsoft-graph-delete-navigation-property-2

Microsoft Graph Delete navigation property assignments for deviceManagement

idempotent
microsoft-graph-invoke-action-setpriority

Microsoft Graph Invoke action setPriority

Capability Spec

devicemanagement-devicemanagement-deviceenrollmentconfiguration.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph Devicemanagement — deviceManagement.deviceEnrollmentConfiguration
  description: 'Microsoft Graph Devicemanagement — deviceManagement.deviceEnrollmentConfiguration. 14 operations. Lead operation:
    Microsoft Graph Get deviceEnrollmentConfigurations from deviceManagement. Self-contained Naftiko capability covering one
    Microsoft Graph business surface.'
  tags:
  - Microsoft Graph
  - deviceManagement.deviceEnrollmentConfiguration
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_GRAPH_API_KEY: MICROSOFT_GRAPH_API_KEY
capability:
  consumes:
  - type: http
    namespace: devicemanagement-devicemanagement-deviceenrollmentconfiguration
    baseUri: ''
    description: Microsoft Graph Devicemanagement — deviceManagement.deviceEnrollmentConfiguration business capability. Self-contained,
      no shared references.
    resources:
    - name: deviceManagement-deviceEnrollmentConfigurations
      path: /deviceManagement/deviceEnrollmentConfigurations
      operations:
      - name: devicemanagementlistdeviceenrollmentconfigurations
        method: GET
        description: Microsoft Graph Get deviceEnrollmentConfigurations from deviceManagement
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $orderby
          in: query
          type: array
          description: Order items by property values
        - name: $select
          in: query
          type: array
          description: Select properties to be returned
        - name: $expand
          in: query
          type: array
          description: Expand related entities
      - name: devicemanagementcreatedeviceenrollmentconfigurations
        method: POST
        description: Microsoft Graph Create new navigation property to deviceEnrollmentConfigurations for deviceManagement
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: deviceManagement-deviceEnrollmentConfigurations-$count
      path: /deviceManagement/deviceEnrollmentConfigurations/$count
      operations:
      - name: devicemanagementdeviceenrollmentconfigurationsgetcount69e5
        method: GET
        description: Microsoft Graph Get the number of the resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: deviceManagement-deviceEnrollmentConfigurations-deviceEnrollmentConfiguration-id
      path: /deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}
      operations:
      - name: devicemanagementgetdeviceenrollmentconfigurations
        method: GET
        description: Microsoft Graph Get deviceEnrollmentConfigurations from deviceManagement
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $select
          in: query
          type: array
          description: Select properties to be returned
        - name: $expand
          in: query
          type: array
          description: Expand related entities
      - name: devicemanagementupdatedeviceenrollmentconfigurations
        method: PATCH
        description: Microsoft Graph Update the navigation property deviceEnrollmentConfigurations in deviceManagement
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: devicemanagementdeletedeviceenrollmentconfigurations
        method: DELETE
        description: Microsoft Graph Delete navigation property deviceEnrollmentConfigurations for deviceManagement
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: ETag
    - name: deviceManagement-deviceEnrollmentConfigurations-deviceEnrollmentConfiguration-id
      path: /deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign
      operations:
      - name: devicemanagementdeviceenrollmentconfigurationsdeviceenrollmentconfigurationassign
        method: POST
        description: Microsoft Graph Invoke action assign
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: deviceManagement-deviceEnrollmentConfigurations-deviceEnrollmentConfiguration-id
      path: /deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments
      operations:
      - name: devicemanagementdeviceenrollmentconfigurationslistassignments
        method: GET
        description: Microsoft Graph Get assignments from deviceManagement
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $orderby
          in: query
          type: array
          description: Order items by property values
        - name: $select
          in: query
          type: array
          description: Select properties to be returned
        - name: $expand
          in: query
          type: array
          description: Expand related entities
      - name: devicemanagementdeviceenrollmentconfigurationscreateassignments
        method: POST
        description: Microsoft Graph Create new navigation property to assignments for deviceManagement
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: deviceManagement-deviceEnrollmentConfigurations-deviceEnrollmentConfiguration-id
      path: /deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/$count
      operations:
      - name: devicemanagementdeviceenrollmentconfigurationsassignmentsgetcountf0d7
        method: GET
        description: Microsoft Graph Get the number of the resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: deviceManagement-deviceEnrollmentConfigurations-deviceEnrollmentConfiguration-id
      path: /deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}
      operations:
      - name: devicemanagementdeviceenrollmentconfigurationsgetassignments
        method: GET
        description: Microsoft Graph Get assignments from deviceManagement
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $select
          in: query
          type: array
          description: Select properties to be returned
        - name: $expand
          in: query
          type: array
          description: Expand related entities
      - name: devicemanagementdeviceenrollmentconfigurationsupdateassignments
        method: PATCH
        description: Microsoft Graph Update the navigation property assignments in deviceManagement
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: devicemanagementdeviceenrollmentconfigurationsdeleteassignments
        method: DELETE
        description: Microsoft Graph Delete navigation property assignments for deviceManagement
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: ETag
    - name: deviceManagement-deviceEnrollmentConfigurations-deviceEnrollmentConfiguration-id
      path: /deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/setPriority
      operations:
      - name: devicemanagementdeviceenrollmentconfigurationsdeviceenrollmentconfigurationsetpriority
        method: POST
        description: Microsoft Graph Invoke action setPriority
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: devicemanagement-devicemanagement-deviceenrollmentconfiguration-rest
    port: 8080
    description: REST adapter for Microsoft Graph Devicemanagement — deviceManagement.deviceEnrollmentConfiguration. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/devicemanagement/deviceenrollmentconfigurations
      name: devicemanagement-deviceenrollmentconfigurations
      description: REST surface for deviceManagement-deviceEnrollmentConfigurations.
      operations:
      - method: GET
        name: devicemanagementlistdeviceenrollmentconfigurations
        description: Microsoft Graph Get deviceEnrollmentConfigurations from deviceManagement
        call: devicemanagement-devicemanagement-deviceenrollmentconfiguration.devicemanagementlistdeviceenrollmentconfigurations
        with:
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: devicemanagementcreatedeviceenrollmentconfigurations
        description: Microsoft Graph Create new navigation property to deviceEnrollmentConfigurations for deviceManagement
        call: devicemanagement-devicemanagement-deviceenrollmentconfiguration.devicemanagementcreatedeviceenrollmentconfigurations
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/devicemanagement/deviceenrollmentconfigurations/count
      name: devicemanagement-deviceenrollmentconfigurations-count
      description: REST surface for deviceManagement-deviceEnrollmentConfigurations-$count.
      operations:
      - method: GET
        name: devicemanagementdeviceenrollmentconfigurationsgetcount69e5
        description: Microsoft Graph Get the number of the resource
        call: devicemanagement-devicemanagement-deviceenrollmentconfiguration.devicemanagementdeviceenrollmentconfigurationsgetcount69e5
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/devicemanagement/deviceenrollmentconfigurations/{deviceenrollmentconfiguration-id}
      name: devicemanagement-deviceenrollmentconfigurations-deviceenrollmentconfiguration-id
      description: REST surface for deviceManagement-deviceEnrollmentConfigurations-deviceEnrollmentConfiguration-id.
      operations:
      - method: GET
        name: devicemanagementgetdeviceenrollmentconfigurations
        description: Microsoft Graph Get deviceEnrollmentConfigurations from deviceManagement
        call: devicemanagement-devicemanagement-deviceenrollmentconfiguration.devicemanagementgetdeviceenrollmentconfigurations
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: devicemanagementupdatedeviceenrollmentconfigurations
        description: Microsoft Graph Update the navigation property deviceEnrollmentConfigurations in deviceManagement
        call: devicemanagement-devicemanagement-deviceenrollmentconfiguration.devicemanagementupdatedeviceenrollmentconfigurations
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: devicemanagementdeletedeviceenrollmentconfigurations
        description: Microsoft Graph Delete navigation property deviceEnrollmentConfigurations for deviceManagement
        call: devicemanagement-devicemanagement-deviceenrollmentconfiguration.devicemanagementdeletedeviceenrollmentconfigurations
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/devicemanagement/deviceenrollmentconfigurations/{deviceenrollmentconfiguration-id}/assign
      name: devicemanagement-deviceenrollmentconfigurations-deviceenrollmentconfiguration-id
      description: REST surface for deviceManagement-deviceEnrollmentConfigurations-deviceEnrollmentConfiguration-id.
      operations:
      - method: POST
        name: devicemanagementdeviceenrollmentconfigurationsdeviceenrollmentconfigurationassign
        description: Microsoft Graph Invoke action assign
        call: devicemanagement-devicemanagement-deviceenrollmentconfiguration.devicemanagementdeviceenrollmentconfigurationsdeviceenrollmentconfigurationassign
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/devicemanagement/deviceenrollmentconfigurations/{deviceenrollmentconfiguration-id}/assignments
      name: devicemanagement-deviceenrollmentconfigurations-deviceenrollmentconfiguration-id
      description: REST surface for deviceManagement-deviceEnrollmentConfigurations-deviceEnrollmentConfiguration-id.
      operations:
      - method: GET
        name: devicemanagementdeviceenrollmentconfigurationslistassignments
        description: Microsoft Graph Get assignments from deviceManagement
        call: devicemanagement-devicemanagement-deviceenrollmentconfiguration.devicemanagementdeviceenrollmentconfigurationslistassignments
        with:
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: devicemanagementdeviceenrollmentconfigurationscreateassignments
        description: Microsoft Graph Create new navigation property to assignments for deviceManagement
        call: devicemanagement-devicemanagement-deviceenrollmentconfiguration.devicemanagementdeviceenrollmentconfigurationscreateassignments
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/devicemanagement/deviceenrollmentconfigurations/{deviceenrollmentconfiguration-id}/assignments/count
      name: devicemanagement-deviceenrollmentconfigurations-deviceenrollmentconfiguration-id
      description: REST surface for deviceManagement-deviceEnrollmentConfigurations-deviceEnrollmentConfiguration-id.
      operations:
      - method: GET
        name: devicemanagementdeviceenrollmentconfigurationsassignmentsgetcountf0d7
        description: Microsoft Graph Get the number of the resource
        call: devicemanagement-devicemanagement-deviceenrollmentconfiguration.devicemanagementdeviceenrollmentconfigurationsassignmentsgetcountf0d7
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/devicemanagement/deviceenrollmentconfigurations/{deviceenrollmentconfiguration-id}/assignments/{enrollmentconfigurationassignment-id}
      name: devicemanagement-deviceenrollmentconfigurations-deviceenrollmentconfiguration-id
      description: REST surface for deviceManagement-deviceEnrollmentConfigurations-deviceEnrollmentConfiguration-id.
      operations:
      - method: GET
        name: devicemanagementdeviceenrollmentconfigurationsgetassignments
        description: Microsoft Graph Get assignments from deviceManagement
        call: devicemanagement-devicemanagement-deviceenrollmentconfiguration.devicemanagementdeviceenrollmentconfigurationsgetassignments
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: devicemanagementdeviceenrollmentconfigurationsupdateassignments
        description: Microsoft Graph Update the navigation property assignments in deviceManagement
        call: devicemanagement-devicemanagement-deviceenrollmentconfiguration.devicemanagementdeviceenrollmentconfigurationsupdateassignments
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: devicemanagementdeviceenrollmentconfigurationsdeleteassignments
        description: Microsoft Graph Delete navigation property assignments for deviceManagement
        call: devicemanagement-devicemanagement-deviceenrollmentconfiguration.devicemanagementdeviceenrollmentconfigurationsdeleteassignments
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/devicemanagement/deviceenrollmentconfigurations/{deviceenrollmentconfiguration-id}/setpriority
      name: devicemanagement-deviceenrollmentconfigurations-deviceenrollmentconfiguration-id
      description: REST surface for deviceManagement-deviceEnrollmentConfigurations-deviceEnrollmentConfiguration-id.
      operations:
      - method: POST
        name: devicemanagementdeviceenrollmentconfigurationsdeviceenrollmentconfigurationsetpriority
        description: Microsoft Graph Invoke action setPriority
        call: devicemanagement-devicemanagement-deviceenrollmentconfiguration.devicemanagementdeviceenrollmentconfigurationsdeviceenrollmentconfigurationsetpriority
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: devicemanagement-devicemanagement-deviceenrollmentconfiguration-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph Devicemanagement — deviceManagement.deviceEnrollmentConfiguration. One tool
      per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-graph-get-deviceenrollmentconfigurations-devicemanagement
      description: Microsoft Graph Get deviceEnrollmentConfigurations from deviceManagement
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: devicemanagement-devicemanagement-deviceenrollmentconfiguration.devicemanagementlistdeviceenrollmentconfigurations
      with:
        $orderby: tools.$orderby
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-create-new-navigation
      description: Microsoft Graph Create new navigation property to deviceEnrollmentConfigurations for deviceManagement
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: devicemanagement-devicemanagement-deviceenrollmentconfiguration.devicemanagementcreatedeviceenrollmentconfigurations
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-number-resource
      description: Microsoft Graph Get the number of the resource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: devicemanagement-devicemanagement-deviceenrollmentconfiguration.devicemanagementdeviceenrollmentconfigurationsgetcount69e5
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-deviceenrollmentconfigurations-devicemanagement-2
      description: Microsoft Graph Get deviceEnrollmentConfigurations from deviceManagement
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: devicemanagement-devicemanagement-deviceenrollmentconfiguration.devicemanagementgetdeviceenrollmentconfigurations
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-navigation-property
      description: Microsoft Graph Update the navigation property deviceEnrollmentConfigurations in deviceManagement
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: devicemanagement-devicemanagement-deviceenrollmentconfiguration.devicemanagementupdatedeviceenrollmentconfigurations
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-delete-navigation-property
      description: Microsoft Graph Delete navigation property deviceEnrollmentConfigurations for deviceManagement
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: devicemanagement-devicemanagement-deviceenrollmentconfiguration.devicemanagementdeletedeviceenrollmentconfigurations
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-invoke-action-assign
      description: Microsoft Graph Invoke action assign
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: devicemanagement-devicemanagement-deviceenrollmentconfiguration.devicemanagementdeviceenrollmentconfigurationsdeviceenrollmentconfigurationassign
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-assignments-devicemanagement
      description: Microsoft Graph Get assignments from deviceManagement
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: devicemanagement-devicemanagement-deviceenrollmentconfiguration.devicemanagementdeviceenrollmentconfigurationslistassignments
      with:
        $orderby: tools.$orderby
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-create-new-navigation-2
      description: Microsoft Graph Create new navigation property to assignments for deviceManagement
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: devicemanagement-devicemanagement-deviceenrollmentconfiguration.devicemanagementdeviceenrollmentconfigurationscreateassignments
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-number-resource-2
      description: Microsoft Graph Get the number of the resource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: devicemanagement-devicemanagement-deviceenrollmentconfiguration.devicemanagementdeviceenrollmentconfigurationsassignmentsgetcountf0d7
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-assignments-devicemanagement-2
      description: Microsoft Graph Get assignments from deviceManagement
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: devicemanagement-devicemanagement-deviceenrollmentconfiguration.devicemanagementdeviceenrollmentconfigurationsgetassignments
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-navigation-property-2
      description: Microsoft Graph Update the navigation property assignments in deviceManagement
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: devicemanagement-devicemanagement-deviceenrollmentconfiguration.devicemanagementdeviceenrollmentconfigurationsupdateassignments
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-delete-navigation-property-2
      description: Microsoft Graph Delete navigation property assignments for deviceManagement
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: devicemanagement-devicemanagement-deviceenrollmentconfiguration.devicemanagementdeviceenrollmentconfigurationsdeleteassignments
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-invoke-action-setpriority
      description: Microsoft Graph Invoke action setPriority
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: devicemanagement-devicemanagement-deviceenrollmentconfiguration.devicemanagementdeviceenrollmentconfigurationsdeviceenrollmentconfigurationsetpriority
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.