Skip to content

Commit

Permalink
Merge pull request #200 from imnaseer/master
Browse files Browse the repository at this point in the history
Upgrade WB to 1.7.3
  • Loading branch information
imnaseer committed Aug 27, 2019
2 parents 76ad0f3 + ca880e4 commit d5f77e6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion blockchain-workbench/latest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.2
1.7.3
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<#
.SYNOPSIS
Upgrades Azure Blockchain Workbench to version 1.7.2.
Upgrades Azure Blockchain Workbench to version 1.7.3.
.DESCRIPTION
Upgrades Azure Blockchain Workbench to version 1.7.2.
Upgrades Azure Blockchain Workbench to version 1.7.3.
.PARAMETER SubscriptionID
SubscriptionID to create or locate all resources.
Expand All @@ -24,16 +24,16 @@ None. You cannot pipe objects to this script.
None. This script does not generate any output.
.EXAMPLE
C:\tmp> .\azureBlockchainWorkbenchUpgradeTov1_7_1.ps1 -SubscriptionID "<subscription_id>" -ResourceGroupName "<workbench-resource-group-name>"
C:\tmp> .\azureBlockchainWorkbenchUpgradeTov1_7_3.ps1 -SubscriptionID "<subscription_id>" -ResourceGroupName "<workbench-resource-group-name>"
#>


param(
[Parameter(Mandatory = $true)][string]$SubscriptionID,
[Parameter(Mandatory = $true)][string]$ResourceGroupName,
[Parameter(Mandatory = $false)][string]$TargetDockerTag = "1.7.2",
[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",
[Parameter(Mandatory = $false)][string]$TargetDockerTag = "1.7.3",
[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",
[Parameter(Mandatory = $false)][string]$DockerRepository = "blockchainworkbenchprod.azurecr.io",
[Parameter(Mandatory = $false)][string]$DockerLogin = $null,
[Parameter(Mandatory = $false)][string]$DockerPw = $null,
Expand Down Expand Up @@ -586,4 +586,4 @@ if ($TestApi) {
# Script exit
#############################################

Write-Output "Azure Blockchain Workbench in Resource Group $ResourceGroupName was successfully updated to version 1.7.2."
Write-Output "Azure Blockchain Workbench in Resource Group $ResourceGroupName was successfully updated to version 1.7.3."
2 changes: 1 addition & 1 deletion blockchain-workbench/scripts/upgrade/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ cd; Invoke-WebRequest -Uri https://aka.ms/workbenchUpgradeScript -OutFile azureB
When the upgrade completes, you will see the following message:

```powershell
Azure Blockchain Workbench in Resource Group $ResourceGroupName was successfully updated to version 1.7.2.
Azure Blockchain Workbench in Resource Group $ResourceGroupName was successfully updated to version 1.7.3.
```

Expand Down

0 comments on commit d5f77e6

Please sign in to comment.