Skip to content

Commit 1b7da7c

Browse files
committed
miss example for Update-AzAksMaintenanceConfiguration so update ExampleIssues.csv file
1 parent be5f2be commit 1b7da7c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
11
"Module","Cmdlet","Example","Line","RuleName","ProblemId","Severity","Description","Extent","Remediation"
22
"Az.Aks","Disable-AzAksAddOn","1","1","Capitalization_Conventions_Violated","5101","1","Disable-AzAksAddon doesn't follow the Capitalization Conventions.","Disable-AzAksAddon -Name HttpApplicationRouting,Monitoring,AzurePolicy,VirtualNode,KubeDashboard","Check the Capitalization Conventions. Suggest format: Disable-AzAksAddOn"
33
"Az.Aks","Enable-AzAksAddOn","1","1","Capitalization_Conventions_Violated","5101","1","Enable-AzAksAddon doesn't follow the Capitalization Conventions.","Enable-AzAksAddon -Name HttpApplicationRouting,Monitoring,AzurePolicy,VirtualNode,KubeDashboard -WorkspaceResourceId xxxxx/xxxx -SubnetName subnet","Check the Capitalization Conventions. Suggest format: Enable-AzAksAddOn"
4+
"Az.Aks","Update-AzAksMaintenanceConfiguration","1","0","MissingExampleTitle","5043","1","Title of the example is missing.","D:\a\_work\1\s\src\Aks\Aks.Autorest\docs\Update-AzAksMaintenanceConfiguration.md","Add title for the example. Remove any placeholders."
5+
"Az.Aks","Update-AzAksMaintenanceConfiguration","1","0","MissingExampleCode","5044","1","Code of the example is missing.","D:\a\_work\1\s\src\Aks\Aks.Autorest\docs\Update-AzAksMaintenanceConfiguration.md","Add code for the example. Remove any placeholders."
6+
"Az.Aks","Update-AzAksMaintenanceConfiguration","1","0","MissingExampleDescription","5046","1","Description of the example is missing.","D:\a\_work\1\s\src\Aks\Aks.Autorest\docs\Update-AzAksMaintenanceConfiguration.md","Add description for the example. Remove any placeholders."
7+
"Az.Aks","Update-AzAksMaintenanceConfiguration","2","0","MissingExampleTitle","5043","1","Title of the example is missing.","D:\a\_work\1\s\src\Aks\Aks.Autorest\docs\Update-AzAksMaintenanceConfiguration.md","Add title for the example. Remove any placeholders."
8+
"Az.Aks","Update-AzAksMaintenanceConfiguration","2","0","MissingExampleCode","5044","1","Code of the example is missing.","D:\a\_work\1\s\src\Aks\Aks.Autorest\docs\Update-AzAksMaintenanceConfiguration.md","Add code for the example. Remove any placeholders."
9+
"Az.Aks","Update-AzAksMaintenanceConfiguration","2","0","MissingExampleDescription","5046","1","Description of the example is missing.","D:\a\_work\1\s\src\Aks\Aks.Autorest\docs\Update-AzAksMaintenanceConfiguration.md","Add description for the example. Remove any placeholders."
10+
"Az.Aks","Update-AzAksMaintenanceConfiguration","1","0","MissingExampleTitle","5043","1","Title of the example is missing.","D:\a\_work\1\s\src\Aks\Aks\help\Update-AzAksMaintenanceConfiguration.md","Add title for the example. Remove any placeholders."
11+
"Az.Aks","Update-AzAksMaintenanceConfiguration","1","0","MissingExampleCode","5044","1","Code of the example is missing.","D:\a\_work\1\s\src\Aks\Aks\help\Update-AzAksMaintenanceConfiguration.md","Add code for the example. Remove any placeholders."
12+
"Az.Aks","Update-AzAksMaintenanceConfiguration","1","0","MissingExampleDescription","5046","1","Description of the example is missing.","D:\a\_work\1\s\src\Aks\Aks\help\Update-AzAksMaintenanceConfiguration.md","Add description for the example. Remove any placeholders."
13+
"Az.Aks","Update-AzAksMaintenanceConfiguration","2","0","MissingExampleTitle","5043","1","Title of the example is missing.","D:\a\_work\1\s\src\Aks\Aks\help\Update-AzAksMaintenanceConfiguration.md","Add title for the example. Remove any placeholders."
14+
"Az.Aks","Update-AzAksMaintenanceConfiguration","2","0","MissingExampleCode","5044","1","Code of the example is missing.","D:\a\_work\1\s\src\Aks\Aks\help\Update-AzAksMaintenanceConfiguration.md","Add code for the example. Remove any placeholders."
15+
"Az.Aks","Update-AzAksMaintenanceConfiguration","2","0","MissingExampleDescription","5046","1","Description of the example is missing.","D:\a\_work\1\s\src\Aks\Aks\help\Update-AzAksMaintenanceConfiguration.md","Add description for the example. Remove any placeholders."
16+
"Az.Aks","Get-AzAksManagedClusterOutboundNetworkDependencyEndpoint","1","2","Is_Alias","5100","2","select is an alias of 'Select-Object'.","select Category,Endpoint","Use formal name 'Select-Object' of the alias 'select'."
17+
"Az.Aks","Get-AzAksManagedClusterOutboundNetworkDependencyEndpoint","1","2","Is_Alias","5100","2","select is an alias of 'Select-Object'.","select Category,Endpoint","Use formal name 'Select-Object' of the alias 'select'."

0 commit comments

Comments
 (0)