< Back
Remove-AzDoReleasePipelineVariable
Post
NAME Remove-AzDoReleasePipelineVariable
SYNOPSIS
Remove a variable/value to the specified Azure DevOps reelase pipeline
SYNTAX
Remove-AzDoReleasePipelineVariable [-AzDoConnection <AzDoConnectObject>] [-ApiVersion <String>]
[-ReleaseDefinitionName <String>] [-VariableName <String>] [-All] [-WhatIf] [-Confirm] [<CommonParameters>]
Remove-AzDoReleasePipelineVariable [-AzDoConnection <AzDoConnectObject>] [-ApiVersion <String>]
[-ReleaseDefinitionId <Int32>] [-VariableName <String>] [-All] [-WhatIf] [-Confirm] [<CommonParameters>]
DESCRIPTION
The command will remove a variable to the specified Azure DevOps reelase pipeline
PARAMETERS
-AzDoConnection <AzDoConnectObject>
Common Parameters
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 build definition to update (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 reelase definition to update (use on this OR the name parameter)
Required? false
Position? named
Default value 0
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-VariableName <String>
Tha name of the variable to create/update
Required? false
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-All [<SwitchParameter>]
Remove all variables in the library (VariableName is ignored when this is set)
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-WhatIf [<SwitchParameter>]
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Confirm [<SwitchParameter>]
Required? false
Position? named
Default value
Accept pipeline input? false
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 --------------------------
Add-AzDoReleasePipelineVariable -ProjectUrl https://dev.azure.com/<organizztion>/<project> -ReleaseDefinitionName
<reelase defintiion name> -VariableName <variable name> -PAT <personal access token>
RELATED LINKS
https://github.com/ravensorb/Posh-AzureDevOps
SYNOPSIS
Remove a variable/value to the specified Azure DevOps reelase pipeline
SYNTAX
Remove-AzDoReleasePipelineVariable [-AzDoConnection <AzDoConnectObject>] [-ApiVersion <String>]
[-ReleaseDefinitionName <String>] [-VariableName <String>] [-All] [-WhatIf] [-Confirm] [<CommonParameters>]
Remove-AzDoReleasePipelineVariable [-AzDoConnection <AzDoConnectObject>] [-ApiVersion <String>]
[-ReleaseDefinitionId <Int32>] [-VariableName <String>] [-All] [-WhatIf] [-Confirm] [<CommonParameters>]
DESCRIPTION
The command will remove a variable to the specified Azure DevOps reelase pipeline
PARAMETERS
-AzDoConnection <AzDoConnectObject>
Common Parameters
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 build definition to update (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 reelase definition to update (use on this OR the name parameter)
Required? false
Position? named
Default value 0
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-VariableName <String>
Tha name of the variable to create/update
Required? false
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-All [<SwitchParameter>]
Remove all variables in the library (VariableName is ignored when this is set)
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-WhatIf [<SwitchParameter>]
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Confirm [<SwitchParameter>]
Required? false
Position? named
Default value
Accept pipeline input? false
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 --------------------------
Add-AzDoReleasePipelineVariable -ProjectUrl https://dev.azure.com/<organizztion>/<project> -ReleaseDefinitionName
<reelase defintiion name> -VariableName <variable name> -PAT <personal access token>
RELATED LINKS
https://github.com/ravensorb/Posh-AzureDevOps