Encountered error while performing auth Error: AzureAuth is not installed: Error: Failed to get Ado Pat from npx AzureAuth: Command failed: npm exec --silent --yes azureauth
After getting dinged by a network policy which blocks npmjs, I found this line in the azureauth-command.
|
npm_config_registry: "https://registry.npmjs.org", |
Is there a way to work around it?
After getting dinged by a network policy which blocks npmjs, I found this line in the azureauth-command.
ado-npm-auth/packages/ado-npm-auth-lib/src/azureauth/azureauth-command.ts
Line 20 in d6bd3f9
Is there a way to work around it?