Skip to content

Some documentation missing in new MPG generator #53219

@live1206

Description

@live1206

The expected summary is

/// <summary>
/// Gets information about the specified pool.
/// <list type="bullet">
/// <item>
/// <term>Request Path</term>
/// <description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/pools/{poolName}</description>
/// </item>
/// <item>
/// <term>Operation Id</term>
/// <description>Pool_Get</description>
/// </item>
/// <item>
/// <term>Default Api Version</term>
/// <description>2024-07-01</description>
/// </item>
/// <item>
/// <term>Resource</term>
/// <description><see cref="BatchAccountPoolResource"/></description>
/// </item>
/// </list>
/// </summary>

The corresponding description population logic is https://github.com/Azure/autorest.csharp/blob/d93297d16162903b0f2647f890a5db99535e2009/src/AutoRest.CSharp/Mgmt/Models/MgmtClientOperation.cs#L138-L196

The current summary is

Update Azure.Generator.Management to generate expected description.

Metadata

Metadata

Assignees

Labels

CodeGenIssues that relate to code generationMgmtThis issue is related to a management package.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions