-
Notifications
You must be signed in to change notification settings - Fork 380
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
[AVM CI Environment Issue]: Pester static tests for managedIdentitiesType are skipped #3895
Comments
Important The "Needs: Triage 🔍" label must be removed once the triage process is complete! Tip For additional guidance on how to triage this issue/PR, see the BRM Issue Triage documentation. |
Warning Tagging the AVM Core Team (@Azure/avm-core-team-technical-bicep) due to a module owner or contributor having not responded to this issue within 3 business days. The AVM Core Team will attempt to contact the module owners/contributors directly. Tip
|
Hey @peterbud, That being said, regarding the specific test in question it should be noted that it should only fire if the resource supports system assigned identities. We hence need to find a better/new way to detect this case. cc: @eriqua (if you want to add anything 🙂) Will remove the triage label. And we can work on this once a PR moving the utilities folder was merged (to avoid conflicts) |
Check for previous/existing GitHub issues
Issue Type?
Bug
Description
I have noticed that Pester static tests for
managedIdentitiesType
are skipped in the CI runs, as I believe the type has been recently renamed tomanagedIdentitiesAllType
.Example from a recent CI run:
Module tests / Template tests / Parameters / Schema-based User-defined-types tests / [sql/server] If a UDT definition [managedIdentitiesType] exists and supports system-assigned-identities, the template should have an output for its principal ID. |
Test is skipped, because because the module template has no [managedIdentitiesType] UDT definition or does not support system-assigned-identities.
The text was updated successfully, but these errors were encountered: