We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71a0c7a commit a6678dfCopy full SHA for a6678df
specification/standbypool/StandbyPool.Management/tspconfig.yaml
@@ -1,6 +1,9 @@
1
linter:
2
extends:
3
- "@azure-tools/typespec-azure-resource-manager/all"
4
+parameters:
5
+ "service-dir":
6
+ default: "sdk/standbypool"
7
emit:
8
- "@azure-tools/typespec-autorest"
9
options:
@@ -13,3 +16,9 @@ options:
13
16
14
17
# omit the enum type Versions from being added to versioned swagger
15
18
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