You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/pipelines/agents/pools-queues.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,7 +144,7 @@ az pipelines pool list [--action {manage, none, use}]
144
144
145
145
* `action`: Filter the list with user action permitted. Accepted values are `manage`, `none`, and `use`.
146
146
* `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/`.
148
148
* `pool-name`: Filter the list with a matching pool name.
149
149
* `pool-type`: Filter the list with the type of pool. Accepted values are `automation` and `deployment`.
150
150
@@ -183,7 +183,7 @@ az pipelines pool show --id
183
183
* `id` or `pool-id`: (Required) ID of the pool to list the details.
184
184
* `action`: Filter the list with user action permitted. Accepted values are `manage`, `none`, and `use`.
185
185
* `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/`.
187
187
188
188
#### Example
189
189
@@ -231,8 +231,8 @@ az pipelines queue list [--action {manage, none, use}]
231
231
232
232
* `action`: Filter the list with user action permitted. Accepted values are `manage`, `none`, and `use`.
233
233
* `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.
236
236
* `queue-name`: Filter the list with a matching queue name regex (for example, *ubuntu* for a queue named *Hosted Ubuntu 1604*).
237
237
238
238
#### Example
@@ -270,8 +270,8 @@ az pipelines queue show --id
270
270
* `id` or `queue-id`: ID of the agent queue to get information about.
271
271
* `action`: Filter the list with user action permitted. Accepted values are `manage`, `none`, and `use`.
272
272
* `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.
0 commit comments