Skip to content

Commit

Permalink
add go config in tspconfig for sapvirtualinstance (#31167)
Browse files Browse the repository at this point in the history
  • Loading branch information
tadelesh authored Nov 13, 2024
1 parent e6076e8 commit 07c0f76
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,17 @@ options:
namespace: "com.azure.resourcemanager.workloadssapvirtualinstance"
service-name: "Workloads Sap Virtual Instance"
flavor: "azure"
"@azure-tools/typespec-go":
service-dir: "sdk/resourcemanager/workloadssapvirtualinstance"
package-dir: "armworkloadssapvirtualinstance"
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 07c0f76

Please sign in to comment.