Skip to content

Commit e6e08ef

Browse files
Merge pull request #217 from theMobiusStrip/master
Update Workbench upgrade script
2 parents 3347cc3 + bf38acd commit e6e08ef

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

blockchain-workbench/scripts/upgrade/azureBlockchainWorkbenchUpgradeToLatest.ps1

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<#
22
.SYNOPSIS
33
4-
Upgrades Azure Blockchain Workbench to version 1.7.3.
4+
Upgrades Azure Blockchain Workbench to version 1.8.0.
55
66
77
.DESCRIPTION
88
9-
Upgrades Azure Blockchain Workbench to version 1.7.3.
9+
Upgrades Azure Blockchain Workbench to version 1.8.0.
1010
1111
.PARAMETER SubscriptionID
1212
SubscriptionID to create or locate all resources.
@@ -24,16 +24,16 @@ None. You cannot pipe objects to this script.
2424
None. This script does not generate any output.
2525
.EXAMPLE
2626
27-
C:\tmp> .\azureBlockchainWorkbenchUpgradeTov1_7_3.ps1 -SubscriptionID "<subscription_id>" -ResourceGroupName "<workbench-resource-group-name>"
27+
C:\tmp> .\azureBlockchainWorkbenchUpgradeTov1_8_0.ps1 -SubscriptionID "<subscription_id>" -ResourceGroupName "<workbench-resource-group-name>"
2828
2929
#>
3030

3131

3232
param(
3333
[Parameter(Mandatory = $true)][string]$SubscriptionID,
3434
[Parameter(Mandatory = $true)][string]$ResourceGroupName,
35-
[Parameter(Mandatory = $false)][string]$TargetDockerTag = "1.7.3",
36-
[Parameter(Mandatory = $false)][string]$ArtifactsRoot = "https://catalogartifact.azureedge.net/publicartifacts/microsoft-azure-blockchain.azure-blockchain-workbench-fbfa6ed1-74c3-4c74-a0f8-373bf89b5fc8-azure-blockchain-workbench/Artifacts",
35+
[Parameter(Mandatory = $false)][string]$TargetDockerTag = "1.8.0",
36+
[Parameter(Mandatory = $false)][string]$ArtifactsRoot = "https://catalogartifact.azureedge.net/publicartifacts/microsoft-azure-blockchain.azure-blockchain-workbench-466ec686-381e-4fbc-856a-fd1e76aaddaa-azure-blockchain-workbench/Artifacts",
3737
[Parameter(Mandatory = $false)][string]$DockerRepository = "blockchainworkbenchprod.azurecr.io",
3838
[Parameter(Mandatory = $false)][string]$DockerLogin = $null,
3939
[Parameter(Mandatory = $false)][string]$DockerPw = $null,
@@ -586,4 +586,4 @@ if ($TestApi) {
586586
# Script exit
587587
#############################################
588588

589-
Write-Output "Azure Blockchain Workbench in Resource Group $ResourceGroupName was successfully updated to version 1.7.3."
589+
Write-Output "Azure Blockchain Workbench in Resource Group $ResourceGroupName was successfully updated to version 1.8.0."

blockchain-workbench/scripts/upgrade/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ cd; Invoke-WebRequest -Uri https://aka.ms/workbenchUpgradeScript -OutFile azureB
3838
When the upgrade completes, you will see the following message:
3939

4040
```powershell
41-
Azure Blockchain Workbench in Resource Group $ResourceGroupName was successfully updated to version 1.7.3.
41+
Azure Blockchain Workbench in Resource Group $ResourceGroupName was successfully updated to version 1.8.0.
4242
4343
```
4444

0 commit comments

Comments
 (0)