From edaf25329ef7583e92f4d38ca7f9c7f29b296e92 Mon Sep 17 00:00:00 2001 From: Stefano Tempesta <52707927+stefanotempesta-bi@users.noreply.github.com> Date: Fri, 12 Jul 2019 15:01:37 +1000 Subject: [PATCH 1/7] Fix typos --- blockchain-workbench/rest-api-samples/dotnet/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blockchain-workbench/rest-api-samples/dotnet/readme.md b/blockchain-workbench/rest-api-samples/dotnet/readme.md index 76c6bf526..482383cf4 100755 --- a/blockchain-workbench/rest-api-samples/dotnet/readme.md +++ b/blockchain-workbench/rest-api-samples/dotnet/readme.md @@ -1,8 +1,8 @@ # Azure Blockchain Workbench .NET SDK -This project contains a .NET stanard Client SDK for Azure Blockchain Workbench. +This project contains a .NET standard Client SDK for Azure Blockchain Workbench. -You can interact with a Workbench instance via this SDK +You can interact with a Workbench instance via this SDK. ## Features 1. Polly.NET (https://github.com/App-vNext/Polly) a .NET resiliency library with exponential retry backing From 6e7fb203bd35fa9b5f4e0f96b19374e849159494 Mon Sep 17 00:00:00 2001 From: "Den (Microsoft)" <33675759+dendeli-msft@users.noreply.github.com> Date: Thu, 18 Jul 2019 15:48:03 -0700 Subject: [PATCH 2/7] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8e0a36400..3aee79389 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ --- -topic: sample +page_type: sample languages: - csharp - java @@ -8,7 +8,11 @@ languages: - rest - solidity products: - - azure-blockchain + - dotnet + - azure + - azure-blockchain-workbench + - azure-blockchain-service +description: "This repository contains content and samples for the Azure Blockchain Workbench." --- # ![Microsoft Azure Blockchain Workbench](https://raw.githubusercontent.com/Azure-Samples/blockchain/master/blockchain-workbench/media/logo_small.png) Microsoft Azure Blockchain Workbench From 898f6a2c075c567b1c4fd33e7130a39502ceaf78 Mon Sep 17 00:00:00 2001 From: "Den (Microsoft)" <33675759+dendeli-msft@users.noreply.github.com> Date: Thu, 18 Jul 2019 16:01:54 -0700 Subject: [PATCH 3/7] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3aee79389..ddeb4fc25 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ products: - azure-blockchain-workbench - azure-blockchain-service description: "This repository contains content and samples for the Azure Blockchain Workbench." +urlFragment: blockchain-samples --- # ![Microsoft Azure Blockchain Workbench](https://raw.githubusercontent.com/Azure-Samples/blockchain/master/blockchain-workbench/media/logo_small.png) Microsoft Azure Blockchain Workbench From b5eae324bc02522a2581a698fc55dc181d78fa4e Mon Sep 17 00:00:00 2001 From: "Den (Microsoft)" <33675759+dendeli-msft@users.noreply.github.com> Date: Thu, 18 Jul 2019 16:30:26 -0700 Subject: [PATCH 4/7] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ddeb4fc25..5c2f08723 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ products: - azure-blockchain-service description: "This repository contains content and samples for the Azure Blockchain Workbench." urlFragment: blockchain-samples +name: "Microsoft Azure Blockchain Workbench Samples" --- # ![Microsoft Azure Blockchain Workbench](https://raw.githubusercontent.com/Azure-Samples/blockchain/master/blockchain-workbench/media/logo_small.png) Microsoft Azure Blockchain Workbench From a8edadc77a6e857c02df94d546f239139559ef97 Mon Sep 17 00:00:00 2001 From: Immad Naseer Date: Tue, 27 Aug 2019 15:22:14 -0700 Subject: [PATCH 5/7] Update WB latest version and update upgrade script to 1.7.3 --- blockchain-workbench/latest | 2 +- .../azureBlockchainWorkbenchUpgradeToLatest.ps1 | 15 ++++++++------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/blockchain-workbench/latest b/blockchain-workbench/latest index f8a696c8d..661e7aead 100644 --- a/blockchain-workbench/latest +++ b/blockchain-workbench/latest @@ -1 +1 @@ -1.7.2 +1.7.3 diff --git a/blockchain-workbench/scripts/upgrade/azureBlockchainWorkbenchUpgradeToLatest.ps1 b/blockchain-workbench/scripts/upgrade/azureBlockchainWorkbenchUpgradeToLatest.ps1 index e791fa174..87b1d883a 100644 --- a/blockchain-workbench/scripts/upgrade/azureBlockchainWorkbenchUpgradeToLatest.ps1 +++ b/blockchain-workbench/scripts/upgrade/azureBlockchainWorkbenchUpgradeToLatest.ps1 @@ -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. @@ -24,7 +24,7 @@ None. You cannot pipe objects to this script. None. This script does not generate any output. .EXAMPLE -C:\tmp> .\azureBlockchainWorkbenchUpgradeTov1_7_1.ps1 -SubscriptionID "" -ResourceGroupName "" +C:\tmp> .\azureBlockchainWorkbenchUpgradeTov1_7_3.ps1 -SubscriptionID "" -ResourceGroupName "" #> @@ -32,8 +32,8 @@ C:\tmp> .\azureBlockchainWorkbenchUpgradeTov1_7_1.ps1 -SubscriptionID " Date: Tue, 27 Aug 2019 15:31:06 -0700 Subject: [PATCH 6/7] Update readme.md to reference 1.7.3 --- blockchain-workbench/scripts/upgrade/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blockchain-workbench/scripts/upgrade/readme.md b/blockchain-workbench/scripts/upgrade/readme.md index 246fc6ed0..8dfb7b938 100644 --- a/blockchain-workbench/scripts/upgrade/readme.md +++ b/blockchain-workbench/scripts/upgrade/readme.md @@ -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. ``` From ca880e4fcc10c29d6d2278bc8d14a7ad26bc2fab Mon Sep 17 00:00:00 2001 From: Immad Naseer Date: Tue, 27 Aug 2019 15:47:14 -0700 Subject: [PATCH 7/7] Uncomment line --- .../upgrade/azureBlockchainWorkbenchUpgradeToLatest.ps1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/blockchain-workbench/scripts/upgrade/azureBlockchainWorkbenchUpgradeToLatest.ps1 b/blockchain-workbench/scripts/upgrade/azureBlockchainWorkbenchUpgradeToLatest.ps1 index 87b1d883a..cd13fba1b 100644 --- a/blockchain-workbench/scripts/upgrade/azureBlockchainWorkbenchUpgradeToLatest.ps1 +++ b/blockchain-workbench/scripts/upgrade/azureBlockchainWorkbenchUpgradeToLatest.ps1 @@ -41,8 +41,7 @@ param( [Parameter(Mandatory = $false)][switch]$TestEnv ) -# Comment the next line in before publishing -# Set-Item Env:\SuppressAzurePowerShellBreakingChangeWarnings "true" +Set-Item Env:\SuppressAzurePowerShellBreakingChangeWarnings "true" ############################################# # Constants