[Web PubSub Service] web_pub_sub's get and list method doesn't work
See original GitHub issue- Package Name: azure-mgmt-webpubsub
- Package Version: 1.0.0
- Operating System: Mac OS
- Python Version: 3.8
Describe the bug A clear and concise description of what the bug is.
In my case, web_pub_sub’s methods didn’t work.
they returned None
.
- get()
- list_by_subsrciption()
- list_by_resource_group()
I refered to these sites
- sdk reference
- rest api reference
To Reproduce Steps to reproduce the behavior:
- Create Azure
Web PubSub Service
- Get resources using by
web_pubsub_service_client.web_pub_sub.list_by_subscription()
sdk method - Get resources using by
GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.SignalRService/webPubSub?api-version=2022-08-01-preview
REST API method - Compare results then you can see sdk method didn’t have any resource info about
Web PubSub Service
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Additional context Add any other context about the problem here.
It seems there is no document about Web PubSub Service
for python sdk on the website.
Issue Analytics
- State:
- Created a year ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Troubleshoot with resource logs - Azure - Microsoft Learn
Launch the live trace tool · Go to the Azure portal and your Web PubSub service. · On the left menu, under Monitoring,...
Read more >Issues · Azure/azure-webpubsub - GitHub
Azure Web PubSub Service helps you to manage WebSocket connections and do publish and subscribe in an easy way - Issues · Azure/azure-webpubsub....
Read more >Azure Web PubSub browser client not receiving messages
new WebPubSubServiceClient ; get('/getPubSubUrl' ; await service.getClientAccessToken ; 'webpubsub.joinLeaveGroup.pubsubGroup'] }); res.send ...
Read more >Chatr - Azure Web PubSub Sample App
This is a demonstration & sample application designed to be a simple multi-user web based chat system. It provides persistent group chats, user...
Read more >Microsoft.Azure.WebPubSub.AspNetCore 1.0.0-beta.4 - NuGet
Authenticate the client. In order to interact with the service, you'll need to provide the Web PubSub service with a valid credential. To...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Got it. And we will update the doc link asap
Hi @msyyc - Confirming that I can’t find documentation for
azure-mgmt-webpubsub
in the docs.microsoft.com site.The links in the "Usage" section of the
azure-mgmt-webpubsub
README.md don’t point to API docs either. I believe these need to be updated.