@azure-typespec/http-client-csharp-mgmt 1.0.0-alpha.20260301.4 → 1.0.0-alpha.20260301.5
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/dist/generator/Azure.Generator.Management.deps.json +2 -2
- package/dist/generator/Azure.Generator.Management.dll +0 -0
- package/dist/generator/Azure.Generator.Management.pdb +0 -0
- package/dist/generator/Azure.Generator.Management.xml +13 -0
- package/dist/generator/net10.0/Azure.Generator.Management.deps.json +2 -2
- package/dist/generator/net10.0/Azure.Generator.Management.dll +0 -0
- package/dist/generator/net10.0/Azure.Generator.Management.pdb +0 -0
- package/dist/generator/net10.0/Azure.Generator.Management.xml +13 -0
- package/package.json +1 -1
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"compilationOptions": {},
|
|
7
7
|
"targets": {
|
|
8
8
|
".NETCoreApp,Version=v10.0": {
|
|
9
|
-
"Azure.Generator.Management/1.0.0-alpha.20260301.
|
|
9
|
+
"Azure.Generator.Management/1.0.0-alpha.20260301.5": {
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"Azure.Core": "1.51.1",
|
|
12
12
|
"Azure.Generator": "1.0.0-alpha.20260219.1",
|
|
@@ -693,7 +693,7 @@
|
|
|
693
693
|
}
|
|
694
694
|
},
|
|
695
695
|
"libraries": {
|
|
696
|
-
"Azure.Generator.Management/1.0.0-alpha.20260301.
|
|
696
|
+
"Azure.Generator.Management/1.0.0-alpha.20260301.5": {
|
|
697
697
|
"type": "project",
|
|
698
698
|
"serviceable": false,
|
|
699
699
|
"sha512": ""
|
|
Binary file
|
|
Binary file
|
|
@@ -541,6 +541,19 @@
|
|
|
541
541
|
<param name="targetInternalProperty">The internal property to look for in the chain</param>
|
|
542
542
|
<returns>True if the internal property is in the flattening chain</returns>
|
|
543
543
|
</member>
|
|
544
|
+
<member name="M:Azure.Generator.Management.Visitors.InheritableSystemObjectModelVisitor.RemoveDuplicatePropertiesAndStripVirtual(Microsoft.TypeSpec.Generator.Providers.ModelProvider,Microsoft.TypeSpec.Generator.Providers.ModelProvider,System.Collections.Generic.HashSet{System.String})">
|
|
545
|
+
<summary>
|
|
546
|
+
Removes properties with 'new' modifier or matching base property names from the model,
|
|
547
|
+
and strips orphaned virtual modifiers from corresponding base properties.
|
|
548
|
+
</summary>
|
|
549
|
+
</member>
|
|
550
|
+
<member name="M:Azure.Generator.Management.Visitors.InheritableSystemObjectModelVisitor.StripOrphanedVirtualModifiers(Microsoft.TypeSpec.Generator.Providers.ModelProvider,System.Collections.Generic.HashSet{System.String})">
|
|
551
|
+
<summary>
|
|
552
|
+
Strips the virtual modifier from base model properties whose names match removed derived properties.
|
|
553
|
+
When derived properties with new/override modifiers are removed, the corresponding base virtual
|
|
554
|
+
modifier becomes orphaned and should be removed.
|
|
555
|
+
</summary>
|
|
556
|
+
</member>
|
|
544
557
|
<member name="M:Azure.Generator.Management.Visitors.PaginationVisitor.VisitType(Microsoft.TypeSpec.Generator.Providers.TypeProvider)">
|
|
545
558
|
<summary>
|
|
546
559
|
This method is the entrance of the visitor.
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"compilationOptions": {},
|
|
7
7
|
"targets": {
|
|
8
8
|
".NETCoreApp,Version=v10.0": {
|
|
9
|
-
"Azure.Generator.Management/1.0.0-alpha.20260301.
|
|
9
|
+
"Azure.Generator.Management/1.0.0-alpha.20260301.5": {
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"Azure.Core": "1.51.1",
|
|
12
12
|
"Azure.Generator": "1.0.0-alpha.20260219.1",
|
|
@@ -693,7 +693,7 @@
|
|
|
693
693
|
}
|
|
694
694
|
},
|
|
695
695
|
"libraries": {
|
|
696
|
-
"Azure.Generator.Management/1.0.0-alpha.20260301.
|
|
696
|
+
"Azure.Generator.Management/1.0.0-alpha.20260301.5": {
|
|
697
697
|
"type": "project",
|
|
698
698
|
"serviceable": false,
|
|
699
699
|
"sha512": ""
|
|
Binary file
|
|
Binary file
|
|
@@ -541,6 +541,19 @@
|
|
|
541
541
|
<param name="targetInternalProperty">The internal property to look for in the chain</param>
|
|
542
542
|
<returns>True if the internal property is in the flattening chain</returns>
|
|
543
543
|
</member>
|
|
544
|
+
<member name="M:Azure.Generator.Management.Visitors.InheritableSystemObjectModelVisitor.RemoveDuplicatePropertiesAndStripVirtual(Microsoft.TypeSpec.Generator.Providers.ModelProvider,Microsoft.TypeSpec.Generator.Providers.ModelProvider,System.Collections.Generic.HashSet{System.String})">
|
|
545
|
+
<summary>
|
|
546
|
+
Removes properties with 'new' modifier or matching base property names from the model,
|
|
547
|
+
and strips orphaned virtual modifiers from corresponding base properties.
|
|
548
|
+
</summary>
|
|
549
|
+
</member>
|
|
550
|
+
<member name="M:Azure.Generator.Management.Visitors.InheritableSystemObjectModelVisitor.StripOrphanedVirtualModifiers(Microsoft.TypeSpec.Generator.Providers.ModelProvider,System.Collections.Generic.HashSet{System.String})">
|
|
551
|
+
<summary>
|
|
552
|
+
Strips the virtual modifier from base model properties whose names match removed derived properties.
|
|
553
|
+
When derived properties with new/override modifiers are removed, the corresponding base virtual
|
|
554
|
+
modifier becomes orphaned and should be removed.
|
|
555
|
+
</summary>
|
|
556
|
+
</member>
|
|
544
557
|
<member name="M:Azure.Generator.Management.Visitors.PaginationVisitor.VisitType(Microsoft.TypeSpec.Generator.Providers.TypeProvider)">
|
|
545
558
|
<summary>
|
|
546
559
|
This method is the entrance of the visitor.
|
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.20260301.
|
|
3
|
+
"version": "1.0.0-alpha.20260301.5",
|
|
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",
|