Skip to content

Commit 5e35edc

Browse files
fix client.tsp and tspconfig for Release issue#6407 (#36514)
* fix client.tsp and tspconfig for Release issue#6407 * fix comments * Update specification/azurestackhci/AzureStackHCI.StackHCIVM.Management/tspconfig.yaml --------- Co-authored-by: Weidong Xu <[email protected]>
1 parent af535ee commit 5e35edc

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

specification/azurestackhci/AzureStackHCI.StackHCIVM.Management/client.tsp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ import "@azure-tools/typespec-client-generator-core";
44
using Azure.ClientGenerator.Core;
55

66
@@clientName(Microsoft.AzureStackHCI, "AzureStackHCIVmClient", "python");
7+
@@clientName(Microsoft.AzureStackHCI, "AzureStackHciVmMgmtClient", "java");

specification/azurestackhci/AzureStackHCI.StackHCIVM.Management/tspconfig.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ options:
2929
generate-fakes: true
3030
head-as-boolean: true
3131
inject-spans: true
32+
"@azure-tools/typespec-java":
33+
service-dir: "sdk/azurestackhci"
34+
package-dir: "azure-resourcemanager-azurestackhci-vm"
35+
namespace: "com.azure.resourcemanager.azurestackhci.vm"
36+
service-name: "Azure Stack Hci Vm"
37+
flavor: azure
3238
"@azure-tools/typespec-ts":
3339
experimental-extensible-enums: true
3440
package-dir: "arm-azurestackhcivm"

0 commit comments

Comments
 (0)