Skip to content

Commit

Permalink
Sync tools folder from main branch to generation branch (#24504)
Browse files Browse the repository at this point in the history
Co-authored-by: azurepowershell <azurepowershell@ms.com>
  • Loading branch information
azure-powershell-bot and azurepowershell authored Mar 26, 2024
1 parent f403df8 commit 08a369c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
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"

0 comments on commit 08a369c

Please sign in to comment.