@azure-typespec/http-client-csharp-mgmt 1.0.0-alpha.20260108.6 → 1.0.0-alpha.20260109.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/dist/generator/Azure.Generator.Management.deps.json +13 -13
- 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 +20 -0
- package/dist/generator/Humanizer.dll +0 -0
- package/dist/generator/net10.0/Azure.Generator.Management.deps.json +13 -13
- 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 +20 -0
- package/dist/generator/net10.0/Humanizer.dll +0 -0
- package/package.json +1 -1
|
@@ -6,12 +6,12 @@
|
|
|
6
6
|
"compilationOptions": {},
|
|
7
7
|
"targets": {
|
|
8
8
|
".NETCoreApp,Version=v10.0": {
|
|
9
|
-
"Azure.Generator.Management/1.0.0-alpha.
|
|
9
|
+
"Azure.Generator.Management/1.0.0-alpha.20260109.2": {
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"Azure.Core": "1.50.0",
|
|
12
12
|
"Azure.Generator": "1.0.0-alpha.20260107.1",
|
|
13
13
|
"Azure.ResourceManager": "1.13.2",
|
|
14
|
-
"Humanizer.Core": "
|
|
14
|
+
"Humanizer.Core": "3.0.1"
|
|
15
15
|
},
|
|
16
16
|
"runtime": {
|
|
17
17
|
"Azure.Generator.Management.dll": {}
|
|
@@ -74,11 +74,11 @@
|
|
|
74
74
|
}
|
|
75
75
|
}
|
|
76
76
|
},
|
|
77
|
-
"Humanizer.Core/
|
|
77
|
+
"Humanizer.Core/3.0.1": {
|
|
78
78
|
"runtime": {
|
|
79
|
-
"lib/
|
|
80
|
-
"assemblyVersion": "
|
|
81
|
-
"fileVersion": "
|
|
79
|
+
"lib/net10.0/Humanizer.dll": {
|
|
80
|
+
"assemblyVersion": "3.0.0.0",
|
|
81
|
+
"fileVersion": "3.0.1.28244"
|
|
82
82
|
}
|
|
83
83
|
}
|
|
84
84
|
},
|
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
},
|
|
216
216
|
"Microsoft.CodeAnalysis.CSharp.Workspaces/4.8.0": {
|
|
217
217
|
"dependencies": {
|
|
218
|
-
"Humanizer.Core": "
|
|
218
|
+
"Humanizer.Core": "3.0.1",
|
|
219
219
|
"Microsoft.CodeAnalysis.CSharp": "4.8.0",
|
|
220
220
|
"Microsoft.CodeAnalysis.Common": "4.8.0",
|
|
221
221
|
"Microsoft.CodeAnalysis.Workspaces.Common": "4.8.0"
|
|
@@ -270,7 +270,7 @@
|
|
|
270
270
|
},
|
|
271
271
|
"Microsoft.CodeAnalysis.Workspaces.Common/4.8.0": {
|
|
272
272
|
"dependencies": {
|
|
273
|
-
"Humanizer.Core": "
|
|
273
|
+
"Humanizer.Core": "3.0.1",
|
|
274
274
|
"Microsoft.Bcl.AsyncInterfaces": "8.0.0",
|
|
275
275
|
"Microsoft.CodeAnalysis.Common": "4.8.0",
|
|
276
276
|
"System.Composition": "7.0.0"
|
|
@@ -622,7 +622,7 @@
|
|
|
622
622
|
}
|
|
623
623
|
},
|
|
624
624
|
"libraries": {
|
|
625
|
-
"Azure.Generator.Management/1.0.0-alpha.
|
|
625
|
+
"Azure.Generator.Management/1.0.0-alpha.20260109.2": {
|
|
626
626
|
"type": "project",
|
|
627
627
|
"serviceable": false,
|
|
628
628
|
"sha512": ""
|
|
@@ -662,12 +662,12 @@
|
|
|
662
662
|
"path": "commandlineparser/2.9.1",
|
|
663
663
|
"hashPath": "commandlineparser.2.9.1.nupkg.sha512"
|
|
664
664
|
},
|
|
665
|
-
"Humanizer.Core/
|
|
665
|
+
"Humanizer.Core/3.0.1": {
|
|
666
666
|
"type": "package",
|
|
667
667
|
"serviceable": true,
|
|
668
|
-
"sha512": "sha512-
|
|
669
|
-
"path": "humanizer.core/
|
|
670
|
-
"hashPath": "humanizer.core.
|
|
668
|
+
"sha512": "sha512-scB3+KcxNmEjZK5V8rKCW2gIiL8m8KH91w14FuuExyhi9xTyAJ+jr+DDxGdy12mHmioe2uvjxTfMgM7WmSUFlw==",
|
|
669
|
+
"path": "humanizer.core/3.0.1",
|
|
670
|
+
"hashPath": "humanizer.core.3.0.1.nupkg.sha512"
|
|
671
671
|
},
|
|
672
672
|
"Microsoft.Bcl.AsyncInterfaces/8.0.0": {
|
|
673
673
|
"type": "package",
|
|
Binary file
|
|
Binary file
|
|
@@ -367,6 +367,26 @@
|
|
|
367
367
|
<param name="clientProvider">The client provider that will own the fields.</param>
|
|
368
368
|
<returns>A dictionary mapping InputClient to RestClientInfo.</returns>
|
|
369
369
|
</member>
|
|
370
|
+
<member name="M:Azure.Generator.Management.Visitors.FlattenPropertyVisitor.CollectNestedFlattenedProperties(Microsoft.TypeSpec.Generator.Providers.PropertyProvider,System.Collections.Generic.List{Azure.Generator.Management.Visitors.FlattenPropertyVisitor.FlattenPropertyInfo})">
|
|
371
|
+
<summary>
|
|
372
|
+
Recursively collects all nested flattened properties for a given internal property.
|
|
373
|
+
This handles cases where properties are flattened multiple levels deep.
|
|
374
|
+
</summary>
|
|
375
|
+
<param name="internalProperty">The internal property to collect nested flattened properties for</param>
|
|
376
|
+
<param name="flattenedProperties">The list of all flattened properties at the current level</param>
|
|
377
|
+
<returns>A list of FlattenPropertyInfo for all nested flattened properties</returns>
|
|
378
|
+
</member>
|
|
379
|
+
<member name="M:Azure.Generator.Management.Visitors.FlattenPropertyVisitor.IsInFlattenChain(Azure.Generator.Management.Primitives.FlattenedPropertyProvider,Microsoft.TypeSpec.Generator.Providers.PropertyProvider)">
|
|
380
|
+
<summary>
|
|
381
|
+
Checks if the given internal property is in the flattening chain of the flattened property.
|
|
382
|
+
This handles multi-level flattening by recursively checking the chain.
|
|
383
|
+
Note: The recursion depth is typically very shallow (2-3 levels at most) in practice,
|
|
384
|
+
as TypeSpec models rarely have deeply nested flattening structures.
|
|
385
|
+
</summary>
|
|
386
|
+
<param name="flattenedProvider">The flattened property provider to check</param>
|
|
387
|
+
<param name="targetInternalProperty">The internal property to look for in the chain</param>
|
|
388
|
+
<returns>True if the internal property is in the flattening chain</returns>
|
|
389
|
+
</member>
|
|
370
390
|
<member name="M:Azure.Generator.Management.Visitors.PaginationVisitor.VisitType(Microsoft.TypeSpec.Generator.Providers.TypeProvider)">
|
|
371
391
|
<summary>
|
|
372
392
|
This method is the entrance of the visitor.
|
|
Binary file
|
|
@@ -6,12 +6,12 @@
|
|
|
6
6
|
"compilationOptions": {},
|
|
7
7
|
"targets": {
|
|
8
8
|
".NETCoreApp,Version=v10.0": {
|
|
9
|
-
"Azure.Generator.Management/1.0.0-alpha.
|
|
9
|
+
"Azure.Generator.Management/1.0.0-alpha.20260109.2": {
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"Azure.Core": "1.50.0",
|
|
12
12
|
"Azure.Generator": "1.0.0-alpha.20260107.1",
|
|
13
13
|
"Azure.ResourceManager": "1.13.2",
|
|
14
|
-
"Humanizer.Core": "
|
|
14
|
+
"Humanizer.Core": "3.0.1"
|
|
15
15
|
},
|
|
16
16
|
"runtime": {
|
|
17
17
|
"Azure.Generator.Management.dll": {}
|
|
@@ -74,11 +74,11 @@
|
|
|
74
74
|
}
|
|
75
75
|
}
|
|
76
76
|
},
|
|
77
|
-
"Humanizer.Core/
|
|
77
|
+
"Humanizer.Core/3.0.1": {
|
|
78
78
|
"runtime": {
|
|
79
|
-
"lib/
|
|
80
|
-
"assemblyVersion": "
|
|
81
|
-
"fileVersion": "
|
|
79
|
+
"lib/net10.0/Humanizer.dll": {
|
|
80
|
+
"assemblyVersion": "3.0.0.0",
|
|
81
|
+
"fileVersion": "3.0.1.28244"
|
|
82
82
|
}
|
|
83
83
|
}
|
|
84
84
|
},
|
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
},
|
|
216
216
|
"Microsoft.CodeAnalysis.CSharp.Workspaces/4.8.0": {
|
|
217
217
|
"dependencies": {
|
|
218
|
-
"Humanizer.Core": "
|
|
218
|
+
"Humanizer.Core": "3.0.1",
|
|
219
219
|
"Microsoft.CodeAnalysis.CSharp": "4.8.0",
|
|
220
220
|
"Microsoft.CodeAnalysis.Common": "4.8.0",
|
|
221
221
|
"Microsoft.CodeAnalysis.Workspaces.Common": "4.8.0"
|
|
@@ -270,7 +270,7 @@
|
|
|
270
270
|
},
|
|
271
271
|
"Microsoft.CodeAnalysis.Workspaces.Common/4.8.0": {
|
|
272
272
|
"dependencies": {
|
|
273
|
-
"Humanizer.Core": "
|
|
273
|
+
"Humanizer.Core": "3.0.1",
|
|
274
274
|
"Microsoft.Bcl.AsyncInterfaces": "8.0.0",
|
|
275
275
|
"Microsoft.CodeAnalysis.Common": "4.8.0",
|
|
276
276
|
"System.Composition": "7.0.0"
|
|
@@ -622,7 +622,7 @@
|
|
|
622
622
|
}
|
|
623
623
|
},
|
|
624
624
|
"libraries": {
|
|
625
|
-
"Azure.Generator.Management/1.0.0-alpha.
|
|
625
|
+
"Azure.Generator.Management/1.0.0-alpha.20260109.2": {
|
|
626
626
|
"type": "project",
|
|
627
627
|
"serviceable": false,
|
|
628
628
|
"sha512": ""
|
|
@@ -662,12 +662,12 @@
|
|
|
662
662
|
"path": "commandlineparser/2.9.1",
|
|
663
663
|
"hashPath": "commandlineparser.2.9.1.nupkg.sha512"
|
|
664
664
|
},
|
|
665
|
-
"Humanizer.Core/
|
|
665
|
+
"Humanizer.Core/3.0.1": {
|
|
666
666
|
"type": "package",
|
|
667
667
|
"serviceable": true,
|
|
668
|
-
"sha512": "sha512-
|
|
669
|
-
"path": "humanizer.core/
|
|
670
|
-
"hashPath": "humanizer.core.
|
|
668
|
+
"sha512": "sha512-scB3+KcxNmEjZK5V8rKCW2gIiL8m8KH91w14FuuExyhi9xTyAJ+jr+DDxGdy12mHmioe2uvjxTfMgM7WmSUFlw==",
|
|
669
|
+
"path": "humanizer.core/3.0.1",
|
|
670
|
+
"hashPath": "humanizer.core.3.0.1.nupkg.sha512"
|
|
671
671
|
},
|
|
672
672
|
"Microsoft.Bcl.AsyncInterfaces/8.0.0": {
|
|
673
673
|
"type": "package",
|
|
Binary file
|
|
Binary file
|
|
@@ -367,6 +367,26 @@
|
|
|
367
367
|
<param name="clientProvider">The client provider that will own the fields.</param>
|
|
368
368
|
<returns>A dictionary mapping InputClient to RestClientInfo.</returns>
|
|
369
369
|
</member>
|
|
370
|
+
<member name="M:Azure.Generator.Management.Visitors.FlattenPropertyVisitor.CollectNestedFlattenedProperties(Microsoft.TypeSpec.Generator.Providers.PropertyProvider,System.Collections.Generic.List{Azure.Generator.Management.Visitors.FlattenPropertyVisitor.FlattenPropertyInfo})">
|
|
371
|
+
<summary>
|
|
372
|
+
Recursively collects all nested flattened properties for a given internal property.
|
|
373
|
+
This handles cases where properties are flattened multiple levels deep.
|
|
374
|
+
</summary>
|
|
375
|
+
<param name="internalProperty">The internal property to collect nested flattened properties for</param>
|
|
376
|
+
<param name="flattenedProperties">The list of all flattened properties at the current level</param>
|
|
377
|
+
<returns>A list of FlattenPropertyInfo for all nested flattened properties</returns>
|
|
378
|
+
</member>
|
|
379
|
+
<member name="M:Azure.Generator.Management.Visitors.FlattenPropertyVisitor.IsInFlattenChain(Azure.Generator.Management.Primitives.FlattenedPropertyProvider,Microsoft.TypeSpec.Generator.Providers.PropertyProvider)">
|
|
380
|
+
<summary>
|
|
381
|
+
Checks if the given internal property is in the flattening chain of the flattened property.
|
|
382
|
+
This handles multi-level flattening by recursively checking the chain.
|
|
383
|
+
Note: The recursion depth is typically very shallow (2-3 levels at most) in practice,
|
|
384
|
+
as TypeSpec models rarely have deeply nested flattening structures.
|
|
385
|
+
</summary>
|
|
386
|
+
<param name="flattenedProvider">The flattened property provider to check</param>
|
|
387
|
+
<param name="targetInternalProperty">The internal property to look for in the chain</param>
|
|
388
|
+
<returns>True if the internal property is in the flattening chain</returns>
|
|
389
|
+
</member>
|
|
370
390
|
<member name="M:Azure.Generator.Management.Visitors.PaginationVisitor.VisitType(Microsoft.TypeSpec.Generator.Providers.TypeProvider)">
|
|
371
391
|
<summary>
|
|
372
392
|
This method is the entrance of the visitor.
|
|
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.
|
|
3
|
+
"version": "1.0.0-alpha.20260109.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",
|