Skip to content

Commit

Permalink
Added missing csharp options in tspconfig.yaml for Qumulo (#31921)
Browse files Browse the repository at this point in the history
* Added missing csharp options in tspconfig.yaml for Qumulo

* Fixed the service directory config

* Fixed the service directory config

* refactor

---------

Co-authored-by: Ajay Verma <ajayverma@microsoft.com>
  • Loading branch information
scorpion-ajay and Ajay Verma authored Dec 19, 2024
1 parent f8ece47 commit 7b50550
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ options:
flavor: "azure"
packageDetails:
name: "@azure/arm-qumulo"
"@azure-tools/typespec-csharp":
package-dir: "Azure.ResourceManager.Qumulo"
service-dir: "sdk/qumulo"
flavor: azure
clear-output-folder: true
namespace: "{package-dir}"
"@azure-tools/typespec-python":
package-dir: "azure-mgmt-qumulo"
package-name: "{package-dir}"
Expand Down

0 comments on commit 7b50550

Please sign in to comment.