We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac95d52 commit ca880e4Copy full SHA for ca880e4
blockchain-workbench/scripts/upgrade/azureBlockchainWorkbenchUpgradeToLatest.ps1
@@ -41,8 +41,7 @@ param(
41
[Parameter(Mandatory = $false)][switch]$TestEnv
42
)
43
44
-# Comment the next line in before publishing
45
-# Set-Item Env:\SuppressAzurePowerShellBreakingChangeWarnings "true"
+Set-Item Env:\SuppressAzurePowerShellBreakingChangeWarnings "true"
46
47
#############################################
48
# Constants
0 commit comments