diff --git a/.github/policies/resourceManagement.yml b/.github/policies/resourceManagement.yml index f2b251c6ec66..f61379a01353 100644 --- a/.github/policies/resourceManagement.yml +++ b/.github/policies/resourceManagement.yml @@ -842,6 +842,7 @@ configuration: mentionees: - ctstone - anrothMSFT + - yungshinlintw replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. assignMentionees: False - if: @@ -1545,7 +1546,7 @@ configuration: then: - mentionUsers: mentionees: - - arindamc + - edwinc replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. assignMentionees: False - if: @@ -1964,7 +1965,6 @@ configuration: - mentionUsers: mentionees: - aim-for-better - - idear1203 - deshriva replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. assignMentionees: False @@ -3848,7 +3848,7 @@ configuration: then: - mentionUsers: mentionees: - - klaaslanghout + - bberera replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. assignMentionees: False - if: diff --git a/tools/StaticAnalysis/Exceptions/Az.KeyVault/ExampleIssues.csv b/tools/StaticAnalysis/Exceptions/Az.KeyVault/ExampleIssues.csv index 10cc40210361..036d204e2217 100644 --- a/tools/StaticAnalysis/Exceptions/Az.KeyVault/ExampleIssues.csv +++ b/tools/StaticAnalysis/Exceptions/Az.KeyVault/ExampleIssues.csv @@ -5,3 +5,5 @@ "Az.KeyVault","Get-AzKeyVaultSecret","9","4","Invalid_Cmdlet","5000","1","Register-SecretVault is not a valid command name.","Register-SecretVault -Name AzKeyVault -ModuleName Az.KeyVault -VaultParameters @{ AZKVaultName = 'test-kv'; SubscriptionId = 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx' }","Check the spell of Register-SecretVault." "Az.KeyVault","Get-AzKeyVaultSecret","9","7","Invalid_Cmdlet","5000","1","Set-Secret is not a valid command name.","Set-Secret -Vault AzKeyVault -Name secureSecret -SecureStringSecret $secure","Check the spell of Set-Secret." "Az.KeyVault","Get-AzKeyVaultSecret","9","8","Invalid_Cmdlet","5000","1","Get-Secret is not a valid command name.","Get-Secret -Vault AzKeyVault -Name secureSecret -AsPlainText","Check the spell of Get-Secret." +"Az.KeyVault","Set-AzKeyVaultSecret","3","4","Invalid_Cmdlet","5000","1","Register-SecretVault is not a valid command name.","Register-SecretVault -Name AzKeyVault -ModuleName Az.KeyVault -VaultParameters @{ AZKVaultName = 'test-kv'; SubscriptionId = 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx' }","Check the spell of Register-SecretVault." +"Az.KeyVault","Set-AzKeyVaultSecret","3","7","Invalid_Cmdlet","5000","1","Set-Secret is not a valid command name.","Set-Secret -Name secureSecret -SecureStringSecret $secure -Vault AzKeyVault","Check the spell of Set-Secret." diff --git a/tools/StaticAnalysis/Exceptions/Az.Storage/UXMetadataIssues.csv b/tools/StaticAnalysis/Exceptions/Az.Storage/UXMetadataIssues.csv new file mode 100644 index 000000000000..0af108f62344 --- /dev/null +++ b/tools/StaticAnalysis/Exceptions/Az.Storage/UXMetadataIssues.csv @@ -0,0 +1,2 @@ +"Module","Severity","ResourceType","SubResourceType","Command","Description" +"Az.Storage","1","Microsoft.Storage","storageAccounts-accountMigrations","Get-AzStorageAccountMigration","migrationName is defined in path but cannot find in example"