Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Removed the scopes table (#1247) Co-authored-by: Peter Ombwa <peombwa@microsoft.com> * Added examples to the Set-MgUserLicense cmdlet (#1217) * Added examples to the Set-MgUserLicense cmdlet * Added more examples * Added a link to m365 article * Updated the examples to use an M365 license instead of Win 10 * Minor edit * Minor edit * Apply suggestions from code review Co-authored-by: Peter Ombwa <peter.ombwa@microsoft.com> Co-authored-by: Peter Ombwa <peombwa@microsoft.com> Co-authored-by: Peter Ombwa <peter.ombwa@microsoft.com> * Rename master branch to main. (#1254) * Bump auth module to 1.9.7. * Add generated MgCommandMetadata.json. [run ci] * Docs Generation for Teams [run ci] * Docs Generation for Identity.Governance [run ci] * Docs Generation for ChangeNotifications [run ci] * Docs Generation for Reports [run ci] * Docs Generation for Bookings [run ci] * Docs Generation for Users.Functions [run ci] * Docs Generation for Users.Actions [run ci] * Docs Generation for DeviceManagement.Enrolment [run ci] * Docs Generation for Financials [run ci] * Docs Generation for DeviceManagement.Administration [run ci] * Docs Generation for Mail [run ci] * Docs Generation for Files [run ci] * Docs Generation for DirectoryObjects [run ci] * Docs Generation for Users [run ci] * Docs Generation for Groups [run ci] * Docs Generation for WindowsUpdates [run ci] * Docs Generation for Search [run ci] * Docs Generation for Identity.DirectoryManagement [run ci] * Docs Generation for SchemaExtensions [run ci] * Docs Generation for Compliance [run ci] * Docs Generation for Devices.CloudPrint [run ci] * Docs Generation for Sites [run ci] * Docs Generation for Devices.ServiceAnnouncement [run ci] * Docs Generation for DeviceManagement [run ci] * Docs Generation for DeviceManagement.Functions [run ci] * Docs Generation for Education [run ci] * Docs Generation for PersonalContacts [run ci] * Docs Generation for People [run ci] * Docs Generation for Calendar [run ci] * Docs Generation for Applications [run ci] * Docs Generation for Identity.SignIns [run ci] * Docs Generation for Planner [run ci] * Docs Generation for Security [run ci] * Docs Generation for Devices.CorporateManagement [run ci] * Docs Generation for Notes [run ci] * Docs Generation for CrossDeviceExperiences [run ci] * Docs Generation for DeviceManagement.Actions [run ci] * Docs Generation for CloudCommunications [run ci] * Add 1es-MsGraphBuildAgentsWindowsPsSDK (#1263) * Add 1es-MsGraphBuildAgentsWindowsPsSDK Do not pull this in until we are happy with the performance of the 1es agent. * Change from msbuild to dotnet to run Roslyn analyzer 1ES image doesn't have VS. * Update from .NET 5 to .NET 6 * Use rooted path for roslyn analyzer command line * Set msBuildArchitecture to DotNetCore * Increase Node heap size to reduce garbage collection This is a shot in the dark change. It would be helpful if AutoREST has perf counters instrumented in it. * change to final pool name * update to use 1es-windows-ps-compute Co-authored-by: Peter Ombwa <peombwa@microsoft.com> * Example add mg application password (#1284) * Update Add-MgApplicationPassword.md * Update Add-MgApplicationPassword.md * Update Add-MgApplicationPassword.md Co-authored-by: Peter Ombwa <peombwa@microsoft.com> * - adds docker image definition * - adds an argument and a condition to be able to pull a specific version of the module * Added examples to cmdlets (#1258) Co-authored-by: Peter Ombwa <peombwa@microsoft.com> * Fix serialization of OpenTypes (#1303) * Remove camel case conversion of additional properties. * Only camelCase properties of NamedLocation abstract type. * Add site list item tests. * Add Identity.Signins Pester tests. * Remove unsupported commands from Identity.Governance module. (#1305) * Use the 1es agent (#1314) Co-authored-by: Peter Ombwa <peombwa@microsoft.com> * Refresh OpenAPI Docs (#1315) * Weekly OpenApiDocs Download (#1243) * Weekly OpenApiDocs Download. [run ci] * Fix IOdata instances. * Inline security entities. * Handle duplicates. Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> Co-authored-by: Peter Ombwa <peombwa@microsoft.com> Co-authored-by: Peter Ombwa <peter.ombwa@microsoft.com> * Refresh OpenAPI files. * Refresh OpenAPI. * Remove unsupported functions. * Fix exception type in Sites test. * Fix sites tests. * Update directives. * Fix Group directives. * Refresh OpenAPI files. * Fix Users.Actions directives. * Fetch latest. * Refresh OpenAPI files. * Specify IndexerName to avoid schema conflict. * Add IndexerName to Users.Actions module. * Update indexer regex. * Move indexer to main AutoREST config. * Update sites tests. * Update ByRef directives. Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> * 1.10.0 Release (#1324) * Bump SDK version to 1.10.0 * Fix wrong preposition names. * Update directives. * Update site tests. * Refresh command metadata. * Add DeviceManagementConfigurationSettings apis. (#1326) * Removed null reference to Graph Instance environment after calling Invoke-MgGraph command (#1328) * Reassigned _originalEnvironment variable to the previous user defined state instead of pointing to null * Corrected comment on Remove-MgEnvironment command Co-authored-by: Timothy Wamalwa <twamalwa@microsoft.com> Co-authored-by: Peter Ombwa <peombwa@microsoft.com> * Update module mapping with `IdentityProtection` singleton (#1306) * Replace riskyUsers and riskDetections with IdentityProtection singleton. * Update profiles. * Update pester tests. * Cleanup Broken Commands (#1325) * Rename then alias SignIn command. * Remove unsupported Restore-Mg* commands. * Update module manifest files. * Add custom directive to download files in Reports module. (#1331) * Add custom directive to download files when response is of type octetStreamSchemaResponse. * Warn customer if file name already exists. * Fixed typo in Get-MgDomain example (#1335) Fixed "domaim" typo in "Example 1" for Get-MgDomain Co-authored-by: Peter Ombwa <peombwa@microsoft.com> Co-authored-by: Eunice Waweru <73849846+msewaweru@users.noreply.github.com> Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> Co-authored-by: Tim <timwamalwa@gmail.com> Co-authored-by: Michael Mainer <MIchaelMainer@users.noreply.github.com> Co-authored-by: Merill Fernando <merill@merill.net> Co-authored-by: Vincent Biret <vibiret@microsoft.com> Co-authored-by: Vincent Biret <vincentbiret@hotmail.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Timothy Wamalwa <twamalwa@microsoft.com> Co-authored-by: Sam Erde <samuel.erde@gmail.com>
- Loading branch information