Skip to content

Commit 941ec3a

Browse files
committed
properties count to 5
1 parent 2de4b04 commit 941ec3a

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

src/Support/Support.Test/ScenarioTests/ProblemClassificationTests.ps1

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function Get-AzSupportProblemClassificationServiceName
2121
$queryResult = Get-AzSupportService
2222
$serviceName = $queryResult[0].Name
2323

24-
$propertiesCount = 4
24+
$propertiesCount = 5
2525
$cmdletReturnType = "Microsoft.Azure.Commands.Support.Models.PSSupportProblemClassification"
2626

2727
$queryResult = Get-AzSupportProblemClassification -ServiceId $serviceName
@@ -44,7 +44,7 @@ function Get-AzSupportProblemClassificationAllParametersNameAlias
4444
$queryResult = Get-AzSupportService
4545
$serviceName = $queryResult[0].Name
4646

47-
$propertiesCount = 4
47+
$propertiesCount = 5
4848
$cmdletReturnType = "Microsoft.Azure.Commands.Support.Models.PSSupportProblemClassification"
4949

5050
$queryResult = Get-AzSupportProblemClassification -ServiceName $serviceName
@@ -68,7 +68,7 @@ function Get-AzSupportProblemClassificationAllParametersId
6868
$queryResult = Get-AzSupportService
6969
$serviceName = $queryResult[0].Name
7070

71-
$propertiesCount = 4
71+
$propertiesCount = 5
7272
$cmdletReturnType = "Microsoft.Azure.Commands.Support.Models.PSSupportProblemClassification"
7373

7474
$queryResult = Get-AzSupportProblemClassification -ServiceName $serviceName
@@ -92,7 +92,7 @@ function Get-AzSupportProblemClassificationAllParametersResourceId
9292
$queryResult = Get-AzSupportService
9393
$serviceName = $queryResult[0].Id
9494

95-
$propertiesCount = 4
95+
$propertiesCount = 5
9696
$cmdletReturnType = "Microsoft.Azure.Commands.Support.Models.PSSupportProblemClassification"
9797

9898
$queryResult = Get-AzSupportProblemClassification -ServiceName $serviceName
@@ -116,7 +116,7 @@ function Get-AzSupportProblemClassificationParentObjectServiceName
116116
$queryResult = Get-AzSupportService
117117
$serviceObject = $queryResult[0]
118118

119-
$propertiesCount = 4
119+
$propertiesCount = 5
120120
$cmdletReturnType = "Microsoft.Azure.Commands.Support.Models.PSSupportProblemClassification"
121121

122122
$queryResult = Get-AzSupportService -Name $serviceObject.Name | Get-AzSupportProblemClassification
@@ -139,7 +139,7 @@ function Get-AzSupportProblemClassificationParentObjectAllParameters
139139
$queryResult = Get-AzSupportService
140140
$serviceObject = $queryResult[0]
141141

142-
$propertiesCount = 4
142+
$propertiesCount = 5
143143
$cmdletReturnType = "Microsoft.Azure.Commands.Support.Models.PSSupportProblemClassification"
144144

145145
$queryResult = Get-AzSupportService -Name $serviceObject.Name | Get-AzSupportProblemClassification

src/Support/Support.Test/ScenarioTests/ServiceTests.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Gets complete list of services.
1818
#>
1919
function Get-AzSupportServiceNoParameter
2020
{
21-
$propertiesCount = 4
21+
$propertiesCount = 5
2222
$cmdletReturnType = "Microsoft.Azure.Commands.Support.Models.PSSupportService"
2323

2424
$queryResult = Get-AzSupportService
@@ -38,7 +38,7 @@ Get service by name
3838
#>
3939
function Get-AzSupportServiceByNameParameterSetUsingNameAlias
4040
{
41-
$propertiesCount = 4
41+
$propertiesCount = 5
4242
$cmdletReturnType = "Microsoft.Azure.Commands.Support.Models.PSSupportService"
4343

4444
$queryResult = Get-AzSupportService
@@ -58,7 +58,7 @@ Get service by name
5858
#>
5959
function Get-AzSupportServiceByNameParameterSetUsingId
6060
{
61-
$propertiesCount = 4
61+
$propertiesCount = 5
6262
$cmdletReturnType = "Microsoft.Azure.Commands.Support.Models.PSSupportService"
6363

6464
$queryResult = Get-AzSupportService
@@ -78,7 +78,7 @@ Get service by name
7878
#>
7979
function Get-AzSupportServiceByNameParameterSetUsingCompleteResourceId
8080
{
81-
$propertiesCount = 4
81+
$propertiesCount = 5
8282
$cmdletReturnType = "Microsoft.Azure.Commands.Support.Models.PSSupportService"
8383

8484
$queryResult = Get-AzSupportService

0 commit comments

Comments
 (0)