Skip to content

Commit

Permalink
add go config in tspconfig for arm iotoperations (#31171)
Browse files Browse the repository at this point in the history
  • Loading branch information
tadelesh authored Nov 13, 2024
1 parent 48453f6 commit e6076e8
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,17 @@ options:
flavor: "azure"
packageDetails:
name: "@azure/arm-iotoperations"
"@azure-tools/typespec-go":
service-dir: "sdk/resourcemanager/iotoperations"
package-dir: "armiotoperations"
module: "github.com/Azure/azure-sdk-for-go/{service-dir}/{package-dir}"
fix-const-stuttering: true
flavor: "azure"
generate-examples: true
generate-fakes: true
head-as-boolean: true
inject-spans: true
remove-unreferenced-types: true
linter:
extends:
- "@azure-tools/typespec-azure-rulesets/resource-manager"

0 comments on commit e6076e8

Please sign in to comment.