Skip to content

Commit a4a806f

Browse files
author
Hovsep
committed
Merge pull request Azure#1139 from markcowl/verbose
Updating verbosepreference in shortcut and updating version for azure…
2 parents 115bd93 + 26957b4 commit a4a806f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/ServiceManagement/Services/Commands.Utilities/Azure.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
@{
1010

1111
# Version number of this module.
12-
ModuleVersion = '0.9.11'
12+
ModuleVersion = '0.9.12'
1313

1414
# ID used to uniquely identify this module
1515
GUID = 'D48CF693-4125-4D2D-8790-1514F44CE325'

src/ServiceManagement/Services/Commands.Utilities/ShortcutStartup.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,3 @@ if ($(Get-ExecutionPolicy) -eq "Restricted")
3232
{
3333
Set-ExecutionPolicy -Scope Process -ExecutionPolicy RemoteSigned -Force
3434
}
35-
36-
$VerbosePreference="Continue"

0 commit comments

Comments
 (0)