o365soa / soa

Public SOA modules and information
39 stars 18 forks source link

Remove the Graph Applications SDK module from pre-reqs #95

Closed jonade closed 3 months ago

jonade commented 3 months ago

Instead of using the wrapped cmdlets from the Microsoft.Graph.Applications module for interacting with the App Registration in the tenant, we can make these using direct API calls using the Invoke-MgGraphRequest.

Previously we needed both the Applications and Authentication modules to both be installed. Sometimes this will create errors if different versions of modules are attempted to be loaded.