azure-devops-backend: mark config as required and use mock token

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2021-09-29 13:15:13 +02:00
parent 9aa3d98eb5
commit 299b43f052
5 changed files with 14 additions and 40 deletions
+2 -2
View File
@@ -16,7 +16,7 @@
export interface Config {
/** Configuration options for the azure-devops-backend plugin */
azureDevOps?: {
azureDevOps: {
/**
* The hostname of the given Azure instance
*/
@@ -25,7 +25,7 @@ export interface Config {
* Token used to authenticate requests.
* @visibility secret
*/
token?: string;
token: string;
/**
* The organization of the given Azure instance
*/