File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/Cdn/Cdn.Autorest/test Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- if (($null -eq $TestName ) -or ($TestName -contains ' Get-AzFrontDoorCdnManagedRuleSet ' ))
1
+ if (($null -eq $TestName ) -or ($TestName -contains ' Get-AzCdnManagedRuleSet ' ))
2
2
{
3
3
$loadEnvPath = Join-Path $PSScriptRoot ' loadEnv.ps1'
4
4
if (-Not (Test-Path - Path $loadEnvPath )) {
5
5
$loadEnvPath = Join-Path $PSScriptRoot ' ..\loadEnv.ps1'
6
6
}
7
7
. ($loadEnvPath )
8
- $TestRecordingFile = Join-Path $PSScriptRoot ' Get-AzFrontDoorCdnManagedRuleSet .Recording.json'
8
+ $TestRecordingFile = Join-Path $PSScriptRoot ' Get-AzCdnManagedRuleSet .Recording.json'
9
9
$currentPath = $PSScriptRoot
10
10
while (-not $mockingPath ) {
11
11
$mockingPath = Get-ChildItem - Path $currentPath - Recurse - Include ' HttpPipelineMocking.ps1' - File
@@ -14,7 +14,7 @@ if(($null -eq $TestName) -or ($TestName -contains 'Get-AzFrontDoorCdnManagedRule
14
14
. ($mockingPath | Select-Object - First 1 ).FullName
15
15
}
16
16
17
- Describe ' Get-AzFrontDoorCdnManagedRuleSet ' {
17
+ Describe ' Get-AzCdnManagedRuleSet ' {
18
18
It ' List' - skip {
19
19
{ throw [System.NotImplementedException ] } | Should -Not - Throw
20
20
}
You can’t perform that action at this time.
0 commit comments