You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write-Progress-Id $logID-Activity "Pre-Requisites"-Status "Checking for service bus topic..."-PercentComplete 35
352
357
@@ -579,5 +584,4 @@ if ($TestApi) {
579
584
# Script exit
580
585
#############################################
581
586
582
-
Write-Output"Azure Blockchain Workbench in Resource Group $ResourceGroupName was successfully updated to version 1.7.1."
583
-
Write-Warning"Important: If you are upgrading from a version older than 1.5.0 you will need to upgrade your AAD application registration as well. Please visit https://aka.ms/workbenchAADUpgrade to perform the necessary updates."
587
+
Write-Output"Azure Blockchain Workbench in Resource Group $ResourceGroupName was successfully updated to version 1.7.2."
Copy file name to clipboardExpand all lines: blockchain-workbench/scripts/upgrade/readme.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
Overview
5
5
=================
6
-
An existing deployment of Azure Blockchain Workbench can be upgraded to the latest version. This PowerShell script automates the upgrade of your Azure Blockchain Workbench deployment.
6
+
An existing deployment of Azure Blockchain Workbench can be upgraded to the latest version. This PowerShell script automates the upgrade of your Azure Blockchain Workbench deployment.
7
7
8
8
To learn what's new in this release, please check our [release notes](releasenotes.md).
9
9
@@ -14,22 +14,22 @@ To run this script you need to have the cross-platform [Azure PowerShell](https:
14
14
We recommend using [Azure CloudShell](https://shell.azure.com/powershell) since it comes with with all dependencies installed, however, you can run this script on any operating system that has [PowerShell](https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell?view=powershell-6) and [Az PowerShell](https://docs.microsoft.com/en-us/powershell/azure/install-az-ps) installed.
15
15
16
16
17
-
1. Open [Azure CloudShell](https://shell.azure.com/powershell) and select the tenant Workbench is deployed to.
17
+
1. Open [Azure CloudShell](https://shell.azure.com/powershell) and select the tenant Workbench is deployed to.
18
18
19
19

20
20
21
21
2. Download the script. You can download the upgrade script automatically by using the command bellow, or you can download it from this repository manually
When the upgrade completes, you will see the following message:
39
39
40
40
```powershell
41
-
Azure Blockchain Workbench in Resource Group $ResourceGroupName was successfully updated to version 1.7.0.
42
-
43
-
WARNING: Important: If you are upgrading from a version older than 1.5.0 you will need to upgrade your AAD application registration as well. Please visit https://aka.ms/workbenchAADUpgrade to perform the necessary updates.
41
+
Azure Blockchain Workbench in Resource Group $ResourceGroupName was successfully updated to version 1.7.2.
0 commit comments