-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Provide more graceful handling for APIM default cleanup #225
Conversation
Signed-off-by: Tom Kerkhove <[email protected]>
✔️ Deploy Preview for arcus-scripting canceled. 🔨 Explore the source changes: 6b7004b 🔍 Inspect the deploy log: https://app.netlify.com/sites/arcus-scripting/deploys/619373a5a492f50007e949b3 |
Should not close this issue, right? |
Yes and no, it will no longer fail if it's not there (based on my basic PowerShell knowledge) |
A unit test failed but I'm new to Pester - Where do I find them and how do I run them? |
Hmm, smells like a workaround then, as there's no change in actual operation calls. |
Make sure that the |
Changed it to "Relates to" but we need to fix this |
Looking at the tests it's supposed to return a Must be a breaking change that slipped in. |
I don't see any script functions that return booleans, though. If you refering the the stubbed-out functions, those are Azure-specific functions from a dependent module. The tests are failing here because the stubbed-out functions are returning something and the new proposed functionality here assumes that returning something means something's broken. |
I know but that's the new reality, at least in the versions that I have 🤷♂️ |
Ok, so we may need to change the tests here. |
Unfortunately I won't have the bandwidth to change this so if somebody else could pick this up that would be great. We also need to check if this is introduced in a given version or not. |
@stijnmoreels As I won't have time to complete this, are you willing to take this over or should I abandon the PR? |
Ok, I'll take this up when I got the time (😓). |
It's not urgent and sorry! |
Signed-off-by: Tom Kerkhove [email protected]
Relates to #216