We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bce8c8f commit d3e2d47Copy full SHA for d3e2d47
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