@azure-typespec/http-client-csharp-mgmt 1.0.0-alpha.20251222.1 → 1.0.0-alpha.20251223.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 +12 -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 +12 -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.20251223.1": {
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"Azure.Core": "1.50.0",
|
|
12
12
|
"Azure.Generator": "1.0.0-alpha.20251215.3",
|
|
@@ -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.20251223.1": {
|
|
626
626
|
"type": "project",
|
|
627
627
|
"serviceable": false,
|
|
628
628
|
"sha512": ""
|
|
Binary file
|
|
Binary file
|
|
@@ -185,6 +185,12 @@
|
|
|
185
185
|
<member name="M:Azure.Generator.Management.Providers.Abstraction.ManagementHttpPipelineProvider.FromExpression(Microsoft.TypeSpec.Generator.Expressions.ValueExpression)">
|
|
186
186
|
<inheritdoc/>
|
|
187
187
|
</member>
|
|
188
|
+
<member name="T:Azure.Generator.Management.Providers.ArrayResponseCollectionResultDefinition">
|
|
189
|
+
<summary>
|
|
190
|
+
Provider for collection result classes that wrap array responses into a single-page Pageable.
|
|
191
|
+
This uses a simpler TypeProvider-based implementation without inheriting from CollectionResultDefinition.
|
|
192
|
+
</summary>
|
|
193
|
+
</member>
|
|
188
194
|
<member name="M:Azure.Generator.Management.Providers.MockableArmClientProvider.TryCreate(System.Collections.Generic.IReadOnlyList{Azure.Generator.Management.Providers.ResourceClientProvider},System.Collections.Generic.IReadOnlyList{Azure.Generator.Management.Models.NonResourceMethod})">
|
|
189
195
|
<summary>
|
|
190
196
|
Creates a new instance of <see cref="T:Azure.Generator.Management.Providers.MockableArmClientProvider"/> if there are resources or non-resource methods to generate methods for.
|
|
@@ -212,6 +218,12 @@
|
|
|
212
218
|
<param name="nonResourceMethods">The non-resource methods that belong to this scope.</param>
|
|
213
219
|
<returns>A new instance of <see cref="T:Azure.Generator.Management.Providers.MockableResourceProvider"/> if there are resources or methods, otherwise null.</returns>
|
|
214
220
|
</member>
|
|
221
|
+
<member name="T:Azure.Generator.Management.Providers.OperationMethodProviders.ArrayResponseOperationMethodProvider">
|
|
222
|
+
<summary>
|
|
223
|
+
Provider for building operation methods that return arrays, wrapping them into Pageable.
|
|
224
|
+
This is used when an operation returns a list/array type but is not a standard paging operation.
|
|
225
|
+
</summary>
|
|
226
|
+
</member>
|
|
215
227
|
<member name="T:Azure.Generator.Management.Providers.OperationMethodProviders.ResourceOperationMethodProvider">
|
|
216
228
|
<summary>
|
|
217
229
|
Provider for building operation methods in resource clients.
|
|
@@ -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.20251223.1": {
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"Azure.Core": "1.50.0",
|
|
12
12
|
"Azure.Generator": "1.0.0-alpha.20251215.3",
|
|
@@ -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.20251223.1": {
|
|
626
626
|
"type": "project",
|
|
627
627
|
"serviceable": false,
|
|
628
628
|
"sha512": ""
|
|
Binary file
|
|
Binary file
|
|
@@ -185,6 +185,12 @@
|
|
|
185
185
|
<member name="M:Azure.Generator.Management.Providers.Abstraction.ManagementHttpPipelineProvider.FromExpression(Microsoft.TypeSpec.Generator.Expressions.ValueExpression)">
|
|
186
186
|
<inheritdoc/>
|
|
187
187
|
</member>
|
|
188
|
+
<member name="T:Azure.Generator.Management.Providers.ArrayResponseCollectionResultDefinition">
|
|
189
|
+
<summary>
|
|
190
|
+
Provider for collection result classes that wrap array responses into a single-page Pageable.
|
|
191
|
+
This uses a simpler TypeProvider-based implementation without inheriting from CollectionResultDefinition.
|
|
192
|
+
</summary>
|
|
193
|
+
</member>
|
|
188
194
|
<member name="M:Azure.Generator.Management.Providers.MockableArmClientProvider.TryCreate(System.Collections.Generic.IReadOnlyList{Azure.Generator.Management.Providers.ResourceClientProvider},System.Collections.Generic.IReadOnlyList{Azure.Generator.Management.Models.NonResourceMethod})">
|
|
189
195
|
<summary>
|
|
190
196
|
Creates a new instance of <see cref="T:Azure.Generator.Management.Providers.MockableArmClientProvider"/> if there are resources or non-resource methods to generate methods for.
|
|
@@ -212,6 +218,12 @@
|
|
|
212
218
|
<param name="nonResourceMethods">The non-resource methods that belong to this scope.</param>
|
|
213
219
|
<returns>A new instance of <see cref="T:Azure.Generator.Management.Providers.MockableResourceProvider"/> if there are resources or methods, otherwise null.</returns>
|
|
214
220
|
</member>
|
|
221
|
+
<member name="T:Azure.Generator.Management.Providers.OperationMethodProviders.ArrayResponseOperationMethodProvider">
|
|
222
|
+
<summary>
|
|
223
|
+
Provider for building operation methods that return arrays, wrapping them into Pageable.
|
|
224
|
+
This is used when an operation returns a list/array type but is not a standard paging operation.
|
|
225
|
+
</summary>
|
|
226
|
+
</member>
|
|
215
227
|
<member name="T:Azure.Generator.Management.Providers.OperationMethodProviders.ResourceOperationMethodProvider">
|
|
216
228
|
<summary>
|
|
217
229
|
Provider for building operation methods in resource clients.
|
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.20251223.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",
|