azure-webpubsub icon indicating copy to clipboard operation
azure-webpubsub copied to clipboard

[BugBash][CLI]not output for permission check

Open juniwang opened this issue 4 years ago • 2 comments

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. image

Exceptions (if any)

Further technical details

  • SDK and its version you use

juniwang avatar Oct 29 '21 08:10 juniwang

Same issue for Grant: az webpubsub service permission grant

juniwang avatar Oct 29 '21 08:10 juniwang

https://github.com/Azure/azure-cli-extensions/pull/4049

zackliu avatar Nov 01 '21 07:11 zackliu