aws / aws-tools-for-powershell

The AWS Tools for PowerShell lets developers and administrators manage their AWS services from the PowerShell scripting environment.
Apache License 2.0
235 stars 77 forks source link

Code examples: update validation list and IDs of enhanced actions #351

Closed Laren-AWS closed 3 weeks ago

Laren-AWS commented 1 month ago

Description

Motivation and Context

The enhanced action change is needed to avoid multiple examples with the same ID. Because the ID is used as a key to merge examples, multiple examples with the same ID meant that they were overwriting each other. By using the SDK-specific action name in both the ID and the services.action list, they are each treated as individual actions.

Testing

Types of changes

Checklist

We require a second engineer to validate the PR before merging

New/existing dependencies impact assessment, if applicable

Note to reviewers: Please follow runbook to update the internal open source attribution tool

License

jnunn-aws commented 3 weeks ago

Merging to private repo: https://github.com/aws/PRIVATE-aws-tools-for-powershell-staging/pull/323

jnunn-aws commented 3 weeks ago

This has been merged.