Skip to content

Commit 0ef4871

Browse files
authored
Merge pull request #7918 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-devops-docs (branch main)
2 parents 6974e0d + 7c3bc7a commit 0ef4871

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

docs/demo-gen/configure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Ensure you have the following installed on your machine:
2323

2424
1. **Clone the Repository**
2525

26-
If you haven't already, clone the repository to your local machine:
26+
If you haven't already, clone the [repository](https://github.com/microsoft/AzDevOpsDemoGenerator) to your local machine:
2727

2828
```sh
2929
git clone <repository-url>
@@ -85,4 +85,4 @@ Ensure you have the following installed on your machine:
8585
- Ensure that any required configuration files (e.g., `appsettings.json`) are present in the output directory.
8686
- If you encounter any issues, check the console output for error messages and resolve any missing dependencies or configuration issues.
8787

88-
By following these steps, you should be able to run the ADOGenerator project as a console application or executable.
88+
By following these steps, you should be able to run the ADOGenerator project as a console application or executable.

docs/pipelines/library/service-endpoints.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ Azure Pipelines supports the following service connection types by default. You
168168
| [Jira](#jira-service-connection) | Connect to a Jira server. |
169169
| [Kubernetes](#kubernetes-service-connection) | Connect to a Kubernetes cluster. |
170170
| [Maven](#maven-service-connection) | Connect to a Maven repository. |
171-
| [npm](#npm-service-connection) | Connect to an npm repository. |
171+
| [npm](#npm-service-connection) | Connect to an npm registry. |
172172
| [NuGet](#nuget-service-connection) | Connect to a NuGet server. |
173173
| [Other Git](#other-git-service-connection) | Connect to a git repository. |
174174
| [Python package download](#python-package-download-service-connection) | Connect to a Python repository for download. |
@@ -580,7 +580,7 @@ Use the following parameters when you define and secure a connection to an npm s
580580
| Parameter | Description |
581581
|-----------------------|-------------|
582582
| Authentication method | Required. Select **Username and Password** or **Authentication Token**. |
583-
| Registry URL| Required. The URL of the Maven repository. |
583+
| Registry URL| Required. The URL of the npm registry. |
584584
| Username | Required when connection type is **Username and Password**. The username for authentication.|
585585
| Password | Required when connection type is **Username and Password**. The password for the username. |
586586
| Personal Access Token | Required **Authentication Token** is selected. The personal access token (PAT) to authenticate with the service or registry. PATs are applicable to repositories that support them, for example https://registry.npmjs.org DevOps Services organizations or Azure DevOps Server. For more information, see [Use personal access tokens](../../organizations/accounts/use-personal-access-tokens-to-authenticate.md). |

docs/pipelines/security/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ To ensure that only tested and sanitized code runs through your pipeline, regula
104104
- **Validate inputs and use parameters**: Validate input parameters and arguments to prevent unintended behavior. Use parameterized queries in scripts to prevent SQL injection. [Runtime parameters](../process/runtime-parameters.md) help avoid security issues related to variables, such as [Argument Injection](https://devblogs.microsoft.com/devops/pipeline-argument-injection/).
105105
- **Don't use PATH in scripts**: Relying on the agent's `PATH` setting is dangerous because it can be altered by a previous script or tool. Always use a fully qualified path instead.
106106
- **Control available tasks**: Disable the ability to install and run tasks from the Marketplace, which gives you greater control over the code that executes in a pipeline.
107-
-
107+
108108
## Secure containers
109109

110110
Learn how to secure containers through configuration changes, scanning, and policies.
@@ -126,4 +126,4 @@ Begin with a minimal template and gradually enforce extensions. This approach en
126126
## Related Articles
127127

128128
- [Microsoft Security Development Lifecycle](https://www.microsoft.com/sdl/)
129-
- [Azure Trust Center](https://azure.microsoft.com/support/trust-center/)
129+
- [Azure Trust Center](https://azure.microsoft.com/support/trust-center/)

release-notes/features-timeline-released.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ You can also [view the build numbers for each version](#azure-devops-server-buil
124124
<td>New release version for Test and Feedback Extensions (TFE)</td><td>Test Plans</td><td>Future</td></tr>
125125
<tr>
126126
<tr>
127-
<td rowspan="14"><a href="2024/sprint-246-update.md" data-raw-source="[16 October 2024](2024/sprint-246-update.md)"> 16 October 2024</a></td>
127+
<td rowspan="16"><a href="2024/sprint-246-update.md" data-raw-source="[16 October 2024](2024/sprint-246-update.md)"> 16 October 2024</a></td>
128128
<td>Copy code block to clipboard </td><td>General</td><td>Future</td></tr>
129129
<td>Entra Profile information </td><td>General</td><td>Future</td></tr>
130130
<td>Pull request annotations for dependency and code scanning</td><td>GitHub Advanced Security for Azure DevOps</td><td>N/A</td></tr>

0 commit comments

Comments
 (0)