Skip to content

Commit

Permalink
java, tspconfig for computeschedule (Azure#32264)
Browse files Browse the repository at this point in the history
* java config

* package-dir
  • Loading branch information
XiaofeiCao authored Jan 22, 2025
1 parent 175d718 commit 6368536
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ using Azure.ClientGenerator.Core;
using Microsoft.ComputeSchedule;

@@clientName(Microsoft.ComputeSchedule, "ComputeScheduleMgmt", "python");
@@clientName(Microsoft.ComputeSchedule, "ComputeScheduleMgmtClient", "java");
@@clientNamespace(Microsoft.ComputeSchedule,
"com.azure.resourcemanager.computeschedule",
"java"
);

@@clientName(ScheduledActions.virtualMachinesSubmitDeallocate,
"SubmitVirtualMachineDeallocate",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ options:
"@azure-tools/typespec-java":
package-dir: "azure-resourcemanager-computeschedule"
flavor: "azure"
namespace: "com.azure.resourcemanager.computeschedule"
service-name: "Compute Schedule"
linter:
extends:
Expand Down

0 comments on commit 6368536

Please sign in to comment.