| Index: scripts/slave/recipe_modules/service_account/example.expected/service_account_win.json
|
| diff --git a/scripts/slave/recipe_modules/service_account/example.expected/service_account_win.json b/scripts/slave/recipe_modules/service_account/example.expected/service_account_win.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..a7bffcf0d04525f63cee8388025509c47ce4ff2d
|
| --- /dev/null
|
| +++ b/scripts/slave/recipe_modules/service_account/example.expected/service_account_win.json
|
| @@ -0,0 +1,16 @@
|
| +[
|
| + {
|
| + "cmd": [
|
| + "C:\\infra-tools\\authutil.exe",
|
| + "token",
|
| + "-service-account-json=C:\\creds\\service_accounts/service-account-fake-account.json"
|
| + ],
|
| + "name": "get access token",
|
| + "stdout": "/path/to/tmp/"
|
| + },
|
| + {
|
| + "name": "$result",
|
| + "recipe_result": null,
|
| + "status_code": 0
|
| + }
|
| +]
|
|
|