Skip to content

Commit 35b8700

Browse files
author
Chenglong Liu
committed
Add test for frontdoor rule
1 parent 84a2bf9 commit 35b8700

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Cdn/Cdn.Autorest/test/Remove-AzFrontDoorCdnRule.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Describe 'Remove-AzFrontDoorCdnRule' {
5454
}
5555
}
5656

57-
It 'DeleteViaIdentity' -skip {
57+
It 'DeleteViaIdentity' {
5858
$PSDefaultParameterValues['Disabled'] = $true
5959
$ResourceGroupName = 'testps-rg-' + (RandomString -allChars $false -len 6)
6060
try
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"SubscriptionId": "d7cfdb98-c118-458d-8bdf-246be66b1f5e",
2+
"location": "westus",
33
"Tenant": "72f988bf-86f1-41af-91ab-2d7cd011db47",
4-
"location": "westus"
4+
"SubscriptionId": "d7cfdb98-c118-458d-8bdf-246be66b1f5e"
55
}

0 commit comments

Comments
 (0)