Azure / azure-notificationhubs-dotnet

.NET SDK for Azure Notification Hubs
MIT License
70 stars 122 forks source link

Version 4.1 to support Push to User #163

Closed mpodwysocki closed 3 years ago

mpodwysocki commented 3 years ago

Things to consider before you submit the PR:

Description

This adds support for UserId and the new 2020-06 API

Related PRs or issues

Misc

Add what's missing, notes on what you tested, additional thoughts or questions.

mpodwysocki commented 3 years ago

Did we already make the API version change related to adding userId to the Installation body?

Yes, that api-version was changed to 2020-06 for version 4.0 to support throttling.