Skip to content

Commit

Permalink
Sync tools folder from main branch to generation branch (Azure#24890)
Browse files Browse the repository at this point in the history
Co-authored-by: azurepowershell <azurepowershell@ms.com>
  • Loading branch information
2 people authored and qinzhouxu committed Jun 5, 2024
1 parent 42a5a68 commit 5d700d7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions tools/CreateMappings_rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -887,5 +887,9 @@
{
"module": "Chaos",
"alias": "Chaos"
},
{
"module": "StorageAction",
"alias": "StorageAction"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -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."

0 comments on commit 5d700d7

Please sign in to comment.