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
In an upcoming version of Chocolatey Central Management we are adding functionality to define sensitive variables which can be used in deployments. We should add some commands here to manage the new API endpoints:
Get-CcmSensitiveVariable
Add-CcmSensitiveVariable
Remove-CcmSensitiveVariable
Note that Get-CcmSensitiveVariable will only ever list variable names, it will not be possible to retrieve variable values via the API.
The text was updated successfully, but these errors were encountered:
In an upcoming version of Chocolatey Central Management we are adding functionality to define sensitive variables which can be used in deployments. We should add some commands here to manage the new API endpoints:
Get-CcmSensitiveVariable
Add-CcmSensitiveVariable
Remove-CcmSensitiveVariable
Note that
Get-CcmSensitiveVariable
will only ever list variable names, it will not be possible to retrieve variable values via the API.The text was updated successfully, but these errors were encountered: