Skip to content

Commit 08a369c

Browse files
azure-powershell-botazurepowershell
and
azurepowershell
authored
Sync tools folder from main branch to generation branch (#24504)
Co-authored-by: azurepowershell <[email protected]>
1 parent f403df8 commit 08a369c

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.github/policies/resourceManagement.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -842,6 +842,7 @@ configuration:
842842
mentionees:
843843
- ctstone
844844
- anrothMSFT
845+
- yungshinlintw
845846
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
846847
assignMentionees: False
847848
- if:
@@ -1545,7 +1546,7 @@ configuration:
15451546
then:
15461547
- mentionUsers:
15471548
mentionees:
1548-
- arindamc
1549+
- edwinc
15491550
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
15501551
assignMentionees: False
15511552
- if:
@@ -1964,7 +1965,6 @@ configuration:
19641965
- mentionUsers:
19651966
mentionees:
19661967
- aim-for-better
1967-
- idear1203
19681968
- deshriva
19691969
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
19701970
assignMentionees: False
@@ -3848,7 +3848,7 @@ configuration:
38483848
then:
38493849
- mentionUsers:
38503850
mentionees:
3851-
- klaaslanghout
3851+
- bberera
38523852
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
38533853
assignMentionees: False
38543854
- if:

tools/StaticAnalysis/Exceptions/Az.KeyVault/ExampleIssues.csv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@
55
"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."
66
"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."
77
"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."
8+
"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."
9+
"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."
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
"Module","Severity","ResourceType","SubResourceType","Command","Description"
2+
"Az.Storage","1","Microsoft.Storage","storageAccounts-accountMigrations","Get-AzStorageAccountMigration","migrationName is defined in path but cannot find in example"

0 commit comments

Comments
 (0)