[BugBash][CLI]not output for permission check
- Dominant language
- TypeScript
- Stars
- 147
- Forks
- 96
- Avg merge
- 19h 28m
- Merged PRs (30d)
- 87
Description
### Describe the bug
not output for permission check
### To Reproduce
- start a client `az webpubsub client start -g jw1111 -n jw2222 --hub-name hub2 --user-id u1`
- join a group: `joingroup a`
- check permision by `az webpubsub service permission check -g jw1111 -n jw2222 --hub-name hub2 --group-name a --connection-id xF3wurhKa_JkiAG1sFtMkA896e70a41 --permission joinLeaveGroup`
Expected result: return `true` or `false`
Actual result: no output, it's empty.

### Exceptions (if any)
### Further technical details
- SDK and its version you use
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.