Skip to content

Commit

Permalink
fix(azure-pipelines): Remove redundant bullet points (kedacore#1177)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkerkhove authored Jul 4, 2023
1 parent 9ce56fd commit 2bcc0f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/docs/2.10/scalers/azure-pipelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ triggers:
- `parent` - Put the name of the ADO agent that matched the ScaledObject. e.g. mavenagent-scaledobject may have an initial deployment called "mavenagent-keda-template"; this is the deployment that is made offline. This name is provided to the initial deployment as the environment variable "AZP_NAME"
- `demands` - Put the demands string that was provided to the ScaledObject. This MUST be a subset of the actual capability list the agent has. e.g. `maven,docker`
- `jobsToFetch` - The number of the jobs that KEDA will fetch for the pool from Azure Pipeline API (Default: `250`, Optional)
-

> 💡 **NOTE:** You can either use `poolID` or `poolName`. If both are specified, then `poolName` will be used.

### Authentication Parameters
Expand Down
2 changes: 1 addition & 1 deletion content/docs/2.11/scalers/azure-pipelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ triggers:
- `parent` - Put the name of the ADO agent that matched the ScaledObject. e.g. mavenagent-scaledobject may have an initial deployment called "mavenagent-keda-template"; this is the deployment that is made offline. This name is provided to the initial deployment as the environment variable "AZP_NAME"
- `demands` - Put the demands string that was provided to the ScaledObject. This MUST be a subset of the actual capability list the agent has. e.g. `maven,docker`
- `jobsToFetch` - The number of the jobs that KEDA will fetch for the pool from Azure Pipeline API (Default: `250`, Optional)
-

> 💡 **NOTE:** You can either use `poolID` or `poolName`. If both are specified, then `poolName` will be used.

### Authentication Parameters
Expand Down

0 comments on commit 2bcc0f2

Please sign in to comment.