azure-container-networking
azure-container-networking copied to clipboard
Replace the NMAgent client in CNS with the one from the nmagent package
The NMAgent client used previously in CNS is older, and a duplication of the one added in nmagent/
. In order to maintain one nmagent client and prevent duplication / wasted effort, this changes CNS to use the "official" client instead.
- [ ] uses conventional commit messages
- [X] includes documentation
- [X] adds unit tests
Notes: