-
Notifications
You must be signed in to change notification settings - Fork 5k
Open
Labels
MgmtThis issue is related to a management package.This issue is related to a management package.Mgmt-EngSysEngineering System (Management Plane Specific)Engineering System (Management Plane Specific)
Description
Under subfolders of sdk(except datafactory
and synapse
), check ci.mgmt.yml if below content exists
CheckAOTCompat: true
If exists, do nothing.
If not exists, follow #51855 to add AOT check.
Under Azure.ResourceManager.* folder within the subfolder, update the below PowerShell command based on the subfolder and Azure.ResourceManager.* folder and execute it.
..\..\..\eng\scripts\compatibility\Check-AOT-Compatibility.ps1 -ServiceDirectory mysql -PackageName Azure.ResourceManager.MySql -ExpectedWarningsFilePath None
If the output reports 0 AOT warnings, do nothing.
If any AOT warnings reported, fix them following #51855
Copilot
Metadata
Metadata
Assignees
Labels
MgmtThis issue is related to a management package.This issue is related to a management package.Mgmt-EngSysEngineering System (Management Plane Specific)Engineering System (Management Plane Specific)