-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
63ee8b6
commit 71f9440
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
tools/StaticAnalysis/Exceptions/Az.App/SignatureIssues.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
"AssemblyFileName","ClassName","Target","Severity","ProblemId","Description","Remediation" | ||
"Az.App","New-AzContainerAppCustomDomainObject","New-AzContainerAppCustomDomainObject","1","8100","New-AzContainerAppCustomDomainObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue" | ||
"Az.App","New-AzContainerAppDaprMetadataObject","New-AzContainerAppDaprMetadataObject","1","8100","New-AzContainerAppDaprMetadataObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue" | ||
"Az.App","New-AzContainerAppEnvironmentVarObject","New-AzContainerAppEnvironmentVarObject","1","8100","New-AzContainerAppEnvironmentVarObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue" | ||
"Az.App","New-AzContainerAppIdentityProviderObject","New-AzContainerAppIdentityProviderObject","1","8100","New-AzContainerAppIdentityProviderObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue" | ||
"Az.App","New-AzContainerAppProbeHeaderObject","New-AzContainerAppProbeHeaderObject","1","8100","New-AzContainerAppProbeHeaderObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue" | ||
"Az.App","New-AzContainerAppProbeObject","New-AzContainerAppProbeObject","1","8100","New-AzContainerAppProbeObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue" | ||
"Az.App","New-AzContainerAppRegistryCredentialObject","New-AzContainerAppRegistryCredentialObject","1","8100","New-AzContainerAppRegistryCredentialObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue" | ||
"Az.App","New-AzContainerAppScaleRuleAuthObject","New-AzContainerAppScaleRuleAuthObject","1","8100","New-AzContainerAppScaleRuleAuthObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue" | ||
"Az.App","New-AzContainerAppScaleRuleObject","New-AzContainerAppScaleRuleObject","1","8100","New-AzContainerAppScaleRuleObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue" | ||
"Az.App","New-AzContainerAppSecretObject","New-AzContainerAppSecretObject","1","8100","New-AzContainerAppSecretObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue" | ||
"Az.App","New-AzContainerAppTemplateObject","New-AzContainerAppTemplateObject","1","8100","New-AzContainerAppTemplateObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue" | ||
"Az.App","New-AzContainerAppTrafficWeightObject","New-AzContainerAppTrafficWeightObject","1","8100","New-AzContainerAppTrafficWeightObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue" | ||
"Az.App","New-AzContainerAppVolumeMountObject","New-AzContainerAppVolumeMountObject","1","8100","New-AzContainerAppVolumeMountObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue" | ||
"Az.App","New-AzContainerAppVolumeObject","New-AzContainerAppVolumeObject","1","8100","New-AzContainerAppVolumeObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue" |