AWS code-library documentation change
Summary
Added PowerShell V5 example for role tag removal
Security assessment
Shows maintenance of ABAC tags (security-related metadata), but no indication of fixing a security issue.
Diff
diff --git a/code-library/latest/ug/iam_example_iam_UntagRole_section.md b/code-library/latest/ug/iam_example_iam_UntagRole_section.md index 559da7354..8fc53d965 100644 --- a//code-library/latest/ug/iam_example_iam_UntagRole_section.md +++ b//code-library/latest/ug/iam_example_iam_UntagRole_section.md @@ -52,0 +53,14 @@ PowerShell +**Tools for PowerShell V5** + + +**Example 1: This example removes the tag from the role named "MyRoleName" with tag key as "abac". To remove multiple tags, provide a comma separted tag keys list.** + + + Remove-IAMRoleTag -RoleName MyRoleName -TagKey "abac","xyzw" + + + * For API details, see [UntagRole](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. + + + +