< Back
Reset-AzDoVariableGroup
Post
NAME Reset-AzDoVariableGroup
SYNOPSIS
Resets a specific Azure DevOps Variable Group
SYNTAX
Reset-AzDoVariableGroup [-AzDoConnection <AzDoConnectObject>] [-ApiVersion <String>] -VariableGroupName <String>
[-InitalVariableName <String>] [-InitalVariableValue <String>] [-Secret <Boolean>] [-WhatIf] [-Confirm]
[<CommonParameters>]
Reset-AzDoVariableGroup [-AzDoConnection <AzDoConnectObject>] [-ApiVersion <String>] -VariableGroupId <String>
[-InitalVariableName <String>] [-InitalVariableValue <String>] [-Secret <Boolean>] [-WhatIf] [-Confirm]
[<CommonParameters>]
DESCRIPTION
The command will clear our an azure DevOps Variable grou
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
-VariableGroupName <String>
The name of the variable group to create/update (optional)
Required? true
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-VariableGroupId <String>
A id for the variable group (optional)
Required? true
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-InitalVariableName <String>
Tha name of the variable to create/update
Required? false
Position? named
Default value CreatedOn
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-InitalVariableValue <String>
The variable for the variable
Required? false
Position? named
Default value (Get-Date).ToString()
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-Secret <Boolean>
Required? false
Position? named
Default value False
Accept pipeline input? true (ByPropertyName)
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 --------------------------
Reset-AzDoVariableGroup -VariableGroupName <variable group name>-InitalVariableName <variable name>
-InitalVariableValue <some value>
RELATED LINKS
https://github.com/ravensorb/Posh-AzureDevOps
CommonParameters : True
WorkflowCommonParameters : False
details : @{name=Set-AzDoGlobalVariables; noun=; verb=}
Syntax : @{syntaxItem=System.Object[]}
parameters : @{parameter=System.Object[]}
inputTypes : @{inputType=}
returnValues : @{returnValue=}
aliases : None
remarks : Get-Help cannot find the Help files for this cmdlet on this computer. It is displaying only
partial help.
-- To download and install Help files for the module that includes this cmdlet, use
Update-Help.
alertSet :
description :
examples :
Synopsis :
Set-AzDoGlobalVariables [[-ApiVersion] <string>] [<CommonParameters>]
ModuleName : Posh-AzureDevOps
nonTerminatingErrors :
xmlns:command : http://schemas.microsoft.com/maml/dev/command/2004/10
xmlns:dev : http://schemas.microsoft.com/maml/dev/2004/10
xmlns:maml : http://schemas.microsoft.com/maml/2004/10
Name : Set-AzDoGlobalVariables
Category : Function
Component :
Role :
Functionality :
SYNOPSIS
Resets a specific Azure DevOps Variable Group
SYNTAX
Reset-AzDoVariableGroup [-AzDoConnection <AzDoConnectObject>] [-ApiVersion <String>] -VariableGroupName <String>
[-InitalVariableName <String>] [-InitalVariableValue <String>] [-Secret <Boolean>] [-WhatIf] [-Confirm]
[<CommonParameters>]
Reset-AzDoVariableGroup [-AzDoConnection <AzDoConnectObject>] [-ApiVersion <String>] -VariableGroupId <String>
[-InitalVariableName <String>] [-InitalVariableValue <String>] [-Secret <Boolean>] [-WhatIf] [-Confirm]
[<CommonParameters>]
DESCRIPTION
The command will clear our an azure DevOps Variable grou
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
-VariableGroupName <String>
The name of the variable group to create/update (optional)
Required? true
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-VariableGroupId <String>
A id for the variable group (optional)
Required? true
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-InitalVariableName <String>
Tha name of the variable to create/update
Required? false
Position? named
Default value CreatedOn
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-InitalVariableValue <String>
The variable for the variable
Required? false
Position? named
Default value (Get-Date).ToString()
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-Secret <Boolean>
Required? false
Position? named
Default value False
Accept pipeline input? true (ByPropertyName)
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 --------------------------
Reset-AzDoVariableGroup -VariableGroupName <variable group name>-InitalVariableName <variable name>
-InitalVariableValue <some value>
RELATED LINKS
https://github.com/ravensorb/Posh-AzureDevOps
CommonParameters : True
WorkflowCommonParameters : False
details : @{name=Set-AzDoGlobalVariables; noun=; verb=}
Syntax : @{syntaxItem=System.Object[]}
parameters : @{parameter=System.Object[]}
inputTypes : @{inputType=}
returnValues : @{returnValue=}
aliases : None
remarks : Get-Help cannot find the Help files for this cmdlet on this computer. It is displaying only
partial help.
-- To download and install Help files for the module that includes this cmdlet, use
Update-Help.
alertSet :
description :
examples :
Synopsis :
Set-AzDoGlobalVariables [[-ApiVersion] <string>] [<CommonParameters>]
ModuleName : Posh-AzureDevOps
nonTerminatingErrors :
xmlns:command : http://schemas.microsoft.com/maml/dev/command/2004/10
xmlns:dev : http://schemas.microsoft.com/maml/dev/2004/10
xmlns:maml : http://schemas.microsoft.com/maml/2004/10
Name : Set-AzDoGlobalVariables
Category : Function
Component :
Role :
Functionality :