-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Open
Labels
CodeGenIssues that relate to code generationIssues that relate to code generationMgmtThis issue is related to a management package.This issue is related to a management package.
Description
The expected summary is
azure-sdk-for-net/sdk/batch/Azure.ResourceManager.Batch/src/Generated/BatchAccountPoolResource.cs
Lines 92 to 112 in e11a233
| /// <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
Line 105 in e11a233
| /// <summary> Delete a Bar. </summary> |
Update Azure.Generator.Management to generate expected description.
Copilot
Metadata
Metadata
Assignees
Labels
CodeGenIssues that relate to code generationIssues that relate to code generationMgmtThis issue is related to a management package.This issue is related to a management package.