We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 027a1da commit a380e9eCopy full SHA for a380e9e
specification/fluidrelay/resource-manager/readme.md
@@ -87,4 +87,14 @@ See configuration in [readme.typescript.md](./readme.typescript.md)
87
88
## CSharp
89
90
-See configuration in [readme.csharp.md](./readme.csharp.md)
+```yaml $(csharp)
91
+csharp:
92
+ azure-arm: true
93
+ license-header: MICROSOFT_MIT_NO_VERSION
94
+ payload-flattening-threshold: 1
95
+ clear-output-folder: true
96
+ client-side-validation: false
97
+ namespace: Microsoft.FluidRelay
98
+ output-folder: $(csharp-sdks-folder)/fluidrelay/management/Microsoft.FluidRelay/GeneratedProtocol
99
+```
100
+
0 commit comments