-
Notifications
You must be signed in to change notification settings - Fork 8
AzureDevOpsDsc: Change PAT type to PSCredential #16
Copy link
Copy link
Open
Labels
Backlog - Mid TermBacklog - Mid TermBacklog - Mid TermenhancementThe issue is an enhancement request.The issue is an enhancement request.help wantedThe issue is up for grabs for anyone in the community.The issue is up for grabs for anyone in the community.high priorityThe issue or PR should be resolved first. It is of less priority than the label 'Blocking Release'.The issue or PR should be resolved first. It is of less priority than the label 'Blocking Release'.
Metadata
Metadata
Assignees
Labels
Backlog - Mid TermBacklog - Mid TermBacklog - Mid TermenhancementThe issue is an enhancement request.The issue is an enhancement request.help wantedThe issue is up for grabs for anyone in the community.The issue is up for grabs for anyone in the community.high priorityThe issue or PR should be resolved first. It is of less priority than the label 'Blocking Release'.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
$Patvariables/parameters to use aPSCredentialtype, although unclear of most suitable option at present:$Patand$ApiUriparameter (where$Patis updated to be aPSCredentialtype)ApiUriandPATinformation, and which is passed between functions