Skip to content

Add AOT check for Azure.ResourceManager.* #51916

@live1206

Description

@live1206

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

Metadata

Metadata

Assignees

Labels

MgmtThis issue is related to a management package.Mgmt-EngSysEngineering System (Management Plane Specific)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions