< Back
Remove-AzureBlueprint
Post
NAME Remove-AzureBlueprint
SYNOPSIS
Remove an Azure Blueprint or specific artifacts
SYNTAX
Remove-AzureBlueprint [[-Blueprint] <String>] [[-Artifact] <String[]>] [-Recurse] [<CommonParameters>]
DESCRIPTION
This cmdlet removes an entire Blueprint or specific artifacts from a Blueprint
PARAMETERS
-Artifact <String[]>
Names of the artifacts you want to remove
Required? false
Position? 1
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Blueprint <String>
Name of your Blueprint
Required? false
Position? 0
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Recurse [<SwitchParameter>]
Removes the entire Blueprint
Required? false
Position? named
Default value False
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
None
OUTPUTS
System.Object
NOTES
-------------------------- Example 1 --------------------------
PS C:\\> Remove-AzureBlueprint -Blueprint AxTest -Artifact NetworkRBACOwner
Removes the NetworkRBACOwner artifact from the AxTest Blueprint
-------------------------- Example 2 --------------------------
PS C:\\> Remove-AzureBlueprint -Blueprint AxTest -Recurse
Removes the entire AxTest Blueprint
RELATED LINKS
SYNOPSIS
Remove an Azure Blueprint or specific artifacts
SYNTAX
Remove-AzureBlueprint [[-Blueprint] <String>] [[-Artifact] <String[]>] [-Recurse] [<CommonParameters>]
DESCRIPTION
This cmdlet removes an entire Blueprint or specific artifacts from a Blueprint
PARAMETERS
-Artifact <String[]>
Names of the artifacts you want to remove
Required? false
Position? 1
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Blueprint <String>
Name of your Blueprint
Required? false
Position? 0
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Recurse [<SwitchParameter>]
Removes the entire Blueprint
Required? false
Position? named
Default value False
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
None
OUTPUTS
System.Object
NOTES
-------------------------- Example 1 --------------------------
PS C:\\> Remove-AzureBlueprint -Blueprint AxTest -Artifact NetworkRBACOwner
Removes the NetworkRBACOwner artifact from the AxTest Blueprint
-------------------------- Example 2 --------------------------
PS C:\\> Remove-AzureBlueprint -Blueprint AxTest -Recurse
Removes the entire AxTest Blueprint
RELATED LINKS