Scope Microsoft.PowerShell.Security exported functions for unix

This commit is contained in:
Sergei Vorobev 2016-07-28 12:33:25 -07:00
parent aa0a00b6fb
commit e7f07688ff
3 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,13 @@
@{
GUID="A94C8C7E-9810-47C0-B8AF-65089C13A35A"
Author="Microsoft Corporation"
CompanyName="Microsoft Corporation"
Copyright="© Microsoft Corporation. All rights reserved."
ModuleVersion="3.0.0.0"
PowerShellVersion="3.0"
AliasesToExport = @()
FunctionsToExport = @()
CmdletsToExport="Get-Credential", "ConvertFrom-SecureString", "ConvertTo-SecureString"
NestedModules="Microsoft.PowerShell.Security.dll"
HelpInfoURI = 'http://go.microsoft.com/fwlink/?linkid=390786'
}

View file

@ -13,6 +13,7 @@
"Modules/" : {
"include": [
"../Modules/Windows+Unix-Core",
"../Modules/Unix",
"../Modules/Shared"
],
"exclude": [