Skip to content

Commit

Permalink
update standbypool tspconfig (#30550)
Browse files Browse the repository at this point in the history
* add ts config to standbypool tspconfig

* Update tspconfig.yaml

---------

Co-authored-by: Qiaoqiao Zhang <[email protected]>
  • Loading branch information
kazrael2119 and qiaozha committed Sep 13, 2024
1 parent 63aca1b commit a9b495c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
4 changes: 4 additions & 0 deletions specification/standbypool/StandbyPool.Management/client.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -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");
11 changes: 11 additions & 0 deletions specification/standbypool/StandbyPool.Management/tspconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit a9b495c

Please sign in to comment.