< Back
Get-AzDoReleasePipelineVariableGroups
Post
NAME Get-AzDoReleasePipelineVariableGroups
SYNOPSIS
Retreives the variable groups associated with the specified release defintion
SYNTAX
Get-AzDoReleasePipelineVariableGroups [-AzDoConnection <AzDoConnectObject>] [-ApiVersion <String>]
[-ReleaseDefinitionName <String>] [-EnvironmentName <String>] [<CommonParameters>]
Get-AzDoReleasePipelineVariableGroups [-AzDoConnection <AzDoConnectObject>] [-ApiVersion <String>]
[-ReleaseDefinitionId <Int32>] [-EnvironmentName <String>] [<CommonParameters>]
DESCRIPTION
The command will retrieve all of the variables groups assocaited with a specific release pipeline
PARAMETERS
-AzDoConnection <AzDoConnectObject>
A valid Azure DevOps Connection object
Required? false
Position? named
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
-ApiVersion <String>
Allows for specifying a specific version of the api to use (default is 5.0)
Required? false
Position? named
Default value $global:AzDoApiVersion
Accept pipeline input? false
Accept wildcard characters? false
-ReleaseDefinitionName <String>
The name of the release definition to retrieve (use on this OR the id parameter)
Required? false
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-ReleaseDefinitionId <Int32>
The id of the release definition to retrieve (use on this OR the name parameter)
Required? false
Position? named
Default value 0
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-EnvironmentName <String>
Required? false
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
-------------------------- EXAMPLE 1 --------------------------
Get-AzDoReleasePipelineVariableGroups -ProjectUrl https://dev.azure.com/<organizztion>/<project>
-ReleaseDefinitionName <release defintiion name> -PAT <personal access token>
RELATED LINKS
https://github.com/ravensorb/Posh-AzureDevOps
SYNOPSIS
Retreives the variable groups associated with the specified release defintion
SYNTAX
Get-AzDoReleasePipelineVariableGroups [-AzDoConnection <AzDoConnectObject>] [-ApiVersion <String>]
[-ReleaseDefinitionName <String>] [-EnvironmentName <String>] [<CommonParameters>]
Get-AzDoReleasePipelineVariableGroups [-AzDoConnection <AzDoConnectObject>] [-ApiVersion <String>]
[-ReleaseDefinitionId <Int32>] [-EnvironmentName <String>] [<CommonParameters>]
DESCRIPTION
The command will retrieve all of the variables groups assocaited with a specific release pipeline
PARAMETERS
-AzDoConnection <AzDoConnectObject>
A valid Azure DevOps Connection object
Required? false
Position? named
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
-ApiVersion <String>
Allows for specifying a specific version of the api to use (default is 5.0)
Required? false
Position? named
Default value $global:AzDoApiVersion
Accept pipeline input? false
Accept wildcard characters? false
-ReleaseDefinitionName <String>
The name of the release definition to retrieve (use on this OR the id parameter)
Required? false
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-ReleaseDefinitionId <Int32>
The id of the release definition to retrieve (use on this OR the name parameter)
Required? false
Position? named
Default value 0
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-EnvironmentName <String>
Required? false
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
-------------------------- EXAMPLE 1 --------------------------
Get-AzDoReleasePipelineVariableGroups -ProjectUrl https://dev.azure.com/<organizztion>/<project>
-ReleaseDefinitionName <release defintiion name> -PAT <personal access token>
RELATED LINKS
https://github.com/ravensorb/Posh-AzureDevOps