@azure-typespec/http-client-csharp-mgmt 1.0.0-alpha.20260409.2 → 1.0.0-alpha.20260409.4

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.
@@ -6,7 +6,7 @@
6
6
  "compilationOptions": {},
7
7
  "targets": {
8
8
  ".NETCoreApp,Version=v10.0": {
9
- "Azure.Generator.Management/1.0.0-alpha.20260409.2": {
9
+ "Azure.Generator.Management/1.0.0-alpha.20260409.4": {
10
10
  "dependencies": {
11
11
  "Azure.Core": "1.52.0",
12
12
  "Azure.Generator": "1.0.0-alpha.20260408.3",
@@ -694,7 +694,7 @@
694
694
  }
695
695
  },
696
696
  "libraries": {
697
- "Azure.Generator.Management/1.0.0-alpha.20260409.2": {
697
+ "Azure.Generator.Management/1.0.0-alpha.20260409.4": {
698
698
  "type": "project",
699
699
  "serviceable": false,
700
700
  "sha512": ""
@@ -851,6 +851,13 @@
851
851
  generating code that references obsolete members, which causes CS0618 warnings.
852
852
  </summary>
853
853
  </member>
854
+ <member name="M:Azure.Generator.Management.Visitors.FlattenPropertyVisitor.UpdatePublicConstructorBaseInitializer(Microsoft.TypeSpec.Generator.Providers.ConstructorProvider,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{Azure.Generator.Management.Visitors.FlattenPropertyVisitor.FlattenPropertyInfo}})">
855
+ <summary>
856
+ Updates the base constructor initializer arguments when the base model's public
857
+ constructor signature was changed by property flattening. Replaces each argument
858
+ that corresponded to a now-flattened parameter with the new flattened parameter.
859
+ </summary>
860
+ </member>
854
861
  <member name="M:Azure.Generator.Management.Visitors.FlattenPropertyVisitor.RemoveDuplicateSerializationConstructor(Microsoft.TypeSpec.Generator.Providers.ModelProvider)">
855
862
  <summary>
856
863
  Removes the internal parameterless constructor from the serialization type if one exists.
@@ -6,7 +6,7 @@
6
6
  "compilationOptions": {},
7
7
  "targets": {
8
8
  ".NETCoreApp,Version=v10.0": {
9
- "Azure.Generator.Management/1.0.0-alpha.20260409.2": {
9
+ "Azure.Generator.Management/1.0.0-alpha.20260409.4": {
10
10
  "dependencies": {
11
11
  "Azure.Core": "1.52.0",
12
12
  "Azure.Generator": "1.0.0-alpha.20260408.3",
@@ -694,7 +694,7 @@
694
694
  }
695
695
  },
696
696
  "libraries": {
697
- "Azure.Generator.Management/1.0.0-alpha.20260409.2": {
697
+ "Azure.Generator.Management/1.0.0-alpha.20260409.4": {
698
698
  "type": "project",
699
699
  "serviceable": false,
700
700
  "sha512": ""
@@ -851,6 +851,13 @@
851
851
  generating code that references obsolete members, which causes CS0618 warnings.
852
852
  </summary>
853
853
  </member>
854
+ <member name="M:Azure.Generator.Management.Visitors.FlattenPropertyVisitor.UpdatePublicConstructorBaseInitializer(Microsoft.TypeSpec.Generator.Providers.ConstructorProvider,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{Azure.Generator.Management.Visitors.FlattenPropertyVisitor.FlattenPropertyInfo}})">
855
+ <summary>
856
+ Updates the base constructor initializer arguments when the base model's public
857
+ constructor signature was changed by property flattening. Replaces each argument
858
+ that corresponded to a now-flattened parameter with the new flattened parameter.
859
+ </summary>
860
+ </member>
854
861
  <member name="M:Azure.Generator.Management.Visitors.FlattenPropertyVisitor.RemoveDuplicateSerializationConstructor(Microsoft.TypeSpec.Generator.Providers.ModelProvider)">
855
862
  <summary>
856
863
  Removes the internal parameterless constructor from the serialization type if one exists.
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.20260409.2",
3
+ "version": "1.0.0-alpha.20260409.4",
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",