az pipelines variable-group

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 pipelines variable-group command. Learn more about extensions.

Manage variable groups.

Commands

Name Description Type Status
az pipelines variable-group create

Create a variable group.

Extension GA
az pipelines variable-group delete

Delete a variable group.

Extension GA
az pipelines variable-group list

List variable groups.

Extension GA
az pipelines variable-group show

Show variable group details.

Extension GA
az pipelines variable-group update

Update a variable group.

Extension GA
az pipelines variable-group variable

Manage variables in a variable group.

Extension GA
az pipelines variable-group variable create

Add a variable to a variable group.

Extension GA
az pipelines variable-group variable delete

Delete a variable from variable group.

Extension GA
az pipelines variable-group variable list

List the variables in a variable group.

Extension GA
az pipelines variable-group variable update

Update a variable in a variable group.

Extension GA

az pipelines variable-group create

Create a variable group.

az pipelines variable-group create --name
                                   --variables
                                   [--authorize {false, true}]
                                   [--description]
                                   [--detect {false, true}]
                                   [--org]
                                   [--project]

Required Parameters

--name

Name of the variable group.

--variables

Variables in format key=value space separated pairs. Secret variables should be managed using az pipelines variable-group variable commands.

Optional Parameters

--authorize

Whether the variable group should be accessible by all pipelines.

accepted values: false, true
--description

Description of the variable group.

--detect

Automatically detect organization.

accepted values: false, true
--org --organization

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/.

--project -p

Name or ID of the project. You can configure the default project using az devops configure -d project=NAME_OR_ID. Required if not configured as default or picked up via git config.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

az pipelines variable-group delete

Delete a variable group.

az pipelines variable-group delete --group-id
                                   [--detect {false, true}]
                                   [--org]
                                   [--project]
                                   [--yes]

Required Parameters

--group-id --id

Id of the variable group.

Optional Parameters

--detect

Automatically detect organization.

accepted values: false, true
--org --organization

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/.

--project -p

Name or ID of the project. You can configure the default project using az devops configure -d project=NAME_OR_ID. Required if not configured as default or picked up via git config.

--yes -y

Do not prompt for confirmation.

default value: False
Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

az pipelines variable-group list

List variable groups.

az pipelines variable-group list [--action {manage, none, use}]
                                 [--continuation-token]
                                 [--detect {false, true}]
                                 [--group-name]
                                 [--org]
                                 [--project]
                                 [--query-order {Asc, Desc}]
                                 [--top]

Optional Parameters

--action --action-filter

Action filter for the variable group. It specifies the action which can be performed on the variable groups.

accepted values: manage, none, use
--continuation-token

Gets the variable groups after the continuation token provided.

--detect

Automatically detect organization.

accepted values: false, true
--group-name

Name of the variable group. Wildcards are accepted. e.g. var_group*.

--org --organization

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/.

--project -p

Name or ID of the project. You can configure the default project using az devops configure -d project=NAME_OR_ID. Required if not configured as default or picked up via git config.

--query-order

Gets the results in the defined order.

accepted values: Asc, Desc
default value: Desc
--top

Number of variable groups to get.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

az pipelines variable-group show

Show variable group details.

az pipelines variable-group show --group-id
                                 [--detect {false, true}]
                                 [--org]
                                 [--project]

Required Parameters

--group-id --id

ID of the variable group.

Optional Parameters

--detect

Automatically detect organization.

accepted values: false, true
--org --organization

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/.

--project -p

Name or ID of the project. You can configure the default project using az devops configure -d project=NAME_OR_ID. Required if not configured as default or picked up via git config.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

az pipelines variable-group update

Update a variable group.

az pipelines variable-group update --group-id
                                   [--authorize {false, true}]
                                   [--description]
                                   [--detect {false, true}]
                                   [--name]
                                   [--org]
                                   [--project]

Required Parameters

--group-id --id

Id of the variable group.

Optional Parameters

--authorize

Whether the variable group should be accessible by all pipelines.

accepted values: false, true
--description

New description of the variable group.

--detect

Automatically detect organization.

accepted values: false, true
--name

New name of the variable group.

--org --organization

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/.

--project -p

Name or ID of the project. You can configure the default project using az devops configure -d project=NAME_OR_ID. Required if not configured as default or picked up via git config.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.