Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fe26b28

Browse files
authored
Prepare client settings for release DurableTask .Net SDK (Azure#34209)
1 parent 19c0dc7 commit fe26b28

File tree

1 file changed

+5
-0
lines changed
  • specification/durabletask/DurableTask.Management

1 file changed

+5
-0
lines changed

specification/durabletask/DurableTask.Management/client.tsp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,8 @@ using Microsoft.DurableTask;
3333
"DurableTaskRetentionPolicyDetails",
3434
"csharp"
3535
);
36+
@@clientName(RetentionPolicy, "DurableTaskRetentionPolicy", "csharp");
37+
@@clientName(RetentionPolicyProperties,
38+
"DurableTaskRetentionPolicyProperties",
39+
"csharp"
40+
);

0 commit comments

Comments
 (0)