@@ -21,7 +21,7 @@ function Get-AzSupportProblemClassificationServiceName
21
21
$queryResult = Get-AzSupportService
22
22
$serviceName = $queryResult [0 ].Name
23
23
24
- $propertiesCount = 5
24
+ $propertiesCount = 4
25
25
$cmdletReturnType = " Microsoft.Azure.Commands.Support.Models.PSSupportProblemClassification"
26
26
27
27
$queryResult = Get-AzSupportProblemClassification - ServiceId $serviceName
@@ -44,7 +44,7 @@ function Get-AzSupportProblemClassificationAllParametersNameAlias
44
44
$queryResult = Get-AzSupportService
45
45
$serviceName = $queryResult [0 ].Name
46
46
47
- $propertiesCount = 5
47
+ $propertiesCount = 4
48
48
$cmdletReturnType = " Microsoft.Azure.Commands.Support.Models.PSSupportProblemClassification"
49
49
50
50
$queryResult = Get-AzSupportProblemClassification - ServiceName $serviceName
@@ -68,7 +68,7 @@ function Get-AzSupportProblemClassificationAllParametersId
68
68
$queryResult = Get-AzSupportService
69
69
$serviceName = $queryResult [0 ].Name
70
70
71
- $propertiesCount = 5
71
+ $propertiesCount = 4
72
72
$cmdletReturnType = " Microsoft.Azure.Commands.Support.Models.PSSupportProblemClassification"
73
73
74
74
$queryResult = Get-AzSupportProblemClassification - ServiceName $serviceName
@@ -92,7 +92,7 @@ function Get-AzSupportProblemClassificationAllParametersResourceId
92
92
$queryResult = Get-AzSupportService
93
93
$serviceName = $queryResult [0 ].Id
94
94
95
- $propertiesCount = 5
95
+ $propertiesCount = 4
96
96
$cmdletReturnType = " Microsoft.Azure.Commands.Support.Models.PSSupportProblemClassification"
97
97
98
98
$queryResult = Get-AzSupportProblemClassification - ServiceName $serviceName
@@ -116,7 +116,7 @@ function Get-AzSupportProblemClassificationParentObjectServiceName
116
116
$queryResult = Get-AzSupportService
117
117
$serviceObject = $queryResult [0 ]
118
118
119
- $propertiesCount = 5
119
+ $propertiesCount = 4
120
120
$cmdletReturnType = " Microsoft.Azure.Commands.Support.Models.PSSupportProblemClassification"
121
121
122
122
$queryResult = Get-AzSupportService - Name $serviceObject.Name | Get-AzSupportProblemClassification
@@ -139,7 +139,7 @@ function Get-AzSupportProblemClassificationParentObjectAllParameters
139
139
$queryResult = Get-AzSupportService
140
140
$serviceObject = $queryResult [0 ]
141
141
142
- $propertiesCount = 5
142
+ $propertiesCount = 4
143
143
$cmdletReturnType = " Microsoft.Azure.Commands.Support.Models.PSSupportProblemClassification"
144
144
145
145
$queryResult = Get-AzSupportService - Name $serviceObject.Name | Get-AzSupportProblemClassification
0 commit comments