Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(DOCS) Document fix to int() function. #459

Conversation

michaeltlombardi
Copy link
Collaborator

PR Summary

In #438 we changed the int() function to error on input that isn't a string or an integer to align with the behavior of the ARM template function.

This change:

  • Updates the documentation for the function to match the updated behavior and removing the note about the now-patched bug.
  • Adds an entry for the fix to the changelog.

PR Context

Document recent change.

In PowerShell#438 we changed the `int()` function to error on input that
isn't a string or an integer to align with the behavior of the
ARM template function.

This change:

- Updates the documentation for the function to match the updated
  behavior and removing the note about the now-patched bug.
- Adds an entry for the fix to the changelog.
@SteveL-MSFT SteveL-MSFT added this pull request to the merge queue Jun 13, 2024
Merged via the queue into PowerShell:main with commit c739e44 Jun 13, 2024
1 check passed
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