Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 83be071

Browse files
authored
healthdataaiservices add go emit option in tspconfig (Azure#30093)
1 parent 21c2852 commit 83be071

File tree

1 file changed

+12
-0
lines changed
  • specification/healthdataaiservices/HealthDataAIServices.Management

1 file changed

+12
-0
lines changed

specification/healthdataaiservices/HealthDataAIServices.Management/tspconfig.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,18 @@ options:
3939
flavor: "azure"
4040
packageDetails:
4141
name: "@azure/arm-healthdataaiservices"
42+
"@azure-tools/typespec-go":
43+
service-dir: "sdk/resourcemanager/healthdataaiservices"
44+
package-dir: "armhealthdataaiservices"
45+
module: "github.com/Azure/azure-sdk-for-go/{service-dir}/{package-dir}"
46+
examples-directory: "{project-root}/examples"
47+
fix-const-stuttering: true
48+
flavor: "azure"
49+
generate-examples: true
50+
generate-fakes: true
51+
head-as-boolean: true
52+
inject-spans: true
53+
remove-unreferenced-types: true
4254
linter:
4355
extends:
4456
- "@azure-tools/typespec-azure-rulesets/resource-manager"

0 commit comments

Comments
 (0)