From 99f1296b2c74ac5c1c4bdc514a10ba1b8cff0ab0 Mon Sep 17 00:00:00 2001 From: "dixue@microsoft.com" Date: Wed, 9 Jun 2021 21:48:33 +0800 Subject: [PATCH 1/2] Add retirement notice --- src/Blockchain/Az.Blockchain.psd1 | 4 +++- src/Blockchain/ChangeLog.md | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Blockchain/Az.Blockchain.psd1 b/src/Blockchain/Az.Blockchain.psd1 index 4bfe11a0fa79..e316eb89da0b 100644 --- a/src/Blockchain/Az.Blockchain.psd1 +++ b/src/Blockchain/Az.Blockchain.psd1 @@ -30,7 +30,9 @@ CompanyName = 'Microsoft Corporation' Copyright = 'Microsoft Corporation. All rights reserved.' # Description of the functionality provided by this module -Description = 'Microsoft Azure PowerShell: Blockchain cmdlets' +Description = 'Microsoft Azure PowerShell: Blockchain cmdlets +On September 10, 2021, Azure Blockchain will be retired. Please migrate ledger data from Azure Blockchain Service to an alternative offering based on your development status in production or evaluation. +For more information on evaluating alternatives, see Migrate Azure Blockchain Service (https://docs.microsoft.com/en-us/azure/blockchain/service/migration-guide).' # Minimum version of the PowerShell engine required by this module PowerShellVersion = '5.1' diff --git a/src/Blockchain/ChangeLog.md b/src/Blockchain/ChangeLog.md index ebce42951c84..108b3bf02d3c 100644 --- a/src/Blockchain/ChangeLog.md +++ b/src/Blockchain/ChangeLog.md @@ -18,6 +18,7 @@ - Additional information about change #1 --> ## Upcoming Release +* Updated the description of module and added retirement notice ## Version 0.2.0 * Fixed SecureString parameters of `New-AzBlockchainMember` on Linux [12707] From 3759cd3b4494b12e2064901a563a35a234eb7707 Mon Sep 17 00:00:00 2001 From: Damien Caro Date: Wed, 9 Jun 2021 10:45:00 -0700 Subject: [PATCH 2/2] Added a note on module retirement --- src/Blockchain/Az.Blockchain.psd1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Blockchain/Az.Blockchain.psd1 b/src/Blockchain/Az.Blockchain.psd1 index e316eb89da0b..bc133957b4be 100644 --- a/src/Blockchain/Az.Blockchain.psd1 +++ b/src/Blockchain/Az.Blockchain.psd1 @@ -32,7 +32,8 @@ Copyright = 'Microsoft Corporation. All rights reserved.' # Description of the functionality provided by this module Description = 'Microsoft Azure PowerShell: Blockchain cmdlets On September 10, 2021, Azure Blockchain will be retired. Please migrate ledger data from Azure Blockchain Service to an alternative offering based on your development status in production or evaluation. -For more information on evaluating alternatives, see Migrate Azure Blockchain Service (https://docs.microsoft.com/en-us/azure/blockchain/service/migration-guide).' +For more information on evaluating alternatives, see Migrate Azure Blockchain Service (https://docs.microsoft.com/en-us/azure/blockchain/service/migration-guide). +The module will be retired after September 10, 2021' # Minimum version of the PowerShell engine required by this module PowerShellVersion = '5.1'