Skip to content

Commit

Permalink
Bump Microsoft.Azure.Cosmos from 3.23.0 to 3.25.0 (#27487)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andriy Svyryd <Andriy.Svyryd@microsoft.com>
  • Loading branch information
dependabot[bot] and AndriySvyryd committed Feb 25, 2022
1 parent cab5918 commit 8090b2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/EFCore.Cosmos/EFCore.Cosmos.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.23.0" />
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.25.0" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ public async Task Should_throw_if_specified_region_is_wrong()
context.SaveChanges();
});
Assert.Equal("Current location is not a valid Azure region.", exception.Message);

Assert.Equal("ApplicationRegion configuration 'FakeRegion' is not a valid Azure region or the current SDK version does not recognize it. If the value represents a valid region, make sure you are using the latest SDK version.", exception.Message);
}

[ConditionalFact]
Expand Down

0 comments on commit 8090b2b

Please sign in to comment.