@azure-typespec/http-client-csharp-mgmt 1.0.0-alpha.20250812.1 → 1.0.0-alpha.20250813.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 +8 -0
- package/dist/generator/net8.0/Azure.Generator.Management.deps.json +2 -2
- package/dist/generator/net8.0/Azure.Generator.Management.dll +0 -0
- package/dist/generator/net8.0/Azure.Generator.Management.pdb +0 -0
- package/dist/generator/net8.0/Azure.Generator.Management.xml +8 -0
- package/package.json +1 -1
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"compilationOptions": {},
|
|
7
7
|
"targets": {
|
|
8
8
|
".NETCoreApp,Version=v8.0": {
|
|
9
|
-
"Azure.Generator.Management/1.0.0-alpha.
|
|
9
|
+
"Azure.Generator.Management/1.0.0-alpha.20250813.1": {
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"Azure.Core": "1.47.1",
|
|
12
12
|
"Azure.Generator": "1.0.0-alpha.20250729.4",
|
|
@@ -670,7 +670,7 @@
|
|
|
670
670
|
}
|
|
671
671
|
},
|
|
672
672
|
"libraries": {
|
|
673
|
-
"Azure.Generator.Management/1.0.0-alpha.
|
|
673
|
+
"Azure.Generator.Management/1.0.0-alpha.20250813.1": {
|
|
674
674
|
"type": "project",
|
|
675
675
|
"serviceable": false,
|
|
676
676
|
"sha512": ""
|
|
Binary file
|
|
Binary file
|
|
@@ -272,6 +272,14 @@
|
|
|
272
272
|
<param name="clientProvider">The client provider that will own the fields.</param>
|
|
273
273
|
<returns>A dictionary mapping InputClient to RestClientInfo.</returns>
|
|
274
274
|
</member>
|
|
275
|
+
<member name="M:Azure.Generator.Management.Visitors.PaginationVisitor.VisitType(Microsoft.TypeSpec.Generator.Providers.TypeProvider)">
|
|
276
|
+
<summary>
|
|
277
|
+
This method is the entrance of the visitor.
|
|
278
|
+
We check the name of this type to ensure this visitor is only applied to the collection result types.
|
|
279
|
+
</summary>
|
|
280
|
+
<param name="type"></param>
|
|
281
|
+
<returns></returns>
|
|
282
|
+
</member>
|
|
275
283
|
<member name="M:Azure.Generator.Management.Visitors.RestClientVisitor.VisitType(Microsoft.TypeSpec.Generator.Providers.TypeProvider)">
|
|
276
284
|
<inheritdoc/>
|
|
277
285
|
</member>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"compilationOptions": {},
|
|
7
7
|
"targets": {
|
|
8
8
|
".NETCoreApp,Version=v8.0": {
|
|
9
|
-
"Azure.Generator.Management/1.0.0-alpha.
|
|
9
|
+
"Azure.Generator.Management/1.0.0-alpha.20250813.1": {
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"Azure.Core": "1.47.1",
|
|
12
12
|
"Azure.Generator": "1.0.0-alpha.20250729.4",
|
|
@@ -670,7 +670,7 @@
|
|
|
670
670
|
}
|
|
671
671
|
},
|
|
672
672
|
"libraries": {
|
|
673
|
-
"Azure.Generator.Management/1.0.0-alpha.
|
|
673
|
+
"Azure.Generator.Management/1.0.0-alpha.20250813.1": {
|
|
674
674
|
"type": "project",
|
|
675
675
|
"serviceable": false,
|
|
676
676
|
"sha512": ""
|
|
Binary file
|
|
Binary file
|
|
@@ -272,6 +272,14 @@
|
|
|
272
272
|
<param name="clientProvider">The client provider that will own the fields.</param>
|
|
273
273
|
<returns>A dictionary mapping InputClient to RestClientInfo.</returns>
|
|
274
274
|
</member>
|
|
275
|
+
<member name="M:Azure.Generator.Management.Visitors.PaginationVisitor.VisitType(Microsoft.TypeSpec.Generator.Providers.TypeProvider)">
|
|
276
|
+
<summary>
|
|
277
|
+
This method is the entrance of the visitor.
|
|
278
|
+
We check the name of this type to ensure this visitor is only applied to the collection result types.
|
|
279
|
+
</summary>
|
|
280
|
+
<param name="type"></param>
|
|
281
|
+
<returns></returns>
|
|
282
|
+
</member>
|
|
275
283
|
<member name="M:Azure.Generator.Management.Visitors.RestClientVisitor.VisitType(Microsoft.TypeSpec.Generator.Providers.TypeProvider)">
|
|
276
284
|
<inheritdoc/>
|
|
277
285
|
</member>
|
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.20250813.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",
|