Remove-SAPAutomationRegion
Synopsis
Removes the control plane, including the deployer VM and the SAP library.
Syntax
Import-Module "SAPDeploymentUtilities.psd1"
Remove-SAPAutomationRegion [-DeployerParameterfile] <String> [-LibraryParameterfile] <String>
[<CommonParameters>]
Description
Removes the SAP control plane, including the deployer VM and the SAP library.
Examples
Example 1
Import-Module "SAPDeploymentUtilities.psd1"
Remove-SAPAutomationRegion -DeployerParameterfile .\DEPLOYER\MGMT-WEEU-SAP01-INFRASTRUCTURE\MGMT-WEEU-SAP01-INFRASTRUCTURE.tfvars
-LibraryParameterfile .\LIBRARY\MGMT-WEEU-SAP_LIBRARY\MGMT-WEEU-SAP_LIBRARY.tfvars
Parameters
-DeployerParameterfile
Sets the parameter file for the deployer VM. For more information, see Configuring the control plane.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-LibraryParameterfile
Sets the parameter file for the SAP library. For more information, see Configuring the control plane.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
CommonParameters
This cmdlet supports the common Parameters: -Debug
, -ErrorAction
, -ErrorVariable
, -InformationAction
, -InformationVariable
, -OutVariable
, -OutBuffer
, -PipelineVariable
, -Verbose
, -WarningAction
, and -WarningVariable
. For more information, see about_CommonParameters.
Notes
v0.9 - Initial version
Copyright (c) Microsoft Corporation. Licensed under the MIT license.
Related links
GitHub repository: SAP on Azure Deployment Automation Framework
Feedback
Submit and view feedback for