Microsoft Graph · Capability

Microsoft Graph Devicemanagement — deviceManagement.notificationMessageTemplate

Microsoft Graph Devicemanagement — deviceManagement.notificationMessageTemplate. 13 operations. Lead operation: Microsoft Graph Get notificationMessageTemplates from deviceManagement. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft GraphdeviceManagement.notificationMessageTemplate

What You Can Do

GET
Devicemanagementlistnotificationmessagetemplates — Microsoft Graph Get notificationMessageTemplates from deviceManagement
/v1/devicemanagement/notificationmessagetemplates
POST
Devicemanagementcreatenotificationmessagetemplates — Microsoft Graph Create new navigation property to notificationMessageTemplates for deviceManagement
/v1/devicemanagement/notificationmessagetemplates
GET
Devicemanagementnotificationmessagetemplatesgetcount1654 — Microsoft Graph Get the number of the resource
/v1/devicemanagement/notificationmessagetemplates/count
GET
Devicemanagementgetnotificationmessagetemplates — Microsoft Graph Get notificationMessageTemplates from deviceManagement
/v1/devicemanagement/notificationmessagetemplates/{notificationmessagetemplate-id}
PATCH
Devicemanagementupdatenotificationmessagetemplates — Microsoft Graph Update the navigation property notificationMessageTemplates in deviceManagement
/v1/devicemanagement/notificationmessagetemplates/{notificationmessagetemplate-id}
DELETE
Devicemanagementdeletenotificationmessagetemplates — Microsoft Graph Delete navigation property notificationMessageTemplates for deviceManagement
/v1/devicemanagement/notificationmessagetemplates/{notificationmessagetemplate-id}
GET
Devicemanagementnotificationmessagetemplateslistlocalizednotificationmessages — Microsoft Graph Get localizedNotificationMessages from deviceManagement
/v1/devicemanagement/notificationmessagetemplates/{notificationmessagetemplate-id}/localizednotificationmessages
POST
Devicemanagementnotificationmessagetemplatescreatelocalizednotificationmessages — Microsoft Graph Create new navigation property to localizedNotificationMessages for deviceManagement
/v1/devicemanagement/notificationmessagetemplates/{notificationmessagetemplate-id}/localizednotificationmessages
GET
Devicemanagementnotificationmessagetemplateslocalizednotificationmessagesgetcountdee6 — Microsoft Graph Get the number of the resource
/v1/devicemanagement/notificationmessagetemplates/{notificationmessagetemplate-id}/localizednotificationmessages/count
GET
Devicemanagementnotificationmessagetemplatesgetlocalizednotificationmessages — Microsoft Graph Get localizedNotificationMessages from deviceManagement
/v1/devicemanagement/notificationmessagetemplates/{notificationmessagetemplate-id}/localizednotificationmessages/{localizednotificationmessage-id}
PATCH
Devicemanagementnotificationmessagetemplatesupdatelocalizednotificationmessages — Microsoft Graph Update the navigation property localizedNotificationMessages in deviceManagement
/v1/devicemanagement/notificationmessagetemplates/{notificationmessagetemplate-id}/localizednotificationmessages/{localizednotificationmessage-id}
DELETE
Devicemanagementnotificationmessagetemplatesdeletelocalizednotificationmessages — Microsoft Graph Delete navigation property localizedNotificationMessages for deviceManagement
/v1/devicemanagement/notificationmessagetemplates/{notificationmessagetemplate-id}/localizednotificationmessages/{localizednotificationmessage-id}
POST
Devicemanagementnotificationmessagetemplatesnotificationmessagetemplatesendtestmessage — Microsoft Graph Invoke action sendTestMessage
/v1/devicemanagement/notificationmessagetemplates/{notificationmessagetemplate-id}/sendtestmessage

MCP Tools

microsoft-graph-get-notificationmessagetemplates-devicemanagement

Microsoft Graph Get notificationMessageTemplates from deviceManagement

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

Microsoft Graph Create new navigation property to notificationMessageTemplates for deviceManagement

microsoft-graph-get-number-resource

Microsoft Graph Get the number of the resource

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

Microsoft Graph Get notificationMessageTemplates from deviceManagement

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

Microsoft Graph Update the navigation property notificationMessageTemplates in deviceManagement

idempotent
microsoft-graph-delete-navigation-property

Microsoft Graph Delete navigation property notificationMessageTemplates for deviceManagement

idempotent
microsoft-graph-get-localizednotificationmessages-devicemanagement

Microsoft Graph Get localizedNotificationMessages from deviceManagement

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

Microsoft Graph Create new navigation property to localizedNotificationMessages for deviceManagement

microsoft-graph-get-number-resource-2

Microsoft Graph Get the number of the resource

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

Microsoft Graph Get localizedNotificationMessages from deviceManagement

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

Microsoft Graph Update the navigation property localizedNotificationMessages in deviceManagement

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

Microsoft Graph Delete navigation property localizedNotificationMessages for deviceManagement

idempotent
microsoft-graph-invoke-action-sendtestmessage

Microsoft Graph Invoke action sendTestMessage

Capability Spec

devicemanagement-devicemanagement-notificationmessagetemplate.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph Devicemanagement — deviceManagement.notificationMessageTemplate
  description: 'Microsoft Graph Devicemanagement — deviceManagement.notificationMessageTemplate. 13 operations. Lead operation:
    Microsoft Graph Get notificationMessageTemplates from deviceManagement. Self-contained Naftiko capability covering one
    Microsoft Graph business surface.'
  tags:
  - Microsoft Graph
  - deviceManagement.notificationMessageTemplate
  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-notificationmessagetemplate
    baseUri: ''
    description: Microsoft Graph Devicemanagement — deviceManagement.notificationMessageTemplate business capability. Self-contained,
      no shared references.
    resources:
    - name: deviceManagement-notificationMessageTemplates
      path: /deviceManagement/notificationMessageTemplates
      operations:
      - name: devicemanagementlistnotificationmessagetemplates
        method: GET
        description: Microsoft Graph Get notificationMessageTemplates 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: devicemanagementcreatenotificationmessagetemplates
        method: POST
        description: Microsoft Graph Create new navigation property to notificationMessageTemplates 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-notificationMessageTemplates-$count
      path: /deviceManagement/notificationMessageTemplates/$count
      operations:
      - name: devicemanagementnotificationmessagetemplatesgetcount1654
        method: GET
        description: Microsoft Graph Get the number of the resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: deviceManagement-notificationMessageTemplates-notificationMessageTemplate-id
      path: /deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}
      operations:
      - name: devicemanagementgetnotificationmessagetemplates
        method: GET
        description: Microsoft Graph Get notificationMessageTemplates 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: devicemanagementupdatenotificationmessagetemplates
        method: PATCH
        description: Microsoft Graph Update the navigation property notificationMessageTemplates in deviceManagement
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: devicemanagementdeletenotificationmessagetemplates
        method: DELETE
        description: Microsoft Graph Delete navigation property notificationMessageTemplates for deviceManagement
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: ETag
    - name: deviceManagement-notificationMessageTemplates-notificationMessageTemplate-id-loc
      path: /deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages
      operations:
      - name: devicemanagementnotificationmessagetemplateslistlocalizednotificationmessages
        method: GET
        description: Microsoft Graph Get localizedNotificationMessages 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: devicemanagementnotificationmessagetemplatescreatelocalizednotificationmessages
        method: POST
        description: Microsoft Graph Create new navigation property to localizedNotificationMessages 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-notificationMessageTemplates-notificationMessageTemplate-id-loc
      path: /deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/$count
      operations:
      - name: devicemanagementnotificationmessagetemplateslocalizednotificationmessagesgetcountdee6
        method: GET
        description: Microsoft Graph Get the number of the resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: deviceManagement-notificationMessageTemplates-notificationMessageTemplate-id-loc
      path: /deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}
      operations:
      - name: devicemanagementnotificationmessagetemplatesgetlocalizednotificationmessages
        method: GET
        description: Microsoft Graph Get localizedNotificationMessages 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: devicemanagementnotificationmessagetemplatesupdatelocalizednotificationmessages
        method: PATCH
        description: Microsoft Graph Update the navigation property localizedNotificationMessages in deviceManagement
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: devicemanagementnotificationmessagetemplatesdeletelocalizednotificationmessages
        method: DELETE
        description: Microsoft Graph Delete navigation property localizedNotificationMessages for deviceManagement
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: ETag
    - name: deviceManagement-notificationMessageTemplates-notificationMessageTemplate-id-sen
      path: /deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/sendTestMessage
      operations:
      - name: devicemanagementnotificationmessagetemplatesnotificationmessagetemplatesendtestmessage
        method: POST
        description: Microsoft Graph Invoke action sendTestMessage
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: devicemanagement-devicemanagement-notificationmessagetemplate-rest
    port: 8080
    description: REST adapter for Microsoft Graph Devicemanagement — deviceManagement.notificationMessageTemplate. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/devicemanagement/notificationmessagetemplates
      name: devicemanagement-notificationmessagetemplates
      description: REST surface for deviceManagement-notificationMessageTemplates.
      operations:
      - method: GET
        name: devicemanagementlistnotificationmessagetemplates
        description: Microsoft Graph Get notificationMessageTemplates from deviceManagement
        call: devicemanagement-devicemanagement-notificationmessagetemplate.devicemanagementlistnotificationmessagetemplates
        with:
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: devicemanagementcreatenotificationmessagetemplates
        description: Microsoft Graph Create new navigation property to notificationMessageTemplates for deviceManagement
        call: devicemanagement-devicemanagement-notificationmessagetemplate.devicemanagementcreatenotificationmessagetemplates
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/devicemanagement/notificationmessagetemplates/count
      name: devicemanagement-notificationmessagetemplates-count
      description: REST surface for deviceManagement-notificationMessageTemplates-$count.
      operations:
      - method: GET
        name: devicemanagementnotificationmessagetemplatesgetcount1654
        description: Microsoft Graph Get the number of the resource
        call: devicemanagement-devicemanagement-notificationmessagetemplate.devicemanagementnotificationmessagetemplatesgetcount1654
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/devicemanagement/notificationmessagetemplates/{notificationmessagetemplate-id}
      name: devicemanagement-notificationmessagetemplates-notificationmessagetemplate-id
      description: REST surface for deviceManagement-notificationMessageTemplates-notificationMessageTemplate-id.
      operations:
      - method: GET
        name: devicemanagementgetnotificationmessagetemplates
        description: Microsoft Graph Get notificationMessageTemplates from deviceManagement
        call: devicemanagement-devicemanagement-notificationmessagetemplate.devicemanagementgetnotificationmessagetemplates
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: devicemanagementupdatenotificationmessagetemplates
        description: Microsoft Graph Update the navigation property notificationMessageTemplates in deviceManagement
        call: devicemanagement-devicemanagement-notificationmessagetemplate.devicemanagementupdatenotificationmessagetemplates
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: devicemanagementdeletenotificationmessagetemplates
        description: Microsoft Graph Delete navigation property notificationMessageTemplates for deviceManagement
        call: devicemanagement-devicemanagement-notificationmessagetemplate.devicemanagementdeletenotificationmessagetemplates
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/devicemanagement/notificationmessagetemplates/{notificationmessagetemplate-id}/localizednotificationmessages
      name: devicemanagement-notificationmessagetemplates-notificationmessagetemplate-id-loc
      description: REST surface for deviceManagement-notificationMessageTemplates-notificationMessageTemplate-id-loc.
      operations:
      - method: GET
        name: devicemanagementnotificationmessagetemplateslistlocalizednotificationmessages
        description: Microsoft Graph Get localizedNotificationMessages from deviceManagement
        call: devicemanagement-devicemanagement-notificationmessagetemplate.devicemanagementnotificationmessagetemplateslistlocalizednotificationmessages
        with:
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: devicemanagementnotificationmessagetemplatescreatelocalizednotificationmessages
        description: Microsoft Graph Create new navigation property to localizedNotificationMessages for deviceManagement
        call: devicemanagement-devicemanagement-notificationmessagetemplate.devicemanagementnotificationmessagetemplatescreatelocalizednotificationmessages
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/devicemanagement/notificationmessagetemplates/{notificationmessagetemplate-id}/localizednotificationmessages/count
      name: devicemanagement-notificationmessagetemplates-notificationmessagetemplate-id-loc
      description: REST surface for deviceManagement-notificationMessageTemplates-notificationMessageTemplate-id-loc.
      operations:
      - method: GET
        name: devicemanagementnotificationmessagetemplateslocalizednotificationmessagesgetcountdee6
        description: Microsoft Graph Get the number of the resource
        call: devicemanagement-devicemanagement-notificationmessagetemplate.devicemanagementnotificationmessagetemplateslocalizednotificationmessagesgetcountdee6
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/devicemanagement/notificationmessagetemplates/{notificationmessagetemplate-id}/localizednotificationmessages/{localizednotificationmessage-id}
      name: devicemanagement-notificationmessagetemplates-notificationmessagetemplate-id-loc
      description: REST surface for deviceManagement-notificationMessageTemplates-notificationMessageTemplate-id-loc.
      operations:
      - method: GET
        name: devicemanagementnotificationmessagetemplatesgetlocalizednotificationmessages
        description: Microsoft Graph Get localizedNotificationMessages from deviceManagement
        call: devicemanagement-devicemanagement-notificationmessagetemplate.devicemanagementnotificationmessagetemplatesgetlocalizednotificationmessages
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: devicemanagementnotificationmessagetemplatesupdatelocalizednotificationmessages
        description: Microsoft Graph Update the navigation property localizedNotificationMessages in deviceManagement
        call: devicemanagement-devicemanagement-notificationmessagetemplate.devicemanagementnotificationmessagetemplatesupdatelocalizednotificationmessages
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: devicemanagementnotificationmessagetemplatesdeletelocalizednotificationmessages
        description: Microsoft Graph Delete navigation property localizedNotificationMessages for deviceManagement
        call: devicemanagement-devicemanagement-notificationmessagetemplate.devicemanagementnotificationmessagetemplatesdeletelocalizednotificationmessages
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/devicemanagement/notificationmessagetemplates/{notificationmessagetemplate-id}/sendtestmessage
      name: devicemanagement-notificationmessagetemplates-notificationmessagetemplate-id-sen
      description: REST surface for deviceManagement-notificationMessageTemplates-notificationMessageTemplate-id-sen.
      operations:
      - method: POST
        name: devicemanagementnotificationmessagetemplatesnotificationmessagetemplatesendtestmessage
        description: Microsoft Graph Invoke action sendTestMessage
        call: devicemanagement-devicemanagement-notificationmessagetemplate.devicemanagementnotificationmessagetemplatesnotificationmessagetemplatesendtestmessage
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: devicemanagement-devicemanagement-notificationmessagetemplate-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph Devicemanagement — deviceManagement.notificationMessageTemplate. One tool
      per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-graph-get-notificationmessagetemplates-devicemanagement
      description: Microsoft Graph Get notificationMessageTemplates from deviceManagement
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: devicemanagement-devicemanagement-notificationmessagetemplate.devicemanagementlistnotificationmessagetemplates
      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 notificationMessageTemplates for deviceManagement
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: devicemanagement-devicemanagement-notificationmessagetemplate.devicemanagementcreatenotificationmessagetemplates
      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-notificationmessagetemplate.devicemanagementnotificationmessagetemplatesgetcount1654
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-notificationmessagetemplates-devicemanagement-2
      description: Microsoft Graph Get notificationMessageTemplates from deviceManagement
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: devicemanagement-devicemanagement-notificationmessagetemplate.devicemanagementgetnotificationmessagetemplates
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-navigation-property
      description: Microsoft Graph Update the navigation property notificationMessageTemplates in deviceManagement
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: devicemanagement-devicemanagement-notificationmessagetemplate.devicemanagementupdatenotificationmessagetemplates
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-delete-navigation-property
      description: Microsoft Graph Delete navigation property notificationMessageTemplates for deviceManagement
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: devicemanagement-devicemanagement-notificationmessagetemplate.devicemanagementdeletenotificationmessagetemplates
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-localizednotificationmessages-devicemanagement
      description: Microsoft Graph Get localizedNotificationMessages from deviceManagement
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: devicemanagement-devicemanagement-notificationmessagetemplate.devicemanagementnotificationmessagetemplateslistlocalizednotificationmessages
      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 localizedNotificationMessages for deviceManagement
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: devicemanagement-devicemanagement-notificationmessagetemplate.devicemanagementnotificationmessagetemplatescreatelocalizednotificationmessages
      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-notificationmessagetemplate.devicemanagementnotificationmessagetemplateslocalizednotificationmessagesgetcountdee6
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-localizednotificationmessages-devicemanagement-2
      description: Microsoft Graph Get localizedNotificationMessages from deviceManagement
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: devicemanagement-devicemanagement-notificationmessagetemplate.devicemanagementnotificationmessagetemplatesgetlocalizednotificationmessages
      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 localizedNotificationMessages in deviceManagement
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: devicemanagement-devicemanagement-notificationmessagetemplate.devicemanagementnotificationmessagetemplatesupdatelocalizednotificationmessages
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-delete-navigation-property-2
      description: Microsoft Graph Delete navigation property localizedNotificationMessages for deviceManagement
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: devicemanagement-devicemanagement-notificationmessagetemplate.devicemanagementnotificationmessagetemplatesdeletelocalizednotificationmessages
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-invoke-action-sendtestmessage
      description: Microsoft Graph Invoke action sendTestMessage
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: devicemanagement-devicemanagement-notificationmessagetemplate.devicemanagementnotificationmessagetemplatesnotificationmessagetemplatesendtestmessage
      outputParameters:
      - type: object
        mapping: $.