From 5d700d763a998b1ac229175fd63722683d41309e Mon Sep 17 00:00:00 2001 From: Azure PowerShell <65331932+azure-powershell-bot@users.noreply.github.com> Date: Sat, 11 May 2024 12:21:37 +0800 Subject: [PATCH] Sync tools folder from main branch to generation branch (#24890) Co-authored-by: azurepowershell --- tools/CreateMappings_rules.json | 4 ++++ .../Exceptions/Az.CustomLocation/ExampleIssues.csv | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/tools/CreateMappings_rules.json b/tools/CreateMappings_rules.json index 91ac487d270a..dddbc912d339 100644 --- a/tools/CreateMappings_rules.json +++ b/tools/CreateMappings_rules.json @@ -887,5 +887,9 @@ { "module": "Chaos", "alias": "Chaos" + }, + { + "module": "StorageAction", + "alias": "StorageAction" } ] diff --git a/tools/StaticAnalysis/Exceptions/Az.CustomLocation/ExampleIssues.csv b/tools/StaticAnalysis/Exceptions/Az.CustomLocation/ExampleIssues.csv index f35524c273b9..4d8149834309 100644 --- a/tools/StaticAnalysis/Exceptions/Az.CustomLocation/ExampleIssues.csv +++ b/tools/StaticAnalysis/Exceptions/Az.CustomLocation/ExampleIssues.csv @@ -15,5 +15,5 @@ "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)." "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)." "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)." -"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." -"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." +"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." +"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." \ No newline at end of file