< Back

Remove-BuildSecrets

Sun Jan 19, 2020 6:18 pm

NAME Remove-BuildSecrets



SYNOPSIS

Removes all variables of the specified key vault from the current environment





SYNTAX

Remove-BuildSecrets [-KeyVaultName] <String[]> [-SubscriptionID <String>] [<CommonParameters>]





DESCRIPTION

Removes all variables of the specified key vault from the current environment. The user has to login to azure

first using "az login"



Important: The - character will automatically be replaced with the _ character.





PARAMETERS

-KeyVaultName <String[]>

The name of the key vault containing the environment



Required? true

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-SubscriptionID <String>

Allows the user to specify a subscription id if required. if not specified, the default subscription will be

used.



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





RELATED LINKS