Skip to content

Commit 7304906

Browse files
committed
update bicep policy name to default
Signed-off-by: Hannah Hunter <[email protected]>
1 parent 6f4d13e commit 7304906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/durable-task-scheduler/durable-task-scheduler-auto-purge.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ You can create or update retention policies by adding the `retentionPolicies` co
9494
```bicep
9595
resource exampleResource 'Microsoft.DurableTask/schedulers/retentionPolicies@2025-04-01-preview' = {
9696
parent: parentResource
97-
name: 'example'
97+
name: 'default'
9898
properties: {
9999
retentionPolicies: [
100100
{

0 commit comments

Comments
 (0)