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]