Skip to content

Commit 9be5107

Browse files
authored
[WebPubSub] Initial PR for web-pubsub-client (Azure#24029)
### Packages impacted by this PR web-pubsub-client ### Issues associated with this PR ### Describe the problem that is addressed by this PR This is the init PR for new package web-pubsub-client. ### What are the possible designs available to address the problem? If there are more than one possible design, why was the one in this PR chosen? ### Are there test cases added in this PR? _(If not, why?)_ Yes ### Provide a list of related PRs _(if any)_ ### Command used to generate this PR:**_(Applicable only to SDK release request PRs)_ ### Checklists - [x] Added impacted package name to the issue description - [ ] Does this PR needs any fixes in the SDK Generator?** _(If so, create an Issue in the [Autorest/typescript](https://github.com/Azure/autorest.typescript) repository and link it here)_ - [x] Added a changelog (if necessary)
1 parent 3ffcf69 commit 9be5107

37 files changed

+3844
-23
lines changed

.vscode/cspell.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,10 @@
287287
{
288288
"filename": "sdk/loadtestservice/load-testing-rest/review/load-testing.api.md",
289289
"words": ["vusers"]
290+
},
291+
{
292+
"filename": "sdk/web-pubsub/web-pubsub-client/review/web-pubsub-client.api.md",
293+
"words": ["protobuf"]
290294
}
291295
]
292296
}

0 commit comments

Comments
 (0)