diff --git a/README.md b/README.md index 8e0a36400..5c2f08723 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ --- -topic: sample +page_type: sample languages: - csharp - java @@ -8,7 +8,13 @@ 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." +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 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/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 diff --git a/blockchain-workbench/scripts/upgrade/azureBlockchainWorkbenchUpgradeToLatest.ps1 b/blockchain-workbench/scripts/upgrade/azureBlockchainWorkbenchUpgradeToLatest.ps1 index e791fa174..cd13fba1b 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 "