Skip to content

Commit 9b8ce23

Browse files
Merge pull request #5245 from dotnet/main
Auto Publish – main to live - 2026-01-15 11:00 UTC
2 parents 8ced1c2 + 917d992 commit 9b8ce23

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

entity-framework/core/providers/cosmos/modeling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Time-to-live for individual entities can be set using a property mapped to "ttl"
140140
[!code-csharp[TimeToLiveProperty](../../../../samples/core/Miscellaneous/NewInEFCore6.Cosmos/CosmosModelConfigurationSample.cs?name=TimeToLiveProperty)]
141141

142142
> [!NOTE]
143-
> A default time-to-live must configured on the entity type for the "ttl" to have any effect. See [_Time to Live (TTL) in Azure Cosmos DB_](/azure/cosmos-db/nosql/time-to-live) for more information.
143+
> A default time-to-live must configured on the entity type for the "ttl" to have any effect. See [_Time to Live (TTL) in Azure Cosmos DB_](/azure/cosmos-db/time-to-live) for more information.
144144
145145
The time-to-live property is then set before the entity is saved. For example:
146146

entity-framework/core/what-is-new/ef-core-10.0/whatsnew.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ CREATE TABLE [Customers] (
304304
[Id] int NOT NULL IDENTITY,
305305
[Name] nvarchar(max) NOT NULL,
306306
[ShippingAddress] json NOT NULL,
307-
[BillingAddress] json NOT NULL NULL,
307+
[BillingAddress] json NOT NULL,
308308
CONSTRAINT [PK_Customers] PRIMARY KEY ([Id])
309309
);
310310
```

0 commit comments

Comments
 (0)