Skip to content

Commit 7b83f50

Browse files
authored
Add required tags to support offline install in PS 5.1. (#1360)
1 parent e140b77 commit 7b83f50

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

config/ModuleMetadata.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
"AzureAD",
1919
"SharePoint",
2020
"Intune",
21-
"AzureAutomationNotSupported"
21+
"AzureAutomationNotSupported",
22+
"PSModule",
23+
"PSIncludes_Cmdlet"
2224
],
2325
"releaseNotes": "See https://aka.ms/GraphPowerShell-Release.",
2426
"assemblyOriginatorKeyFile": "35MSSharedLib1024.snk",

src/Authentication/Authentication/Microsoft.Graph.Authentication.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<iconUrl>https://raw.githubusercontent.com/microsoftgraph/msgraph-sdk-powershell/master/documentation/images/graph_color256.png</iconUrl>
1212
<projectUrl>https://github.com/microsoftgraph/msgraph-sdk-powershell</projectUrl>
1313
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
14-
<tags>Microsoft Office365 Graph PowerShell GraphServiceClient Outlook OneDrive AzureAD GraphAPI Productivity SharePoint Intune SDK</tags>
14+
<tags>Microsoft Office365 Graph PowerShell GraphServiceClient Outlook OneDrive AzureAD GraphAPI Productivity SharePoint Intune SDK PSModule PSIncludes_Cmdlet</tags>
1515
<releaseNotes>See https://aka.ms/GraphPowerShell-Release.</releaseNotes>
1616
<dependencies />
1717
</metadata>

src/readme.graph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ metadata:
1313
companyName: Microsoft Corporation
1414
description: 'Microsoft Graph PowerShell Cmdlets'
1515
copyright: &copy; Microsoft Corporation. All rights reserved.
16-
tags: Microsoft Office365 Graph PowerShell
16+
tags: Microsoft Office365 Graph PowerShell PSModule PSIncludes_Cmdlet
1717
requireLicenseAcceptance: true
1818
licenseUri: https://aka.ms/devservicesagreement
1919
projectUri: https://github.com/microsoftgraph/msgraph-sdk-powershell

0 commit comments

Comments
 (0)