Queries for the AmlRegistryWriteEventsLog table

All WRITE events

Retrieves a list of events of WRITE.

AmlRegistryWriteEventsLog
| project
	TimeGenerated,
	RegistryResourceId,
	OperationType,
	UserName,
	AssetName,
	AssetVersion
| top 100 by TimeGenerated