Skip to content
This repository was archived by the owner on Dec 6, 2023. It is now read-only.

Replace stray unicode character #347

Merged
merged 1 commit into from
Sep 9, 2021
Merged

Replace stray unicode character #347

merged 1 commit into from
Sep 9, 2021

Conversation

BHoggs
Copy link
Contributor

@BHoggs BHoggs commented Sep 8, 2021

Description

Fixing a single stray unicode character that causes errors in Powershell 5.1

Fixes #346

Checklist

  • This pull request was tested on both of:
  • Scripts do not contain static passwords or other secret tokens.
  • All Azure resource identifiers which must be universally unique are guaranteed to be so.

Testing information

Only replaced a single character, so haven't deemed necessary to test on all platforms. Tested successfully on PowerShell 5.1

Platform and PowerShell version: [pscustomobject]$PSVersionTable | Select-Object OS, BuildVersion, PSVersion

Az version: (Get-InstalledModule -Name Az).Version

Copy link
Contributor

@mikefrobbins mikefrobbins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mikefrobbins mikefrobbins merged commit b1423b4 into Azure:master Sep 9, 2021
@BHoggs BHoggs deleted the unicode-fix branch September 9, 2021 20:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Network watcher script - stray unicode
3 participants