Skip to content

Commit 8c93698

Browse files
authored
Rename DnsResolver exceptions folder (#15542)
* Add DnsResolver exceptions * Add DnsResolver exceptions Co-authored-by: wyunchi-ms <[email protected]>
1 parent f258ced commit 8c93698

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

tools/StaticAnalysis/Exceptions/Az.ADDomainServices/SignatureIssues.csv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@
1010
"Az.ADDomainServices","Update-AzADDomainService","Update-AzADDomainService","1","8100","Update-AzADDomainService Does not support ShouldProcess but the cmdlet verb Update indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
1111
"Az.ADDomainServices","Update-AzADDomainService","Update-AzADDomainService","1","8410","Parameter LdapSettingLdaps of cmdlet Update-AzADDomainService does not follow the enforced naming convention of using a singular noun for a parameter name.","Consider using a singular noun for the parameter name."
1212
"Az.ADDomainServices","Update-AzADDomainService","Update-AzADDomainService","1","8410","Parameter ProxyUseDefaultCredentials of cmdlet Update-AzADDomainService does not follow the enforced naming convention of using a singular noun for a parameter name.","Consider using a singular noun for the parameter name."
13+
"Az.ADDomainServices","Update-AzADDomainService","Update-AzADDomainService","1","8410","Parameter LdapSettingLdaps of cmdlet Update-AzADDomainService does not follow the enforced naming convention of using a singular noun for a parameter name.","Consider using a singular noun for the parameter name."
14+
"Az.ADDomainServices","Update-AzADDomainService","Update-AzADDomainService","1","8410","Parameter ProxyUseDefaultCredentials of cmdlet Update-AzADDomainService does not follow the enforced naming convention of using a singular noun for a parameter name.","Consider using a singular noun for the parameter name."

tools/StaticAnalysis/Exceptions/Az.Migrate/SignatureIssues.csv

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,10 @@
3737
"Az.Migrate","Start-AzMigrateTestMigration","Start-AzMigrateTestMigration","1","8410","Parameter ProxyUseDefaultCredentials of cmdlet Start-AzMigrateTestMigration does not follow the enforced naming convention of using a singular noun for a parameter name.","Consider using a singular noun for the parameter name."
3838
"Az.Migrate","Start-AzMigrateTestMigrationCleanup","Start-AzMigrateTestMigrationCleanup","1","8100","Start-AzMigrateTestMigrationCleanup Does not support ShouldProcess but the cmdlet verb Start indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
3939
"Az.Migrate","Start-AzMigrateTestMigrationCleanup","Start-AzMigrateTestMigrationCleanup","1","8410","Parameter ProxyUseDefaultCredentials of cmdlet Start-AzMigrateTestMigrationCleanup does not follow the enforced naming convention of using a singular noun for a parameter name.","Consider using a singular noun for the parameter name."
40+
"Az.Migrate","Get-AzMigrateReplicationEligibilityResult","Get-AzMigrateReplicationEligibilityResult","1","8410","Parameter ProxyUseDefaultCredentials of cmdlet Get-AzMigrateReplicationEligibilityResult does not follow the enforced naming convention of using a singular noun for a parameter name.","Consider using a singular noun for the parameter name."
41+
"Az.Migrate","Get-AzMigrateReplicationProtectionIntent","Get-AzMigrateReplicationProtectionIntent","1","8410","Parameter ProxyUseDefaultCredentials of cmdlet Get-AzMigrateReplicationProtectionIntent does not follow the enforced naming convention of using a singular noun for a parameter name.","Consider using a singular noun for the parameter name."
42+
"Az.Migrate","Get-AzMigrateReplicationVaultSetting","Get-AzMigrateReplicationVaultSetting","1","8410","Parameter ProxyUseDefaultCredentials of cmdlet Get-AzMigrateReplicationVaultSetting does not follow the enforced naming convention of using a singular noun for a parameter name.","Consider using a singular noun for the parameter name."
43+
"Az.Migrate","Get-AzMigrateSupportedOperatingSystem","Get-AzMigrateSupportedOperatingSystem","1","8410","Parameter ProxyUseDefaultCredentials of cmdlet Get-AzMigrateSupportedOperatingSystem does not follow the enforced naming convention of using a singular noun for a parameter name.","Consider using a singular noun for the parameter name."
44+
"Az.Migrate","New-AzMigrateReplicationProtectionIntent","New-AzMigrateReplicationProtectionIntent","1","8410","Parameter ProxyUseDefaultCredentials of cmdlet New-AzMigrateReplicationProtectionIntent does not follow the enforced naming convention of using a singular noun for a parameter name.","Consider using a singular noun for the parameter name."
45+
"Az.Migrate","New-AzMigrateReplicationVaultSetting","New-AzMigrateReplicationVaultSetting","1","8410","Parameter ProxyUseDefaultCredentials of cmdlet New-AzMigrateReplicationVaultSetting does not follow the enforced naming convention of using a singular noun for a parameter name.","Consider using a singular noun for the parameter name."
46+
"Az.Migrate","Set-AzMigrateDiskMapping","Set-AzMigrateDiskMapping","1","8100","Set-AzMigrateDiskMapping Does not support ShouldProcess but the cmdlet verb Set indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"

0 commit comments

Comments
 (0)