/
githubmirror
/
PowerShell
Обзор
Документация
Войти
/
githubmirror
/
PowerShell
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/tools/Modules/HelpersSecurity/HelpersSecurity.psd1
15 строк
436 B
Steve Lee
Update copyright notice to latest guidance (#12190)
24 мар 2020, 21:08
Не верифицирован
24 мар 2020, 21:08
b7cb335
Код
Авторство
О чём код?
# # Manifest for 'HelpersSecurity' module # @{ RootModule = 'HelpersSecurity.psm1' ModuleVersion = '1.0' GUID = '544d00d4-e3b7-46e2-a6a1-8bbf53980e5d' CompanyName = 'Microsoft Corporation' Copyright = 'Copyright (c) Microsoft Corporation.' Description = 'Security tests helper functions' FunctionsToExport = @() AliasesToExport = @() CmdletsToExport = @("Invoke-LanguageModeTestingSupportCmdlet") }