Dependency Validation on conditional modules #11548
Closed
kevball2
started this conversation in
Authoring Help
Replies: 1 comment 1 reply
-
This is a known issue in the ARM runtime (see #3990 for more discussion), but there is a workaround you can try. You would essentially have to use the same condition anywhere you want to dereference a property of a conditional resource. So in the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
just looking to verify this is the expected behavior I am seeing with module dependencies.
Both modules are set to only run on
osType
. What I am finding that the uaiSSHDeploy module is still looking to be deployed when theosType
condition is not met.the dependency on
uaiSSHDeploy.outputs.principalId
is causing deployment to expect a module deployment to exist. I don't expect there is way around this but just want to confirm this what is happening.Beta Was this translation helpful? Give feedback.
All reactions