microsoftgraph / microsoftgraph/msgraph-bicep-types

New type: subscription

Open
#121 8 comments 0 reactions 1 assignee View on GitHub

@dkershaw10 is already working on this.

Since May 28, 2024.

enhancement new type
Dominant language
TypeScript
Stars
80
Forks
15
Avg merge
1h 21m
Merged PRs (30d)
3

Description

Vote for this new type by clicking the thumbs-up.

Suggestion
I would suggest to add subscription type.

Value
When using Azure Event Grid, I can subscribe to Microsoft Graph API events.

To create a Partner Topic, I need to create a Graph API subscription. the notificationUrl property specifies Partner Topic name, resource group name in which the partner topic is created, region (location) and Azure subscription.

To be able to create a subscription and de facto Partner Topic via Bicep file, will simplify the configuration of Azure Event Grid. Once Partner Topic is created, I can continue with creating event subscriptions for Partner Topic.

Microsoft Graph API REST reference
https://learn.microsoft.com/en-us/graph/api/resources/subscription?view=graph-rest-1.0
https://learn.microsoft.com/en-us/azure/event-grid/subscribe-to-graph-api-events?tabs=http

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.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.