-
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
Repro:
- generate code for computeschedule with new mpg generator
- Check the
interface ScheduledActionExtensionorinterface ScheduledActionResources
Expected:
- the operation and related models should be generated properly
Actual: - the operation and related models are not generated
For example:
related spec:
generated sdk:
- no
GetAssociatedScheduledActionsgenerated in theComputeScheduleExtensions:
expected sdk:
Line 93 in c363c60
public static Pageable<ScheduledActionResources> GetAssociatedScheduledActions(this ArmClient client, ResourceIdentifier scope, CancellationToken cancellationToken = default)
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.