From 6c0774058ee155c92004a86f5675e56d3c6162cc Mon Sep 17 00:00:00 2001 From: Peter Ombwa Date: Thu, 30 Jun 2022 08:35:31 -0700 Subject: [PATCH] Add required tags to support offline install in PS 5.1. --- config/ModuleMetadata.json | 4 +++- .../Authentication/Microsoft.Graph.Authentication.nuspec | 2 +- src/readme.graph.md | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/config/ModuleMetadata.json b/config/ModuleMetadata.json index ae7f6893025..08a8c68d9ab 100644 --- a/config/ModuleMetadata.json +++ b/config/ModuleMetadata.json @@ -18,7 +18,9 @@ "AzureAD", "SharePoint", "Intune", - "AzureAutomationNotSupported" + "AzureAutomationNotSupported", + "PSModule", + "PSIncludes_Cmdlet" ], "releaseNotes": "See https://aka.ms/GraphPowerShell-Release.", "assemblyOriginatorKeyFile": "35MSSharedLib1024.snk", diff --git a/src/Authentication/Authentication/Microsoft.Graph.Authentication.nuspec b/src/Authentication/Authentication/Microsoft.Graph.Authentication.nuspec index d0216fc640b..bd10d24995c 100644 --- a/src/Authentication/Authentication/Microsoft.Graph.Authentication.nuspec +++ b/src/Authentication/Authentication/Microsoft.Graph.Authentication.nuspec @@ -11,7 +11,7 @@ https://raw.githubusercontent.com/microsoftgraph/msgraph-sdk-powershell/master/documentation/images/graph_color256.png https://github.com/microsoftgraph/msgraph-sdk-powershell © Microsoft Corporation. All rights reserved. - Microsoft Office365 Graph PowerShell GraphServiceClient Outlook OneDrive AzureAD GraphAPI Productivity SharePoint Intune SDK + Microsoft Office365 Graph PowerShell GraphServiceClient Outlook OneDrive AzureAD GraphAPI Productivity SharePoint Intune SDK PSModule PSIncludes_Cmdlet See https://aka.ms/GraphPowerShell-Release. diff --git a/src/readme.graph.md b/src/readme.graph.md index 8d7b62ec83f..400ded1685d 100644 --- a/src/readme.graph.md +++ b/src/readme.graph.md @@ -13,7 +13,7 @@ metadata: companyName: Microsoft Corporation description: 'Microsoft Graph PowerShell Cmdlets' copyright: © 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