@azure-typespec/http-client-csharp-mgmt 1.0.0-alpha.20250502.1 → 1.0.0-alpha.20250505.1

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 'true' when the 'namespace' option is set. Otherwise, each model will be in the corresponding namespace defined in the TypeSpec.
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'.
@@ -6,7 +6,7 @@
6
6
  "compilationOptions": {},
7
7
  "targets": {
8
8
  ".NETCoreApp,Version=v8.0": {
9
- "Azure.Generator.Mgmt/1.0.0-alpha.20250502.1": {
9
+ "Azure.Generator.Mgmt/1.0.0-alpha.20250505.1": {
10
10
  "dependencies": {
11
11
  "Azure.Core": "1.44.1",
12
12
  "Azure.Generator": "1.0.0-alpha.20250429.2",
@@ -620,7 +620,7 @@
620
620
  }
621
621
  },
622
622
  "libraries": {
623
- "Azure.Generator.Mgmt/1.0.0-alpha.20250502.1": {
623
+ "Azure.Generator.Mgmt/1.0.0-alpha.20250505.1": {
624
624
  "type": "project",
625
625
  "serviceable": false,
626
626
  "sha512": ""
@@ -6,7 +6,7 @@
6
6
  "compilationOptions": {},
7
7
  "targets": {
8
8
  ".NETCoreApp,Version=v8.0": {
9
- "Azure.Generator.Mgmt/1.0.0-alpha.20250502.1": {
9
+ "Azure.Generator.Mgmt/1.0.0-alpha.20250505.1": {
10
10
  "dependencies": {
11
11
  "Azure.Core": "1.44.1",
12
12
  "Azure.Generator": "1.0.0-alpha.20250429.2",
@@ -620,7 +620,7 @@
620
620
  }
621
621
  },
622
622
  "libraries": {
623
- "Azure.Generator.Mgmt/1.0.0-alpha.20250502.1": {
623
+ "Azure.Generator.Mgmt/1.0.0-alpha.20250505.1": {
624
624
  "type": "project",
625
625
  "serviceable": false,
626
626
  "sha512": ""
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.1",
3
+ "version": "1.0.0-alpha.20250505.1",
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",