This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using Microsoft.EntityFrameworkCore.Cosmos.Infrastructure.Internal; | |
namespace CosmosTest.Extensions; | |
public class CustomCosmosExtension : CosmosOptionsExtension | |
{ | |
public string ManagedIdentityClientId { get; private set; } = string.Empty; | |
public override void ApplyServices(IServiceCollection services) | |
{ | |
// This is the first reason this class is created. |