- The source code directory lib has been renamed to src
- Tests directory renamed to test
- All the links in various files referencing lib have been updated to src and those referencing tests have been renamed to test
- The paths of all the packages under eventhub service (client,processor and testhub) have been updated eg: packages/@azure/eventhubs/client to the new structure path sdk/eventhub/event-hub
- All the corresponding links in different files like package.json, etc have also been updated for the new structure path
- As part of this update, I have also updated a few links in some of the README.md and Contributing.MD of these packages, that were pointing to the old repos (from outside our org) to the new repo links.