@azure-typespec/http-client-csharp-mgmt 1.0.0-alpha.20260108.6 → 1.0.0-alpha.20260109.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/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 +20 -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 +20 -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.
|
|
9
|
+
"Azure.Generator.Management/1.0.0-alpha.20260109.1": {
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"Azure.Core": "1.50.0",
|
|
12
12
|
"Azure.Generator": "1.0.0-alpha.20260107.1",
|
|
@@ -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.1": {
|
|
626
626
|
"type": "project",
|
|
627
627
|
"serviceable": false,
|
|
628
628
|
"sha512": ""
|
|
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.
|
|
@@ -6,7 +6,7 @@
|
|
|
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.1": {
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"Azure.Core": "1.50.0",
|
|
12
12
|
"Azure.Generator": "1.0.0-alpha.20260107.1",
|
|
@@ -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.1": {
|
|
626
626
|
"type": "project",
|
|
627
627
|
"serviceable": false,
|
|
628
628
|
"sha512": ""
|
|
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.
|
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.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",
|