Azure / Azure/cli

Windows runner for Azure keyvault

Open
#101 8 comments 9 reactions 1 assignee Claimed by @MoChilia View on GitHub
idle need-to-triage stale
Dominant language
TypeScript
Stars
168
Forks
80
PR merge metrics
No merged PRs in 30d

Description

Azure cli should be the replacement for: https://github.com/Azure/get-keyvault-secrets
for retrieving secrets from Azure key vault. But the old `get-keyvault-secrets` worked also on windows runner but Azure cli does not because of the check:

https://github.com/Azure/cli/blob/master/src/main.ts#L19
```
if (process.env.RUNNER_OS != 'Linux') {
core.setFailed('Please use Linux based OS as a runner.');
return;
}
```
`get-keyvault-secrets` is going to be deprecated, so how to make `Azure/cli` work for windows runners ?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.