Skip to content

Commit a344d9c

Browse files
authored
Fix formatting and consistency in parameters section
1 parent 2200739 commit a344d9c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/pipelines/agents/pools-queues.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ az pipelines pool list [--action {manage, none, use}]
144144

145145
* `action`: Filter the list with user action permitted. Accepted values are `manage`, `none`, and `use`.
146146
* `detect`: Automatically detect the organization. Accepted values are `false` and `true`.
147-
* `org` or `organization`: Azure DevOps organization URL. You can configure the default organization by using `az devops configure -d organization=ORG_URL`. This process is required if it's not configured as default or picked up via git config. For example: `https://dev.azure.com/MyOrganizationName/`.
147+
* `org` or `organization`: Azure DevOps organization URL. You can configure the default organization by using `az devops configure -d organization=ORG_URL`. This process is required if it's not configured as default or picked up via Git configuration. For example: `https://dev.azure.com/MyOrganizationName/`.
148148
* `pool-name`: Filter the list with a matching pool name.
149149
* `pool-type`: Filter the list with the type of pool. Accepted values are `automation` and `deployment`.
150150

@@ -183,7 +183,7 @@ az pipelines pool show --id
183183
* `id` or `pool-id`: (Required) ID of the pool to list the details.
184184
* `action`: Filter the list with user action permitted. Accepted values are `manage`, `none`, and `use`.
185185
* `detect`: Automatically detect the organization. Accepted values are `false` and `true`.
186-
* `org` or `organization`: Azure DevOps organization URL. You can configure the default organization by using `az devops configure -d organization=ORG_URL`. This process is required if it's not configured as default or picked up via git config. For example: `https://dev.azure.com/MyOrganizationName/`.
186+
* `org` or `organization`: Azure DevOps organization URL. You can configure the default organization by using `az devops configure -d organization=ORG_URL`. This process is required if it's not configured as default or picked up via Git configuration. For example: `https://dev.azure.com/MyOrganizationName/`.
187187

188188
#### Example
189189

@@ -231,8 +231,8 @@ az pipelines queue list [--action {manage, none, use}]
231231

232232
* `action`: Filter the list with user action permitted. Accepted values are `manage`, `none`, and `use`.
233233
* `detect`: Automatically detect the organization. Accepted values are `false` and `true`.
234-
* `org` or `organization`: Azure DevOps organization URL. You can configure the default organization using `az devops configure -d organization=ORG_URL`. This process is required if it's not configured as default or picked up via git config. For example: `https://dev.azure.com/MyOrganizationName/`.
235-
* `project` or `p`: The name or ID of the project. You can configure the default project by using `az devops configure -d project=NAME_OR_ID`. This process is required if it's not configured as default or picked up via git config.
234+
* `org` or `organization`: Azure DevOps organization URL. You can configure the default organization using `az devops configure -d organization=ORG_URL`. This process is required if it's not configured as default or picked up via Git configuration. For example: `https://dev.azure.com/MyOrganizationName/`.
235+
* `project` or `p`: The name or ID of the project. You can configure the default project by using `az devops configure -d project=NAME_OR_ID`. This process is required if it's not configured as default or picked up via Git configuration.
236236
* `queue-name`: Filter the list with a matching queue name regex (for example, *ubuntu* for a queue named *Hosted Ubuntu 1604*).
237237

238238
#### Example
@@ -270,8 +270,8 @@ az pipelines queue show --id
270270
* `id` or `queue-id`: ID of the agent queue to get information about.
271271
* `action`: Filter the list with user action permitted. Accepted values are `manage`, `none`, and `use`.
272272
* `detect`: Automatically detect the organization. Accepted values are `false` and `true`.
273-
* `org` or `organization`: Azure DevOps organization URL. You can configure the default organization using `az devops configure -d organization=ORG_URL`. This process is required if it's not configured as default or picked up via git config. For example: `https://dev.azure.com/MyOrganizationName/`.
274-
* `project` or `p`: Name or ID of the project. You can configure the default project by using `az devops configure -d project=NAME_OR_ID`. This process is required if it's not configured as default or picked up via git config.
273+
* `org` or `organization`: Azure DevOps organization URL. You can configure the default organization using `az devops configure -d organization=ORG_URL`. This process is required if it's not configured as default or picked up via Git configuration. For example: `https://dev.azure.com/MyOrganizationName/`.
274+
* `project` or `p`: Name or ID of the project. You can configure the default project by using `az devops configure -d project=NAME_OR_ID`. This process is required if it's not configured as default or picked up via Git configuration.
275275

276276
#### Example
277277

0 commit comments

Comments
 (0)