microsoftgraph / microsoftgraph/msgraph-sdk-dotnet
Missing property `BlobStoreUrl` on `Subscription` model
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 789
- Forks
- 264
- Avg merge
- 15h 17m
- Merged PRs (30d)
- 3
Description
Describe the bug
The documentation here states that when consuming events with rich data through an Azure Event Hub a blob store must be provided thus that any events with a data payload over 1MB can be placed in it.
When attempting to configure a new subscription via the .NET SDK this field cannot be set as there is no BlobStoreUrl attribute on the Subscription model.
To Reproduce
Attempt to create a new subscription to a change notification and attempt to specify a BlobStoreUrl.
Expected behavior
It is possible to set a BlobStoreUrl.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the .NET SDK's Subscription model and compare its available properties with the linked Microsoft Graph change-notifications Event Hubs documentation. Reproduce the issue by attempting to set BlobStoreUrl on a new subscription; the work is done when that property can be configured for the documented scenario.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, csharp
- Domain
- api, cloud
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100