Skip to content

Commit

Permalink
java, durabletask, update client.tsp (#31752)
Browse files Browse the repository at this point in the history
  • Loading branch information
weidongxu-microsoft authored Dec 5, 2024
1 parent 67242a4 commit ea3e12a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions specification/durabletask/DurableTask.Management/client.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,9 @@ import "@azure-tools/typespec-client-generator-core";

using Azure.ClientGenerator.Core;

@@clientNamespace(Microsoft.DurableTask,
"com.azure.resourcemanager.durabletask",
"java"
);
@@clientName(Microsoft.DurableTask, "DurableTaskMgmt", "python");
@@clientName(Microsoft.DurableTask, "DurableTaskManagementClient", "java");
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ options:
generate-sample: true
"@azure-tools/typespec-java":
package-dir: "azure-resourcemanager-durabletask"
namespace: "com.azure.resourcemanager.durabletask"
service-name: "durabletask"
service-name: "Durable Task"
flavor: azure
"@azure-tools/typespec-go":
service-dir: "sdk/resourcemanager/durabletask"
Expand Down

0 comments on commit ea3e12a

Please sign in to comment.