Richard Park
Richard Park
**Describe the bug** The AppInsights mgmt package has an API for manipulating Annotations. When creating or getting an Annotation there's a deserialization exception. The annotation does actually get created, so...
ServiceBus uses a Long class to represent the sequence number in messages. According to the docs the sequence number is a 64-bit integer. Javascript, through `number` can only handle 53-bits....
In Event Hubs the owner level (or epoch) can be used by consumers to enforce exclusive ownership of a partition. There are basically two ways of using this: - If...
The epoch is not formatted as part of the link path, it should be passed as part of the parameters when a receiver link is created.
Both packages have similar requirements and similar authentication. We need to add an overload that allows you to directly pass a SAS key, and not just a connection string. ```go...
- [ ] The purpose of this PR is explained in this or a referenced issue. - [ ] The PR does not update generated files. - These files are...
We've changed how we want to present snippets and examples. We can take advantage of this in azservicebus. 1. Convert any snippets in the readme to Example_Test files. It makes...
We use the nhooyr/websocket package as part of our examples/tests (only). It needs to update to the latest gin-gonic for a security update, which is getting flagged on our side...