Skip to content

Conversation

michaeltlombardi
Copy link
Contributor

PR Summary

Prior to this change, the verification/authorization/v1 workflow definition of the authorized_accounts parameter handler defined an empty scriptblock for the IfNullOrEmpty key to indicate that null/empty values are acceptable for this optional parameter. Instead, it shouldn't define the IfNullOrEmpty key-value pair at all. The Get-ActionScriptParameter helper function ignores null or empty values when the IfNullOrEmpty key isn't defined.

This change removes the IfNullOrEmpty key-value pair from the authorized_accounts parameter handler definition.

PR Checklist

  • Descriptive Title: This PR's title is a synopsis of the changes it proposes.
  • Summary: This PR's summary describes the scope and intent of the change.
  • Contributor's Guide: I have read the contributor's guide.
  • Style: This PR adheres to the style guide.

Prior to this change, the `verification/authorization/v1` workflow
definition of the `authorized_accounts` parameter handler defined an
empty scriptblock for the `IfNullOrEmpty` key to indicate that
null/empty values are acceptable for this optional parameter. Instead,
it shouldn't define the `IfNullOrEmpty` key-value pair at all. The
`Get-ActionScriptParameter` helper function ignores null or empty
values when the `IfNullOrEmpty` key isn't defined.

This change removes the `IfNullOrEmpty` key-value pair from the
`authorized_accounts` parameter handler definition.
Copy link
Contributor

Learn Build status updates of commit 01e2fb1:

✅ Validation status: passed

File Status Preview URL Details
.github/actions/verification/authorization/v1/Parameters.psd1 ✅Succeeded

For more details, please refer to the build report.

@sdwheeler sdwheeler merged commit 4552e66 into MicrosoftDocs:main Jul 31, 2025
4 checks passed
@michaeltlombardi michaeltlombardi deleted the gha/main/authorized_accounts branch July 31, 2025 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants