You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When retrieving sources, it did not return whether a service was allowed for self-service or not, effectively flipping a source back if accessed and then settings were saved using other tools, such as the Chocolatey GUI.
The text was updated successfully, but these errors were encountered:
In source listings using the API, choco was not returning whether a
source was configured to use self-service. If this information was then
used with other information to update the source, it would remove the
allowed for self-service option. Instead, ensure the information is
passed correctly through.
* stable:
(maint) fully qualify regex in scripts
(GH-1133) Autouninstaller - Use Uninstall Args / Override
(GH-1133) autouninstaller - skip if package is missing
(GH-1133) Package dependency check globally available
(maint) make classes public
(GH-1155) More comprehensive warn on nupkg/nuspec use
(GH-1155) Fix: params are unused w/nupkg
(GH-1394) Fix: API - return self-service setting for sources
(GH-1265) Support for Admin only sources
(GH-1393) Get-PackageParameters function
(GH-1386) remove default admin tag
(doc) fix grammar
(maint) remove choco.pdb if found on upgrade
ferventcoder
changed the title
API - Self-Service information not returned for sources
[API] Self-Service information not returned for sources
Aug 29, 2017
When retrieving sources, it did not return whether a service was allowed for self-service or not, effectively flipping a source back if accessed and then settings were saved using other tools, such as the Chocolatey GUI.
The text was updated successfully, but these errors were encountered: