azure-devops-docs
azure-devops-docs copied to clipboard
This repo is the home of the official Azure DevOps documentation for Microsoft. GitHub Issues filed in this repository should be for problems with the documentation.
Using `--extra-index-url` makes you vulnerable to dependency confusion attacks because it checks the PyPi repository for the package before it checks the custom repository. Thus it's better to use examples...
fixes #13613
The current documentation for self hosted agents supported macOS seems to be outdated, and added `14.0`,.
Pull request opened by Docs to resolve syncing conflicts from repo_sync_working_branch to main.
Team context should be with backslash
add -t rsa, as RSA is no longer the default protocol
Giving a service connection access to all pipelines is an insecure setting which may cause security risks, instead in the learning doc the image should show this setting as disabled....
Currently by default ssh-keygen generates a ed25519 key, so to have an RSA key which is supported by Azure DevOps you need to add the "-t rsa" parameter to the...
This setup worked for KV which have RBAC enabled as well. This is tested.