Skip to content

Commit d5f77e6

Browse files
authored
Merge pull request #200 from imnaseer/master
Upgrade WB to 1.7.3
2 parents 76ad0f3 + ca880e4 commit d5f77e6

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

blockchain-workbench/latest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.7.2
1+
1.7.3

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.2.
4+
Upgrades Azure Blockchain Workbench to version 1.7.3.
55
66
77
.DESCRIPTION
88
9-
Upgrades Azure Blockchain Workbench to version 1.7.2.
9+
Upgrades Azure Blockchain Workbench to version 1.7.3.
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_1.ps1 -SubscriptionID "<subscription_id>" -ResourceGroupName "<workbench-resource-group-name>"
27+
C:\tmp> .\azureBlockchainWorkbenchUpgradeTov1_7_3.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.2",
36-
[Parameter(Mandatory = $false)][string]$ArtifactsRoot = "https://catalogartifact.azureedge.net/publicartifacts/microsoft-azure-blockchain.azure-blockchain-workbench-c92dd56c-382d-4a3d-9d9b-0d74fd3fa2e4-azure-blockchain-workbench/Artifacts",
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",
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.2."
589+
Write-Output "Azure Blockchain Workbench in Resource Group $ResourceGroupName was successfully updated to version 1.7.3."

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.2.
41+
Azure Blockchain Workbench in Resource Group $ResourceGroupName was successfully updated to version 1.7.3.
4242
4343
```
4444

0 commit comments

Comments
 (0)