AWS powershell documentation change
Summary
Updated documentation links from 'latest' to 'v5' version paths for PowerShell cmdlet references
Security assessment
The change only modifies URL paths to point to versioned documentation (v5) instead of 'latest'. There is no evidence of addressing security vulnerabilities or modifying security-related content. The update appears to be routine documentation maintenance for version-specific references.
Diff
diff --git a/powershell/v5/userguide/creds-idc.md b/powershell/v5/userguide/creds-idc.md index 323a4e5dd..a0e78b584 100644 --- a//powershell/v5/userguide/creds-idc.md +++ b//powershell/v5/userguide/creds-idc.md @@ -36 +36 @@ To use AWS IAM Identity Center, it must first be enabled and configured. To see -Starting with version 4.1.538 of the Tools for PowerShell, the recommended method to configure SSO credentials and start an AWS access portal session is to use the [`Initialize-AWSSSOConfiguration`](https://docs.aws.amazon.com/powershell/latest/reference/index.html?page=Initialize-AWSSSOConfiguration.html&tocid=Initialize-AWSSSOConfiguration) and [`Invoke-AWSSSOLogin`](https://docs.aws.amazon.com/powershell/latest/reference/index.html?page=Invoke-AWSSSOLogin.html&tocid=Invoke-AWSSSOLogin) cmdlets, as described in this topic. If you don't have access to that version of the Tools for PowerShell (or later) or can't use those cmdlets, you can still perform these tasks by using the AWS CLI. To find out how, see [Use the AWS CLI for portal login](./creds-idc-cli.html). +Starting with version 4.1.538 of the Tools for PowerShell, the recommended method to configure SSO credentials and start an AWS access portal session is to use the [`Initialize-AWSSSOConfiguration`](https://docs.aws.amazon.com/powershell/v5/reference/index.html?page=Initialize-AWSSSOConfiguration.html&tocid=Initialize-AWSSSOConfiguration) and [`Invoke-AWSSSOLogin`](https://docs.aws.amazon.com/powershell/v5/reference/index.html?page=Invoke-AWSSSOLogin.html&tocid=Invoke-AWSSSOLogin) cmdlets, as described in this topic. If you don't have access to that version of the Tools for PowerShell (or later) or can't use those cmdlets, you can still perform these tasks by using the AWS CLI. To find out how, see [Use the AWS CLI for portal login](./creds-idc-cli.html).