@azure-typespec/http-client-csharp-mgmt 1.0.0-alpha.20250814.3 → 1.0.0-alpha.20250818.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 +10 -1
- 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 +10 -1
- 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.20250818.1": {
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"Azure.Core": "1.47.2",
|
|
12
12
|
"Azure.Generator": "1.0.0-alpha.20250812.2",
|
|
@@ -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.20250818.1": {
|
|
674
674
|
"type": "project",
|
|
675
675
|
"serviceable": false,
|
|
676
676
|
"sha512": ""
|
|
Binary file
|
|
Binary file
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
<member name="M:Azure.Generator.Management.Providers.Abstraction.ManagementHttpPipelineProvider.FromExpression(Microsoft.TypeSpec.Generator.Expressions.ValueExpression)">
|
|
159
159
|
<inheritdoc/>
|
|
160
160
|
</member>
|
|
161
|
-
<member name="M:Azure.Generator.Management.Providers.MockableResourceProvider.#ctor(Azure.Generator.Management.Models.ResourceScope,System.Collections.Generic.IReadOnlyList{Azure.Generator.Management.Providers.ResourceClientProvider},System.Collections.Generic.IReadOnlyList{Azure.Generator.Management.Models.ResourceMethod},System.Collections.Generic.IReadOnlyList{Azure.Generator.Management.Models.NonResourceMethod})">
|
|
161
|
+
<member name="M:Azure.Generator.Management.Providers.MockableResourceProvider.#ctor(Azure.Generator.Management.Models.ResourceScope,System.Collections.Generic.IReadOnlyList{Azure.Generator.Management.Providers.ResourceClientProvider},System.Collections.Generic.IReadOnlyDictionary{Azure.Generator.Management.Providers.ResourceClientProvider,System.Collections.Generic.IReadOnlyList{Azure.Generator.Management.Models.ResourceMethod}},System.Collections.Generic.IReadOnlyList{Azure.Generator.Management.Models.NonResourceMethod})">
|
|
162
162
|
<summary>
|
|
163
163
|
Creates a new instance of the <see cref="T:Azure.Generator.Management.Providers.MockableResourceProvider"/> class.
|
|
164
164
|
</summary>
|
|
@@ -256,6 +256,15 @@
|
|
|
256
256
|
<param name="isAsync">Whether this is an async method.</param>
|
|
257
257
|
<returns>The method name to use, or null if no override is needed.</returns>
|
|
258
258
|
</member>
|
|
259
|
+
<member name="M:Azure.Generator.Management.Utilities.ResourceHelpers.GetExtensionOperationMethodName(Azure.Generator.Management.Models.ResourceOperationKind,System.String,System.Boolean)">
|
|
260
|
+
<summary>
|
|
261
|
+
Gets the appropriate method name for an extension operation based on its kind and corresponding resource name.
|
|
262
|
+
</summary>
|
|
263
|
+
<param name="operationKind">The kind of resource operation to perform (e.g., List, Create).</param>
|
|
264
|
+
<param name="resourceName">The name of the resource for which the operation is being performed.</param>
|
|
265
|
+
<param name="isAsync">Whether the method should be asynchronous.</param>
|
|
266
|
+
<returns>The method name to use for the extension operation, or null if no override is needed.</returns>
|
|
267
|
+
</member>
|
|
259
268
|
<member name="M:Azure.Generator.Management.Utilities.ResourceHelpers.ShouldMakeLro(Azure.Generator.Management.Models.ResourceOperationKind)">
|
|
260
269
|
<summary>
|
|
261
270
|
Determines if the given resource operation kind should also be treated as an LRO (Long-Running Operation).
|
|
@@ -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.20250818.1": {
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"Azure.Core": "1.47.2",
|
|
12
12
|
"Azure.Generator": "1.0.0-alpha.20250812.2",
|
|
@@ -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.20250818.1": {
|
|
674
674
|
"type": "project",
|
|
675
675
|
"serviceable": false,
|
|
676
676
|
"sha512": ""
|
|
Binary file
|
|
Binary file
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
<member name="M:Azure.Generator.Management.Providers.Abstraction.ManagementHttpPipelineProvider.FromExpression(Microsoft.TypeSpec.Generator.Expressions.ValueExpression)">
|
|
159
159
|
<inheritdoc/>
|
|
160
160
|
</member>
|
|
161
|
-
<member name="M:Azure.Generator.Management.Providers.MockableResourceProvider.#ctor(Azure.Generator.Management.Models.ResourceScope,System.Collections.Generic.IReadOnlyList{Azure.Generator.Management.Providers.ResourceClientProvider},System.Collections.Generic.IReadOnlyList{Azure.Generator.Management.Models.ResourceMethod},System.Collections.Generic.IReadOnlyList{Azure.Generator.Management.Models.NonResourceMethod})">
|
|
161
|
+
<member name="M:Azure.Generator.Management.Providers.MockableResourceProvider.#ctor(Azure.Generator.Management.Models.ResourceScope,System.Collections.Generic.IReadOnlyList{Azure.Generator.Management.Providers.ResourceClientProvider},System.Collections.Generic.IReadOnlyDictionary{Azure.Generator.Management.Providers.ResourceClientProvider,System.Collections.Generic.IReadOnlyList{Azure.Generator.Management.Models.ResourceMethod}},System.Collections.Generic.IReadOnlyList{Azure.Generator.Management.Models.NonResourceMethod})">
|
|
162
162
|
<summary>
|
|
163
163
|
Creates a new instance of the <see cref="T:Azure.Generator.Management.Providers.MockableResourceProvider"/> class.
|
|
164
164
|
</summary>
|
|
@@ -256,6 +256,15 @@
|
|
|
256
256
|
<param name="isAsync">Whether this is an async method.</param>
|
|
257
257
|
<returns>The method name to use, or null if no override is needed.</returns>
|
|
258
258
|
</member>
|
|
259
|
+
<member name="M:Azure.Generator.Management.Utilities.ResourceHelpers.GetExtensionOperationMethodName(Azure.Generator.Management.Models.ResourceOperationKind,System.String,System.Boolean)">
|
|
260
|
+
<summary>
|
|
261
|
+
Gets the appropriate method name for an extension operation based on its kind and corresponding resource name.
|
|
262
|
+
</summary>
|
|
263
|
+
<param name="operationKind">The kind of resource operation to perform (e.g., List, Create).</param>
|
|
264
|
+
<param name="resourceName">The name of the resource for which the operation is being performed.</param>
|
|
265
|
+
<param name="isAsync">Whether the method should be asynchronous.</param>
|
|
266
|
+
<returns>The method name to use for the extension operation, or null if no override is needed.</returns>
|
|
267
|
+
</member>
|
|
259
268
|
<member name="M:Azure.Generator.Management.Utilities.ResourceHelpers.ShouldMakeLro(Azure.Generator.Management.Models.ResourceOperationKind)">
|
|
260
269
|
<summary>
|
|
261
270
|
Determines if the given resource operation kind should also be treated as an LRO (Long-Running Operation).
|
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.20250818.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",
|