AzureDevOpsDsc: Change PAT type to PSCredential
#16
Labels
Backlog - Mid Term
Backlog - Mid Term
enhancement
The issue is an enhancement request.
help wanted
The issue is up for grabs for anyone in the community.
high priority
The issue or PR should be resolved first. It is of less priority than the label 'Blocking Release'.
Logging this issue off the back of the initial PR (#7) so it's logged and not missed...
Details of the scenario you tried and the problem that is occurring
String data type isn't a suitable/ideal type to hold/pass Personal Access Tokens.
Suggested solution to the issue
Update
$Pat
variables/parameters to use aPSCredential
type, although unclear of most suitable option at present:$Pat
and$ApiUri
parameter (where$Pat
is updated to be aPSCredential
type)ApiUri
andPAT
information, and which is passed between functionsThe text was updated successfully, but these errors were encountered: