Skip to content

Update Az.Blockchain.psd1 #15558

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 27, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions src/Blockchain/Az.Blockchain.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 7/27/2021
# Generated on: 6/11/2021
#

@{
Expand All @@ -30,7 +30,10 @@ 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).
The module will be retired after September 10, 2021'

# Minimum version of the PowerShell engine required by this module
PowerShellVersion = '5.1'
Expand Down Expand Up @@ -116,7 +119,11 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
# ReleaseNotes = ''
ReleaseNotes = '* 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)
- The module will be retired after September 10, 2021
* Updated the description of module and added retirement notice'

# Prerelease string of this module
# Prerelease = ''
Expand All @@ -138,4 +145,3 @@ PrivateData = @{
# DefaultCommandPrefix = ''

}