Skip to content

Commit

Permalink
agricultureplatform, tspconfig for java (#33048)
Browse files Browse the repository at this point in the history
  • Loading branch information
weidongxu-microsoft authored Mar 6, 2025
1 parent 51ef3f8 commit 13d8403
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ using Microsoft.AgriculturePlatform;

@@clientName(Microsoft.AgriculturePlatform,
"AgriculturePlatformMgmtClient",
"python"
"python,java"
);

@@clientNamespace(Microsoft.AgriculturePlatform,
"com.azure.resourcemanager.agricultureplatform",
"java"
);

// csharp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@ options:
flavor: "azure"
generate-test: true
generate-sample: true
"@azure-tools/typespec-java":
package-dir: "azure-resourcemanager-agricultureplatform"
service-name: "Agriculture Platform"
flavor: "azure"

0 comments on commit 13d8403

Please sign in to comment.