Skip to content

Commit

Permalink
Add C# Emitter to IoTOperations (#31822)
Browse files Browse the repository at this point in the history
* c# emitter

* .....

* ..

* fix

* test not generating samples

* test not generating sampels

* ...

* add go suppression file

* ...

* ...

* ...
  • Loading branch information
hmmorales authored Dec 11, 2024
1 parent faebe07 commit e725ba2
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ options:
azure-resource-provider-folder: "resource-manager"
output-file: "{azure-resource-provider-folder}/{service-name}/{version-status}/{version}/iotoperations.json"
use-read-only-status-schema: true
"@azure-tools/typespec-csharp":
flavor: azure
package-dir: "Azure.ResourceManager.IoTOperations"
clear-output-folder: true
model-namespace: false
namespace: "{package-dir}"
"@azure-tools/typespec-python":
package-dir: "azure-mgmt-iotoperations"
package-name: "{package-dir}"
Expand Down

0 comments on commit e725ba2

Please sign in to comment.