Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
az devops extension
Note
This reference is part of the azure-devops extension for the Azure CLI (version 2.30.0 or higher). The extension will automatically install the first time you run an az devops extension command. Learn more about extensions.
Manage extensions.
Commands
| Name | Description | Type | Status |
|---|---|---|---|
| az devops extension disable |
Disable an extension. |
Extension | GA |
| az devops extension enable |
Enable an extension. |
Extension | GA |
| az devops extension install |
Install an extension. |
Extension | GA |
| az devops extension list |
List extensions installed in an organization. |
Extension | GA |
| az devops extension search |
Search extensions from marketplace. |
Extension | GA |
| az devops extension show |
Get detail of single extension. |
Extension | GA |
| az devops extension uninstall |
Uninstall an extension. |
Extension | GA |
az devops extension disable
Disable an extension.
az devops extension disable --extension-id
--publisher-id
[--acquire-policy-token]
[--change-reference]
[--detect {false, true}]
[--org --organization]
Required Parameters
Extension Id. This will map to extension-name in the az devops extension search output.
Publisher Id. This will map to publisher-name in the az devops extension search output.
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
Acquiring an Azure Policy token automatically for this resource operation.
| Property | Value |
|---|---|
| Parameter group: | Global Policy Arguments |
The related change reference ID for this resource operation.
| Property | Value |
|---|---|
| Parameter group: | Global Policy Arguments |
Automatically detect organization.
| Property | Value |
|---|---|
| Accepted values: | false, true |
Azure DevOps organization URL. You can configure the default organization using az devops configure -d organization=ORG_URL. Required if not configured as default or picked up via git config. Example: https://dev.azure.com/MyOrganizationName/.
az devops extension enable
Enable an extension.
az devops extension enable --extension-id
--publisher-id
[--acquire-policy-token]
[--change-reference]
[--detect {false, true}]
[--org --organization]
Required Parameters
Extension Id. This will map to extension-name in the az devops extension search output.
Publisher Id. This will map to publisher-name in the az devops extension search output.
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
Acquiring an Azure Policy token automatically for this resource operation.
| Property | Value |
|---|---|
| Parameter group: | Global Policy Arguments |
The related change reference ID for this resource operation.
| Property | Value |
|---|---|
| Parameter group: | Global Policy Arguments |
Automatically detect organization.
| Property | Value |
|---|---|
| Accepted values: | false, true |
Azure DevOps organization URL. You can configure the default organization using az devops configure -d organization=ORG_URL. Required if not configured as default or picked up via git config. Example: https://dev.azure.com/MyOrganizationName/.
az devops extension install
Install an extension.
az devops extension install --extension-id
--publisher-id
[--acquire-policy-token]
[--change-reference]
[--detect {false, true}]
[--org --organization]
Required Parameters
Extension Id. This will map to extension-name in the az devops extension search output.
Publisher Id. This will map to publisher-name in the az devops extension search output.
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
Acquiring an Azure Policy token automatically for this resource operation.
| Property | Value |
|---|---|
| Parameter group: | Global Policy Arguments |
The related change reference ID for this resource operation.
| Property | Value |
|---|---|
| Parameter group: | Global Policy Arguments |
Automatically detect organization.
| Property | Value |
|---|---|
| Accepted values: | false, true |
Azure DevOps organization URL. You can configure the default organization using az devops configure -d organization=ORG_URL. Required if not configured as default or picked up via git config. Example: https://dev.azure.com/MyOrganizationName/.
az devops extension list
List extensions installed in an organization.
az devops extension list [--detect {false, true}]
[--include-built-in {false, true}]
[--include-disabled {false, true}]
[--org --organization]
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
Automatically detect organization.
| Property | Value |
|---|---|
| Accepted values: | false, true |
Include built in extensions.
| Property | Value |
|---|---|
| Accepted values: | false, true |
Include disabled extensions.
| Property | Value |
|---|---|
| Accepted values: | false, true |
Azure DevOps organization URL. You can configure the default organization using az devops configure -d organization=ORG_URL. Required if not configured as default or picked up via git config. Example: https://dev.azure.com/MyOrganizationName/.
az devops extension search
Search extensions from marketplace.
az devops extension search --search-query
[--acquire-policy-token]
[--change-reference]
Required Parameters
Search term.
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
Acquiring an Azure Policy token automatically for this resource operation.
| Property | Value |
|---|---|
| Parameter group: | Global Policy Arguments |
The related change reference ID for this resource operation.
| Property | Value |
|---|---|
| Parameter group: | Global Policy Arguments |
az devops extension show
Get detail of single extension.
az devops extension show --extension-id
--publisher-id
[--detect {false, true}]
[--org --organization]
Required Parameters
Extension Id. This will map to extension-name in the az devops extension search output.
Publisher Id. This will map to publisher-name in the az devops extension search output.
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
Automatically detect organization.
| Property | Value |
|---|---|
| Accepted values: | false, true |
Azure DevOps organization URL. You can configure the default organization using az devops configure -d organization=ORG_URL. Required if not configured as default or picked up via git config. Example: https://dev.azure.com/MyOrganizationName/.
az devops extension uninstall
Uninstall an extension.
az devops extension uninstall --extension-id
--publisher-id
[--acquire-policy-token]
[--change-reference]
[--detect {false, true}]
[--org --organization]
[--yes]
Required Parameters
Extension Id. This will map to extension-name in the az devops extension search output.
Publisher Id. This will map to publisher-name in the az devops extension search output.
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
Acquiring an Azure Policy token automatically for this resource operation.
| Property | Value |
|---|---|
| Parameter group: | Global Policy Arguments |
The related change reference ID for this resource operation.
| Property | Value |
|---|---|
| Parameter group: | Global Policy Arguments |
Automatically detect organization.
| Property | Value |
|---|---|
| Accepted values: | false, true |
Azure DevOps organization URL. You can configure the default organization using az devops configure -d organization=ORG_URL. Required if not configured as default or picked up via git config. Example: https://dev.azure.com/MyOrganizationName/.
Do not prompt for confirmation.
| Property | Value |
|---|---|
| Default value: | False |
Feedback
Was this page helpful?
