yihchuang

Results 2 issues of yihchuang

Variables are defined at the beginning of the PowerShell script; without the “global” keyword Assuming these variables are in global scope. ``` $accessTokenTest = ""` $accessToken = ""` ``` Here...

bug
Needs: Triage (functions)

Variables are defined at the beginning of the PowerShell script; without the “global” keyword Assuming these variables are in global scope. ``` $accessTokenTest = ""` $accessToken = ""` ``` Here...

bug
Needs: Author Feedback