microsoftgraph / microsoftgraph/msgraph-sdk-dotnet

Missing property `BlobStoreUrl` on `Subscription` model

Open
#2,296 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Bug: metadata
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.