Azure / azure-cosmos-dotnet-v3

.NET SDK for Azure Cosmos DB for the core SQL API
MIT License
723 stars 477 forks source link

Update ChangeFeedModeSwitchingCheck to have a default case for legacy lease document #4425

Closed ernesto1596 closed 2 months ago

ernesto1596 commented 2 months ago

Description

Fixes issue https://github.com/Azure/azure-cosmos-dotnet-v3/issues/4423

Type of change

Please delete options that are not relevant.

Closing issues

To automatically close an issue: closes #4423

philipthomas-MSFT commented 2 months ago

@ernesto1596 we actually want the exception thrown for some cases, so please let me investigate. Thanks.

ernesto1596 commented 2 months ago

@ernesto1596 we actually want the exception thrown for some cases, so please let me investigate. Thanks.

@philipthomas-MSFT I do understand that. I sent this PR as a potentially suggestion. Happy to close it out if you think it is the wrong fix.