@azure-typespec/http-client-csharp-mgmt 1.0.0-alpha.20250502.1 → 1.0.0-alpha.20250502.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# @azure-typespec/http-client-csharp-mgmt
|
|
2
2
|
|
|
3
|
+
TypeSpec library for emitting Azure management libraries for C#.
|
|
4
|
+
|
|
3
5
|
## Install
|
|
4
6
|
|
|
5
7
|
```bash
|
|
@@ -59,12 +61,6 @@ Defines the strategy on how to handle unreferenced types. The default value is `
|
|
|
59
61
|
|
|
60
62
|
Set to `true` to overwrite the csproj if it already exists. The default value is `false`.
|
|
61
63
|
|
|
62
|
-
### `clear-output-folder`
|
|
63
|
-
|
|
64
|
-
**Type:** `boolean`
|
|
65
|
-
|
|
66
|
-
Indicates if you want to clear the output folder before generating. The default value is `true`.
|
|
67
|
-
|
|
68
64
|
### `save-inputs`
|
|
69
65
|
|
|
70
66
|
**Type:** `boolean`
|
|
@@ -135,4 +131,4 @@ The C# namespace to use for the generated code. This will override the TypeSpec
|
|
|
135
131
|
|
|
136
132
|
**Type:** `boolean`
|
|
137
133
|
|
|
138
|
-
Whether to put models under a separate 'Models' sub-namespace. This only applies if the 'namespace' option is set. The default value is '
|
|
134
|
+
Whether to put models under a separate 'Models' sub-namespace. This only applies if the 'namespace' option is set. The default value is 'false'.
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure-typespec/http-client-csharp-mgmt",
|
|
3
|
-
"version": "1.0.0-alpha.20250502.
|
|
3
|
+
"version": "1.0.0-alpha.20250502.2",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "TypeSpec library for emitting Azure management libraries for C#.",
|
|
6
6
|
"readme": "https://github.com/Azure/azure-sdk-for-net/blob/main/eng/packages/http-client-csharp-mgmt/README.md",
|