AWS powershell documentation change
Summary
Updated version status from preview to released, added release announcement banner, updated migration resources and blog post references
Security assessment
Changes focus on version release announcement and documentation structure updates. No security vulnerabilities or security feature additions are mentioned in the diff. The existing 'Logging of sensitive information' section header remains unchanged.
Diff
diff --git a/powershell/v5/userguide/migrating-v5.md b/powershell/v5/userguide/migrating-v5.md index 419b13d97..90a146a3e 100644 --- a//powershell/v5/userguide/migrating-v5.md +++ b//powershell/v5/userguide/migrating-v5.md @@ -5 +5 @@ -Minimum PowerShell versionInstall or update AWS.Tools V4Cancel cmdlet execution with CTRL+C and CMD+CNullable value typesCollectionsDateTime versus UTC DateTimePipelining and $AWSHistoryThe -PassThru parameterSome DynamoDB cmdlets moved and renamedLogging of sensitive informationCredential and profile resolutionConsistent Auto-IterationS3 cmdlets deprecated and replacedCleaning and trimming S3 key parametersInteractive session capabilitiesCloudWatch alarmsLitJsonProgramming elements that were removed +Minimum PowerShell versionInstall or update AWS.Tools V4Cancel cmdlet execution with CTRL+C and CMD+CNullable value typesCollectionsDateTime versus UTC DateTimePipelining and $AWSHistoryThe -PassThru parameterSome DynamoDB cmdlets moved and renamedLogging of sensitive informationCredential and profile resolutionConsistent auto-iterationS3 cmdlets deprecated and replacedCleaning and trimming S3 key parametersInteractive session capabilitiesCloudWatch alarmsLitJsonProgramming elements that were removed @@ -7 +7,5 @@ Minimum PowerShell versionInstall or update AWS.Tools V4Cancel cmdlet execution -The AWS Tools for PowerShell version 5 (V5) is in preview, therefore this content is subject to change. For information about breaking changes, installation, and migration, see the [migration topic](https://docs.aws.amazon.com/powershell/v5/userguide/migrating-v5.html). For released content, see the [version 4 user guide](https://docs.aws.amazon.com/powershell/v4/userguide/) instead. +Version 5 (V5) of the AWS Tools for PowerShell has been released! + +For information about breaking changes and migrating your applications, see the [migration topic](https://docs.aws.amazon.com/powershell/v5/userguide/migrating-v5.html). + +[  ](https://docs.aws.amazon.com/powershell/v5/userguide/migrating-v5.html) @@ -13 +17,10 @@ AWS Tools for PowerShell version 5 (V5) has breaking changes, which could cause -For additional information about noteworthy changes in the AWS Tools for PowerShell, and how to install and test the new version, see the blog post [Preview 1 of AWS Tools for PowerShell V5](https://aws.amazon.com/blogs/developer/preview-1-of-aws-tools-for-powershell-v5/) and the [V5 Development Tracker issue in GitHub](https://github.com/aws/aws-tools-for-powershell/issues/357). In the V5 Development Tracker issue, in addition to the list of breaking changes, be sure to look at the details of each preview. +For additional information about noteworthy changes in the AWS Tools for PowerShell also see the following resources: + + * The blog post [AWS Tools for PowerShell V5 now Generally Available](https://aws.amazon.com/blogs/developer/aws-tools-for-powershell-v5-now-generally-available/). + + * The [V5 Development Tracker issue in GitHub](https://github.com/aws/aws-tools-for-powershell/issues/357). In addition to the list of breaking changes, be sure to look at the details of each preview. + + * The blog post [Preview 1 of AWS Tools for PowerShell V5](https://aws.amazon.com/blogs/developer/preview-1-of-aws-tools-for-powershell-v5/) + + + @@ -21 +34 @@ Since the AWS Tools for PowerShell rely on the AWS SDK for .NET, some of the cha -For the legacy Windows-specific, single, large-module version of the AWS Tools for PowerShell, AWSPowerShell, the module's minimum supported PowerShell version has been updated to 5.1. This is to match the AWS SDK for .NET new minimum version of .NET Framework 4.7.2. +For the legacy, Windows-specific, single, large-module version of the AWS Tools for PowerShell, called _AWSPowerShell_ , the module's minimum supported PowerShell version has been updated to 5.1. This is to match the AWS SDK for .NET new minimum version of .NET Framework 4.7.2. @@ -23 +36 @@ For the legacy Windows-specific, single, large-module version of the AWS Tools f -For more information about the AWSPowerShell module, see [Installing on Windows](./pstools-getting-set-up-windows.html). +For more information about the legacy AWSPowerShell module, see [Installing on Windows](./pstools-getting-set-up-windows.html). @@ -33 +46 @@ When installing or updating the modularized version of the AWS Tools for PowerSh -For additional information about installing and updating the Tools for PowerShell, see [Get started](./pstools-getting-started.html) +For additional information about installing and updating the Tools for PowerShell, see [Get started](./pstools-getting-set-up.html) @@ -211 +224 @@ The AWS Tools for PowerShell have been updated to use certain environment variab -## Consistent Auto-Iteration +## Consistent auto-iteration @@ -214,0 +228,4 @@ All paginated cmdlets have been updated to auto-iterate all data by default. You +To see an example of a cmdlet that has been updated in this way, see the `Get-CWLLogEvent` cmdlet ([V4 cmdlet](https://docs.aws.amazon.com/powershell/v4/reference/index.html?page=Get-CWLLogEvent.html&tocid=Get-CWLLogEvent) and [V5 cmdlet](https://docs.aws.amazon.com/powershell/v5/reference/index.html?page=Get-CWLLogEvent.html&tocid=Get-CWLLogEvent)). + +For details about auto-iteration, see [Iteration through paged data](./pstools-pipelines.html#pstools-iteration). +