File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
specification/azurestackhci/AzureStackHCI.StackHCIVM.Management Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -4,3 +4,4 @@ import "@azure-tools/typespec-client-generator-core";
4
4
using Azure .ClientGenerator .Core ;
5
5
6
6
@@ clientName (Microsoft .AzureStackHCI , "AzureStackHCIVmClient" , "python" );
7
+ @@ clientName (Microsoft .AzureStackHCI , "AzureStackHciVmMgmtClient" , "java" );
Original file line number Diff line number Diff line change @@ -29,6 +29,12 @@ options:
29
29
generate-fakes : true
30
30
head-as-boolean : true
31
31
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
32
38
" @azure-tools/typespec-ts " :
33
39
experimental-extensible-enums : true
34
40
package-dir : " arm-azurestackhcivm"
You can’t perform that action at this time.
0 commit comments