New-PowerAppsCheckerRuleLevelOverride     
	This topic is pre-release documentation and is subject to change.
Constructs a new rule level override object that can be used to pass to the RuleLevelOverrides parameter of Invoke-PowerAppsChecker.
Syntax
Default (Default)
New-PowerAppsCheckerRuleLevelOverride
    -Id <String>
    -OverrideLevel <RuleLevel>
    [<CommonParameters>]
	Description
Using this cmdlet, along with the RuleLevelOverrides property of Invoke-PowerAppsChecker, you can tell the service to treat violations of a rule as a higher or lower severity level. There are no interactions with the service performed by invoking this cmdlet.
Examples
Example 1
PS C:\> $override = New-PowerAppsCheckerRuleLevelOverride -Id "meta-avoid-silverlight" -OverrideLevel High
The meta-avoid-silverlight value for the Id parameter is currently set to Medium. Using this cmdlet, along with the RuleLevelOverrides property of Invoke-PowerAppsChecker, you can tell the service to treat violations of this rule as a severity level of high.
Parameters
-Id
ID of the rule, such as -web-avoid-crm2011-service-odata. The ID can be obtained from the list of rules returned by running the Get-PowerAppsCheckerRules cmdlet.
Parameter properties
| Type: | String | 
| Default value: | None | 
| Supports wildcards: | False | 
| DontShow: | False | 
Parameter sets
(All)
| Position: | Named | 
| Mandatory: | True | 
| Value from pipeline: | False | 
| Value from pipeline by property name: | True | 
| Value from remaining arguments: | False | 
-OverrideLevel 
		Level in which to override the default severity level value. This is the level in which you would like to have set in the returning report(s).
Parameter properties
| Type: | RuleLevel | 
| Default value: | None | 
| Accepted values: | Critical, High, Medium, Low, Informational | 
| Supports wildcards: | False | 
| DontShow: | False | 
Parameter sets
(All)
| Position: | Named | 
| Mandatory: | True | 
| Value from pipeline: | False | 
| Value from pipeline by property name: | True | 
| Value from remaining arguments: | False | 
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.