Skip to content

Latest commit

 

History

History
 
 

readme.md

Microsoft.Graph.DirectoryObjects

This directory contains the PowerShell module for the DirectoryObjects service.


Status

Microsoft.Graph.DirectoryObjects

Info

  • Modifiable: yes
  • Generated: all
  • Committed: yes
  • Packaged: yes

Detail

This module was primarily generated via AutoRest using the PowerShell extension.

Development

For information on how to develop for Microsoft.Graph.DirectoryObjects, see how-to.md.

AutoRest Configuration

see https://aka.ms/autorest

require:
  - $(this-folder)/../../readme.graph.md
  - $(this-folder)/../../../profiles/$(title)/readme.md
title: $(service-name)
subject-prefix: ''

Directives

see https://github.com/Azure/autorest/blob/master/docs/powershell/directives.md

directive:
# Rename cmdlets
  - where:
      verb: Get
      subject: (^DirectoryObject$)
      variant: ^(Get|Get3|GetExpanded|GetExpanded1)$
    set:
      verb: Get
      subject: $1ById
  - where:
      subject: (^DirectoryObject)MicrosoftGraph(AdministrativeUnitDelta$)
    set:
      subject: $1$2

Versioning

module-version: 1.2.0
release-notes: See https://aka.ms/GraphPowerShell-Release.