Skip to content

Commit

Permalink
Add typespec-csharp config for .NET SDK code generation (Azure#30736)
Browse files Browse the repository at this point in the history
* typespec-csharp config for AzureTerraform

* Rename AzureTerraform to Terraform
  • Loading branch information
gerrytan authored and Shakha Ismatullaeva committed Oct 8, 2024
1 parent 838d844 commit 0f4607b
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ options:
emitter-output-dir: "{project-root}/.."
azure-resource-provider-folder: "resource-manager"
output-file: "{azure-resource-provider-folder}/{service-name}/{version-status}/{version}/export.json"
"@azure-tools/typespec-csharp":
flavor: azure
package-dir: "Azure.ResourceManager.Terraform"
clear-output-folder: true
model-namespace: false
namespace: "{package-dir}"
linter:
extends:
- "@azure-tools/typespec-azure-rulesets/resource-manager"

0 comments on commit 0f4607b

Please sign in to comment.