Skip to content

Commit 65b5571

Browse files
azure-powershell-botazurepowershell
andauthored
Sync tools folder from main branch to generation branch (#24890)
Co-authored-by: azurepowershell <[email protected]>
1 parent fc41f34 commit 65b5571

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

tools/CreateMappings_rules.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -887,5 +887,9 @@
887887
{
888888
"module": "Chaos",
889889
"alias": "Chaos"
890+
},
891+
{
892+
"module": "StorageAction",
893+
"alias": "StorageAction"
890894
}
891895
]

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
"Az.CustomLocation","Remove-AzCustomLocationResourceSyncRule","3","2","Mismatched_Parameter_Value_Type","5111","2","Remove-AzCustomLocationResourceSyncRule -CustomlocationInputObject $obj is not an expected parameter value type.","-CustomlocationInputObject","Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.CustomLocation.Models.ICustomLocationIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.CustomLocation.Models.ICustomLocation.(Command)."
1616
"Az.CustomLocation","Update-AzCustomLocationResourceSyncRule","2","3","Mismatched_Parameter_Value_Type","5111","2","Update-AzCustomLocationResourceSyncRule -InputObject $obj is not an expected parameter value type.","-InputObject","Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.CustomLocation.Models.ICustomLocationIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.CustomLocation.Models.IResourceSyncRule.(Command)."
1717
"Az.CustomLocation","Update-AzCustomLocationResourceSyncRule","3","3","Mismatched_Parameter_Value_Type","5111","2","Update-AzCustomLocationResourceSyncRule -CustomlocationInputObject $obj is not an expected parameter value type.","-CustomlocationInputObject","Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.CustomLocation.Models.ICustomLocationIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.CustomLocation.Models.ICustomLocation.(Command)."
18-
"Az.CustomLocation","New-AzCustomLocation","2","1","Invalid_Cmdlet","5000","1","Get-AzConnectedKubernetes is not a valid command name.","Get-AzConnectedKubernetes -ClusterName azps-connect -ResourceGroupName joyer-test","Check the spell of Get-AzConnectedKubernetes."
19-
"Az.CustomLocation","New-AzCustomLocation","2","2","Invalid_Cmdlet","5000","1","Get-AzKubernetesExtension is not a valid command name.","Get-AzKubernetesExtension -ClusterName azps-connect -ClusterType ConnectedClusters -ResourceGroupName joyer-test -Name azps-extension","Check the spell of Get-AzKubernetesExtension."
18+
"Az.CustomLocation","New-AzCustomLocation","2","1","Invalid_Cmdlet","5000","1","Get-AzConnectedKubernetes is not a valid command name.","Get-AzConnectedKubernetes -ClusterName azps-connect -ResourceGroupName group01","Check the spell of Get-AzConnectedKubernetes."
19+
"Az.CustomLocation","New-AzCustomLocation","2","2","Invalid_Cmdlet","5000","1","Get-AzKubernetesExtension is not a valid command name.","Get-AzKubernetesExtension -ClusterName azps-connect -ClusterType ConnectedClusters -ResourceGroupName group01 -Name azps-extension","Check the spell of Get-AzKubernetesExtension."

0 commit comments

Comments
 (0)