Skip to content

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

Merged
SteveL-MSFT merged 1 commit intoPowerShell:mainfrom
michaeltlombardi:docs/main/document-integer-func-fix
Jun 13, 2024
Merged

(DOCS) Document fix to int() function.#459
SteveL-MSFT merged 1 commit intoPowerShell:mainfrom
michaeltlombardi:docs/main/document-integer-func-fix

Conversation

@michaeltlombardi
Copy link
Copy Markdown
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
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