arcus-azure / arcus.scripting

Scripting with Microsoft Azure in a breeze.
https://scripting.arcus-azure.net/
MIT License
9 stars 11 forks source link

Integration account integration tests sometimes fail with 'Not Found' #405

Closed stijnmoreels closed 11 months ago

stijnmoreels commented 11 months ago

Describe the bug Sometimes the integration tests related to the Azure Integration Account fail with a 'Not Found' error.

[-] Arcus Azure Integration Account integration tests.Uploading Schemas into an Azure Integration Account.Create a single schema in an Integration Account succeeds 3.04s (3.03s|3ms)
 CloudException: Operation returned an invalid status code 'NotFound'
 at UploadSchema, /home/vsts/work/1/s/src/Arcus.Scripting.IntegrationAccount/Scripts/Set-AzIntegrationAccountSchemas.ps1:39
 at <ScriptBlock>, /home/vsts/work/1/s/src/Arcus.Scripting.IntegrationAccount/Scripts/Set-AzIntegrationAccountSchemas.ps1:73
 at Set-AzIntegrationAccountSchemas, /home/vsts/work/1/s/src/Arcus.Scripting.IntegrationAccount/Arcus.Scripting.IntegrationAccount.psm1:39
 at <ScriptBlock>, /home/vsts/work/1/s/src/Arcus.Scripting.Tests.Integration/Arcus.Scripting.IntegrationAccount.tests.ps1:44
Schema 'NestedSchema.xsd' has been uploaded into the Azure Integration Account 'arcus-scripting-dev-ne-ia'

To Reproduce Steps to reproduce the behavior: Run CI pipeline.

Expected behavior Azure Integration Account integration tests succeed.

Additional context Add any other context about the problem here.