@azure-typespec/http-client-csharp-mgmt 1.0.0-alpha.20251024.2 → 1.0.0-alpha.20251026.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.
@@ -6,7 +6,7 @@
6
6
  "compilationOptions": {},
7
7
  "targets": {
8
8
  ".NETCoreApp,Version=v9.0": {
9
- "Azure.Generator.Management/1.0.0-alpha.20251024.2": {
9
+ "Azure.Generator.Management/1.0.0-alpha.20251026.2": {
10
10
  "dependencies": {
11
11
  "Azure.Core": "1.49.0",
12
12
  "Azure.Generator": "1.0.0-alpha.20251022.3",
@@ -661,7 +661,7 @@
661
661
  }
662
662
  },
663
663
  "libraries": {
664
- "Azure.Generator.Management/1.0.0-alpha.20251024.2": {
664
+ "Azure.Generator.Management/1.0.0-alpha.20251026.2": {
665
665
  "type": "project",
666
666
  "serviceable": false,
667
667
  "sha512": ""
@@ -197,6 +197,11 @@
197
197
  <param name="description">Optional override for the method description. If not provided, uses the convenience method description.</param>
198
198
  <param name="forceLro">Generate this method in LRO signature even if it is not an actual LRO</param>
199
199
  </member>
200
+ <member name="M:Azure.Generator.Management.Providers.OperationMethodProviders.ResourceOperationMethodProvider.BuildEnhancedXmlDocs(Microsoft.TypeSpec.Generator.Input.InputServiceMethod,System.FormattableString,Microsoft.TypeSpec.Generator.Providers.TypeProvider,Microsoft.TypeSpec.Generator.Providers.XmlDocProvider)">
201
+ <summary>
202
+ Builds enhanced XML documentation with structured XmlDocStatement objects for proper XML rendering.
203
+ </summary>
204
+ </member>
200
205
  <member name="M:Azure.Generator.Management.Providers.OperationMethodProviders.ResourceOperationMethodProvider.BuildExistsOperationPipelineProcessing(Microsoft.TypeSpec.Generator.Expressions.VariableExpression,Microsoft.TypeSpec.Generator.Expressions.VariableExpression,Microsoft.TypeSpec.Generator.Snippets.ScopedApi{Azure.Response}@)">
201
206
  <summary>
202
207
  Builds client pipeline handling with status code switch logic for exists/get-if-exists operations.
@@ -273,12 +278,13 @@
273
278
  <param name="requestPathPattern">The contextual request path pattern.</param>
274
279
  <returns></returns>
275
280
  </member>
276
- <member name="M:Azure.Generator.Management.Utilities.ResourceHelpers.GetOperationMethodName(Azure.Generator.Management.Models.ResourceOperationKind,System.Boolean)">
281
+ <member name="M:Azure.Generator.Management.Utilities.ResourceHelpers.GetOperationMethodName(Azure.Generator.Management.Models.ResourceOperationKind,System.Boolean,System.Boolean)">
277
282
  <summary>
278
283
  Gets the appropriate method name for a resource operation based on its kind.
279
284
  </summary>
280
285
  <param name="operationKind">The kind of resource operation.</param>
281
286
  <param name="isAsync">Whether this is an async method.</param>
287
+ <param name="isResourceCollection">Whether this is used for resource collection.</param>
282
288
  <returns>The method name to use, or null if no override is needed.</returns>
283
289
  </member>
284
290
  <member name="M:Azure.Generator.Management.Utilities.ResourceHelpers.GetExtensionOperationMethodName(Azure.Generator.Management.Models.ResourceOperationKind,System.String,System.Boolean)">
@@ -6,7 +6,7 @@
6
6
  "compilationOptions": {},
7
7
  "targets": {
8
8
  ".NETCoreApp,Version=v9.0": {
9
- "Azure.Generator.Management/1.0.0-alpha.20251024.2": {
9
+ "Azure.Generator.Management/1.0.0-alpha.20251026.2": {
10
10
  "dependencies": {
11
11
  "Azure.Core": "1.49.0",
12
12
  "Azure.Generator": "1.0.0-alpha.20251022.3",
@@ -661,7 +661,7 @@
661
661
  }
662
662
  },
663
663
  "libraries": {
664
- "Azure.Generator.Management/1.0.0-alpha.20251024.2": {
664
+ "Azure.Generator.Management/1.0.0-alpha.20251026.2": {
665
665
  "type": "project",
666
666
  "serviceable": false,
667
667
  "sha512": ""
@@ -197,6 +197,11 @@
197
197
  <param name="description">Optional override for the method description. If not provided, uses the convenience method description.</param>
198
198
  <param name="forceLro">Generate this method in LRO signature even if it is not an actual LRO</param>
199
199
  </member>
200
+ <member name="M:Azure.Generator.Management.Providers.OperationMethodProviders.ResourceOperationMethodProvider.BuildEnhancedXmlDocs(Microsoft.TypeSpec.Generator.Input.InputServiceMethod,System.FormattableString,Microsoft.TypeSpec.Generator.Providers.TypeProvider,Microsoft.TypeSpec.Generator.Providers.XmlDocProvider)">
201
+ <summary>
202
+ Builds enhanced XML documentation with structured XmlDocStatement objects for proper XML rendering.
203
+ </summary>
204
+ </member>
200
205
  <member name="M:Azure.Generator.Management.Providers.OperationMethodProviders.ResourceOperationMethodProvider.BuildExistsOperationPipelineProcessing(Microsoft.TypeSpec.Generator.Expressions.VariableExpression,Microsoft.TypeSpec.Generator.Expressions.VariableExpression,Microsoft.TypeSpec.Generator.Snippets.ScopedApi{Azure.Response}@)">
201
206
  <summary>
202
207
  Builds client pipeline handling with status code switch logic for exists/get-if-exists operations.
@@ -273,12 +278,13 @@
273
278
  <param name="requestPathPattern">The contextual request path pattern.</param>
274
279
  <returns></returns>
275
280
  </member>
276
- <member name="M:Azure.Generator.Management.Utilities.ResourceHelpers.GetOperationMethodName(Azure.Generator.Management.Models.ResourceOperationKind,System.Boolean)">
281
+ <member name="M:Azure.Generator.Management.Utilities.ResourceHelpers.GetOperationMethodName(Azure.Generator.Management.Models.ResourceOperationKind,System.Boolean,System.Boolean)">
277
282
  <summary>
278
283
  Gets the appropriate method name for a resource operation based on its kind.
279
284
  </summary>
280
285
  <param name="operationKind">The kind of resource operation.</param>
281
286
  <param name="isAsync">Whether this is an async method.</param>
287
+ <param name="isResourceCollection">Whether this is used for resource collection.</param>
282
288
  <returns>The method name to use, or null if no override is needed.</returns>
283
289
  </member>
284
290
  <member name="M:Azure.Generator.Management.Utilities.ResourceHelpers.GetExtensionOperationMethodName(Azure.Generator.Management.Models.ResourceOperationKind,System.String,System.Boolean)">
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.20251024.2",
3
+ "version": "1.0.0-alpha.20251026.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",