mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 15:42:48 -05:00
Platform/pm 2535/upgrade to azure messaging servicebus (#3102)
* `dotnet add package Azure.Messaging.ServiceBus` 🤖 * Move to Azure.Messaging.ServiceBus * `dotnet restore --locked-mode --force-evaluate` 🤖 Remove Microsoft.Azure.ServiceBus * `dotnet restore --locked-mode --force-evaluate` 🤖 * Include broker filter * `dotnet restore --locked-mode --force-evaluate` 🤖
This commit is contained in:
@ -483,6 +483,7 @@ public class GlobalSettings : IGlobalSettings
|
||||
{
|
||||
public string ApplicationCacheTopicName { get; set; }
|
||||
public string ApplicationCacheSubscriptionName { get; set; }
|
||||
public string WebSiteInstanceId { get; set; }
|
||||
}
|
||||
|
||||
public class AppleIapSettings
|
||||
|
Reference in New Issue
Block a user