diff --git a/specification/standbypool/StandbyPool.Management/client.tsp b/specification/standbypool/StandbyPool.Management/client.tsp index 07af69fa2185..eb89c67494a0 100644 --- a/specification/standbypool/StandbyPool.Management/client.tsp +++ b/specification/standbypool/StandbyPool.Management/client.tsp @@ -56,4 +56,8 @@ using Microsoft.StandbyPool; ); @@clientName(ProvisioningState, "StandbyProvisioningState", "csharp"); @@clientName(RefillPolicy, "StandbyRefillPolicy", "csharp"); +@@clientName(Microsoft.StandbyPool, + "StandbyPoolManagementClient", + "javascript" +); @@clientName(Microsoft.StandbyPool, "StandbyPoolMgmtClient", "python"); diff --git a/specification/standbypool/StandbyPool.Management/tspconfig.yaml b/specification/standbypool/StandbyPool.Management/tspconfig.yaml index f2e30142da83..5e682fe881ab 100644 --- a/specification/standbypool/StandbyPool.Management/tspconfig.yaml +++ b/specification/standbypool/StandbyPool.Management/tspconfig.yaml @@ -29,6 +29,17 @@ options: flavor: azure clear-output-folder: true namespace: "{package-dir}" + "@azure-tools/typespec-ts": + azureSdkForJs: true + isModularLibrary: true + generateMetadata: true + hierarchyClient: false + experimentalExtensibleEnums: true + enableOperationGroup: true + package-dir: "arm-standbypool" + flavor: "azure" + packageDetails: + name: "@azure/arm-standbypool" "@azure-tools/typespec-python": package-dir: "azure-mgmt-standbypool" package-name: "{package-dir}"