|
3 | 3 | "CrossLanguageDefinitionId": { |
4 | 4 | "azure.messaging.webpubsubservice.models.AddToGroupsRequest": "WebPubSubService.AddToGroupsRequest", |
5 | 5 | "azure.messaging.webpubsubservice.models.ClientTokenResponse": "WebPubSubService.ClientTokenResponse", |
| 6 | + "azure.messaging.webpubsubservice.models.ErrorDetail": "WebPubSubService.ErrorDetail", |
6 | 7 | "azure.messaging.webpubsubservice.models.GroupMember": "WebPubSubService.GroupMember", |
| 8 | + "azure.messaging.webpubsubservice.models.InnerError": "WebPubSubService.InnerError", |
7 | 9 | "azure.messaging.webpubsubservice.models.RemoveFromGroupsRequest": "WebPubSubService.RemoveFromGroupsRequest", |
8 | 10 | "azure.messaging.webpubsubservice.models.ResponseContentType": "WebPubSubService.ResponseContentType", |
9 | 11 | "azure.messaging.webpubsubservice.models.WebPubSubClientType": "WebPubSubService.WebPubSubClientType", |
|
15 | 17 | "azure.messaging.webpubsubservice.aio.WebPubSubServiceClient.add_connections_to_groups": "WebPubSubService.addConnectionsToGroups", |
16 | 18 | "azure.messaging.webpubsubservice.WebPubSubServiceClient.close_all_connections": "WebPubSubService.closeAllConnections", |
17 | 19 | "azure.messaging.webpubsubservice.aio.WebPubSubServiceClient.close_all_connections": "WebPubSubService.closeAllConnections", |
18 | | - "azure.messaging.webpubsubservice.WebPubSubServiceClient.get_client_access_token": "WebPubSubService.getClientAccessToken", |
19 | | - "azure.messaging.webpubsubservice.aio.WebPubSubServiceClient.get_client_access_token": "WebPubSubService.getClientAccessToken", |
| 20 | + "azure.messaging.webpubsubservice.WebPubSubServiceClient.generate_client_token": "WebPubSubService.generateClientToken", |
| 21 | + "azure.messaging.webpubsubservice.aio.WebPubSubServiceClient.generate_client_token": "WebPubSubService.generateClientToken", |
20 | 22 | "azure.messaging.webpubsubservice.WebPubSubServiceClient.remove_connections_from_groups": "WebPubSubService.removeConnectionsFromGroups", |
21 | 23 | "azure.messaging.webpubsubservice.aio.WebPubSubServiceClient.remove_connections_from_groups": "WebPubSubService.removeConnectionsFromGroups", |
22 | 24 | "azure.messaging.webpubsubservice.WebPubSubServiceClient.send_to_all": "WebPubSubService.sendToAll", |
|
35 | 37 | "azure.messaging.webpubsubservice.aio.WebPubSubServiceClient.close_group_connections": "WebPubSubService.closeGroupConnections", |
36 | 38 | "azure.messaging.webpubsubservice.WebPubSubServiceClient.send_to_group": "WebPubSubService.sendToGroup", |
37 | 39 | "azure.messaging.webpubsubservice.aio.WebPubSubServiceClient.send_to_group": "WebPubSubService.sendToGroup", |
38 | | - "azure.messaging.webpubsubservice.WebPubSubServiceClient.list_connections": "WebPubSubService.listConnections", |
39 | | - "azure.messaging.webpubsubservice.aio.WebPubSubServiceClient.list_connections": "WebPubSubService.listConnections", |
| 40 | + "azure.messaging.webpubsubservice.WebPubSubServiceClient.list_connections_in_group": "WebPubSubService.listConnectionsInGroup", |
| 41 | + "azure.messaging.webpubsubservice.aio.WebPubSubServiceClient.list_connections_in_group": "WebPubSubService.listConnectionsInGroup", |
40 | 42 | "azure.messaging.webpubsubservice.WebPubSubServiceClient.remove_connection_from_group": "WebPubSubService.removeConnectionFromGroup", |
41 | 43 | "azure.messaging.webpubsubservice.aio.WebPubSubServiceClient.remove_connection_from_group": "WebPubSubService.removeConnectionFromGroup", |
42 | 44 | "azure.messaging.webpubsubservice.WebPubSubServiceClient.add_connection_to_group": "WebPubSubService.addConnectionToGroup", |
43 | 45 | "azure.messaging.webpubsubservice.aio.WebPubSubServiceClient.add_connection_to_group": "WebPubSubService.addConnectionToGroup", |
44 | 46 | "azure.messaging.webpubsubservice.WebPubSubServiceClient.revoke_permission": "WebPubSubService.revokePermission", |
45 | 47 | "azure.messaging.webpubsubservice.aio.WebPubSubServiceClient.revoke_permission": "WebPubSubService.revokePermission", |
46 | | - "azure.messaging.webpubsubservice.WebPubSubServiceClient.has_permission": "WebPubSubService.hasPermission", |
47 | | - "azure.messaging.webpubsubservice.aio.WebPubSubServiceClient.has_permission": "WebPubSubService.hasPermission", |
| 48 | + "azure.messaging.webpubsubservice.WebPubSubServiceClient.check_permission": "WebPubSubService.checkPermission", |
| 49 | + "azure.messaging.webpubsubservice.aio.WebPubSubServiceClient.check_permission": "WebPubSubService.checkPermission", |
48 | 50 | "azure.messaging.webpubsubservice.WebPubSubServiceClient.grant_permission": "WebPubSubService.grantPermission", |
49 | 51 | "azure.messaging.webpubsubservice.aio.WebPubSubServiceClient.grant_permission": "WebPubSubService.grantPermission", |
50 | 52 | "azure.messaging.webpubsubservice.WebPubSubServiceClient.user_exists": "WebPubSubService.userExists", |
|
0 commit comments