diff --git a/src/ServiceManagement/Services/Commands.Utilities/Azure.psd1 b/src/ServiceManagement/Services/Commands.Utilities/Azure.psd1 index f46759ea216c..b56a51cc6507 100644 --- a/src/ServiceManagement/Services/Commands.Utilities/Azure.psd1 +++ b/src/ServiceManagement/Services/Commands.Utilities/Azure.psd1 @@ -9,7 +9,7 @@ @{ # Version number of this module. -ModuleVersion = '0.9.11' +ModuleVersion = '0.9.12' # ID used to uniquely identify this module GUID = 'D48CF693-4125-4D2D-8790-1514F44CE325' diff --git a/src/ServiceManagement/Services/Commands.Utilities/ShortcutStartup.ps1 b/src/ServiceManagement/Services/Commands.Utilities/ShortcutStartup.ps1 index debce4aa79a0..2f4a61103825 100644 --- a/src/ServiceManagement/Services/Commands.Utilities/ShortcutStartup.ps1 +++ b/src/ServiceManagement/Services/Commands.Utilities/ShortcutStartup.ps1 @@ -32,5 +32,3 @@ if ($(Get-ExecutionPolicy) -eq "Restricted") { Set-ExecutionPolicy -Scope Process -ExecutionPolicy RemoteSigned -Force } - -$VerbosePreference="Continue" \ No newline at end of file