3.3.0
Beta release
This commit is contained in:
@@ -69,7 +69,11 @@ function Initialize-CloudAPIManagement
|
||||
[string]
|
||||
$View = "",
|
||||
[switch]
|
||||
$ShowConsoleWindow
|
||||
$ShowConsoleWindow,
|
||||
[switch]
|
||||
$JSonSettings,
|
||||
[string]
|
||||
$JSonFile
|
||||
)
|
||||
|
||||
$global:wpfNS = "xmlns='http://schemas.microsoft.com/winfx/2006/xaml/presentation' xmlns:x='http://schemas.microsoft.com/winfx/2006/xaml'"
|
||||
@@ -99,6 +103,16 @@ function Initialize-CloudAPIManagement
|
||||
Hide-Console
|
||||
}
|
||||
|
||||
if($JSonSettings -eq $true)
|
||||
{
|
||||
$global:UseJSonSettings = $true
|
||||
$global:JSonSettingFile = $JSonFile
|
||||
}
|
||||
else
|
||||
{
|
||||
$global:UseJSonSettings = $false
|
||||
}
|
||||
|
||||
$global:txtSplashText.Text = "Unblock files"
|
||||
[System.Windows.Forms.Application]::DoEvents()
|
||||
Unblock-AllFiles $PSScriptRoot
|
||||
|
||||
Reference in New Issue
Block a user