Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/policies/resourceManagement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 2 additions & 0 deletions tools/StaticAnalysis/Exceptions/Az.KeyVault/ExampleIssues.csv
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Original file line number Diff line number Diff line change
@@ -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"