Skip to content

Commit d4dac8a

Browse files
authored
Suppress the exception for UX files (#20199)
1 parent 74f47f7 commit d4dac8a

File tree

4 files changed

+18
-0
lines changed

4 files changed

+18
-0
lines changed
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.DataFactory","1","Microsoft.Datafactory","factories","Remove-AzDataFactoryV2","Cannot find a matched parameter set for example of Remove-AzDataFactoryV2"
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
"Module","Severity","ResourceType","SubResourceType","Command","Description"
2+
"Az.Monitor","1","Microsoft.Monitor","components","Get-AzApplicationInsights","Doc url is expect: https://learn.microsoft.com/powershell/module/az.monitor/get-azapplicationinsights but get: https://learn.microsoft.com/powershell/module/az.applicationinsights/get-azapplicationinsights"
3+
"Az.Monitor","2","Microsoft.Monitor","components","Get-AzApplicationInsights","The path /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.insights/components/{name} doesn't contains the right resource tpye: Microsoft.Monitor"
4+
"Az.Monitor","1","Microsoft.Monitor","components","Get-AzApplicationInsights","Cmdlet Get-AzApplicationInsights is not contained in Az.Monitor."
5+
"Az.Monitor","1","Microsoft.Monitor","components","Remove-AzApplicationInsights","Doc url is expect: https://learn.microsoft.com/powershell/module/az.monitor/remove-azapplicationinsights but get: https://learn.microsoft.com/powershell/module/az.applicationinsights/remove-azapplicationinsights"
6+
"Az.Monitor","2","Microsoft.Monitor","components","Remove-AzApplicationInsights","The path /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.insights/components/{name} doesn't contains the right resource tpye: Microsoft.Monitor"
7+
"Az.Monitor","1","Microsoft.Monitor","components","Remove-AzApplicationInsights","Cmdlet Remove-AzApplicationInsights is not contained in Az.Monitor."
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
"Module","Severity","ResourceType","SubResourceType","Command","Description"
2+
"Az.Resources","1","Microsoft.Resources","subscriptions","Get-AzSubscription","Doc url is expect: https://learn.microsoft.com/powershell/module/az.resources/get-azsubscription but get: https://learn.microsoft.com/powershell/module/az.accounts/get-azsubscription"
3+
"Az.Resources","1","Microsoft.Resources","subscriptions","Get-AzSubscription","Cmdlet Get-AzSubscription is not contained in Az.Resources."
4+
"Az.Resources","2","Microsoft.Resources","subscriptionsResourcegroups","Get-AzResourceGroup","The path /subscriptions/{subscriptionId}/resourceGroups/{name} doesn't contains the right resource tpye: Microsoft.Resources"
5+
"Az.Resources","2","Microsoft.Resources","subscriptionsResourcegroups","Remove-AzResourceGroup","The path /subscriptions/{subscriptionId}/resourceGroups/{name} doesn't contains the right resource tpye: Microsoft.Resources"
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
"Module","Severity","ResourceType","SubResourceType","Command","Description"
2+
"Az.Sql","1","Microsoft.Sql","sqlDatabase","Suspend-AzSqlDatabase","Doc url is expect: https://learn.microsoft.com/powershell/module/az.sql/suspend-azsqldatabase but get: https://learn.microsoft.com/powershell/module/az.compute/restart-azvm"
3+
"Az.Sql","2","Microsoft.Sql","sqlDatabase","Suspend-AzSqlDatabase","The path /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{VMName} doesn't contains the right resource tpye: Microsoft.Sql"
4+
"Az.Sql","1","Microsoft.Sql","sqlDatabase","Suspend-AzSqlDatabase","Cannot find the defination of parameter Name in example"

0 commit comments

Comments
 (0)