Skip to content

Updated Import-APIMSwaggerApiDefinition script #110

Updated Import-APIMSwaggerApiDefinition script

Updated Import-APIMSwaggerApiDefinition script #110

GitHub Actions / Test Results failed Apr 17, 2024 in 0s

1 fail, 2 468 pass in 1m 4s

2 469 tests   2 468 ✅  1m 4s ⏱️
  195 suites      0 💤
    1 files        1 ❌

Results for commit 23310ec.

Annotations

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

Invoke-CdnContentPurge Unit Tests.Parameters are ok.Should call Clear-AzCdnEndpointContent failed

Tests/TEST-All.xml [took 0s]
Raw output
Expected no exception to be thrown, but an exception "Unable to find type [Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20210601.Endpoint]." was thrown from /home/runner/work/das-platform-automation/das-platform-automation/Infrastructure-Scripts/Invoke-CdnContentPurge.ps1:50 char:5
    +     throw "$_"
    +     ~~~~~~~~~~.
at <ScriptBlock>, /home/runner/work/das-platform-automation/das-platform-automation/Tests/UT.Invoke-CdnContentPurge.Tests.ps1: line 27
27:             { ./Invoke-CdnContentPurge -CDNProfileResourceGroup $Config.resourceGroupName -CDNProfileName $Config.CdnProfileName -CDNEndPointName $Config.CDNEndPointName -PurgeContent $Config.purgeContent } | Should Not Throw