Clear-AzSqlInstanceVulnerabilityAssessmentSetting
Clears the vulnerability assessment settings of a managed instance.
Note
This is the previous version of our documentation. Please consult the most recent version for up-to-date information.
Syntax
Clear-AzSqlInstanceVulnerabilityAssessmentSetting
[-ResourceGroupName] <String>
[-InstanceName] <String>
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Clear-AzSqlInstanceVulnerabilityAssessmentSetting
[-InputObject] <AzureSqlManagedInstanceModel>
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
The Clear-AzSqlInstanceVulnerabilityAssessmentSetting cmdlet removes the vulnerability assessment settings of an Azure SQL Managed Instance. Note that you need to run Enable-AzSqlInstanceAdvancedDataSecurity cmdlet as a prerequisite for using this cmdlet.
Examples
Example 1 - Clear the vulnerability assessment settings of an Azure SQL managed instance
PS C:\> Clear-AzSqlInstanceVulnerabilityAssessmentSetting `
-ResourceGroupName "ResourceGroup01" `
-InstanceName "ManagedInstance01" `
Example 2 - Clear the vulnerability assessment settings from a managed instance object
PS C:\> Get-AzSqlInstance `
-ResourceGroupName "ResourceGroup01" `
-Name "ManagedInstance01" `
| Clear-AzSqlInstanceVulnerabilityAssessmentSetting
Parameters
Prompts you for confirmation before running the cmdlet.
| Type: | SwitchParameter |
| Aliases: | cf |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
The credentials, account, tenant, and subscription used for communication with Azure.
| Type: | IAzureContextContainer |
| Aliases: | AzContext, AzureRmContext, AzureCredential |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
The managed instance object to clear Vulnerability Assessment settings for
| Type: | AzureSqlManagedInstanceModel |
| Position: | 0 |
| Default value: | None |
| Accept pipeline input: | True |
| Accept wildcard characters: | False |
SQL Managed Instance name.
| Type: | String |
| Position: | 1 |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
The name of the resource group.
| Type: | String |
| Position: | 0 |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
Shows what would happen if the cmdlet runs. The cmdlet is not run.
| Type: | SwitchParameter |
| Aliases: | wi |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |