external help file | Module Name | online version | schema |
---|---|---|---|
Containers-Toolkit-help.xml |
Containers-Toolkit |
2.0.0 |
Gets the latest Windows CNI version number.
Get-WinCNILatestVersion
Uses GitHub API to get the latest Windows CNI plugin release version from the microsoft/windows-container-networking repository.
This returns a string of the latest release version of Windows CNI, e.g., v1.2.0.
PS C:\> Get-WinCNILatestVersion
v1.2.0
This is a string of the latest Windows CNI version release version.