Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion config/ModuleMetadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
"AzureAD",
"SharePoint",
"Intune",
"AzureAutomationNotSupported"
"AzureAutomationNotSupported",
"PSModule",
"PSIncludes_Cmdlet"
],
"releaseNotes": "See https://aka.ms/GraphPowerShell-Release.",
"assemblyOriginatorKeyFile": "35MSSharedLib1024.snk",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<iconUrl>https://raw.githubusercontent.com/microsoftgraph/msgraph-sdk-powershell/master/documentation/images/graph_color256.png</iconUrl>
<projectUrl>https://github.com/microsoftgraph/msgraph-sdk-powershell</projectUrl>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<tags>Microsoft Office365 Graph PowerShell GraphServiceClient Outlook OneDrive AzureAD GraphAPI Productivity SharePoint Intune SDK</tags>
<tags>Microsoft Office365 Graph PowerShell GraphServiceClient Outlook OneDrive AzureAD GraphAPI Productivity SharePoint Intune SDK PSModule PSIncludes_Cmdlet</tags>
<releaseNotes>See https://aka.ms/GraphPowerShell-Release.</releaseNotes>
<dependencies />
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion src/readme.graph.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ metadata:
companyName: Microsoft Corporation
description: 'Microsoft Graph PowerShell Cmdlets'
copyright: &copy; Microsoft Corporation. All rights reserved.
tags: Microsoft Office365 Graph PowerShell
tags: Microsoft Office365 Graph PowerShell PSModule PSIncludes_Cmdlet
requireLicenseAcceptance: true
licenseUri: https://aka.ms/devservicesagreement
projectUri: https://github.com/microsoftgraph/msgraph-sdk-powershell
Expand Down