Skip to content

Commit a6678df

Browse files
mgmt, standbypool, update tspconfig.yaml for Java (#28686)
1 parent 71a0c7a commit a6678df

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

specification/standbypool/StandbyPool.Management/tspconfig.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
linter:
22
extends:
33
- "@azure-tools/typespec-azure-resource-manager/all"
4+
parameters:
5+
"service-dir":
6+
default: "sdk/standbypool"
47
emit:
58
- "@azure-tools/typespec-autorest"
69
options:
@@ -13,3 +16,9 @@ options:
1316

1417
# omit the enum type Versions from being added to versioned swagger
1518
omit-unreachable-types: true
19+
"@azure-tools/typespec-java":
20+
package-dir: "azure-resourcemanager-standbypool"
21+
flavor: "azure"
22+
namespace: "com.azure.resourcemanager.standbypool"
23+
service-name: "Standby Pool"
24+
examples-directory: "examples"

0 commit comments

Comments
 (0)