Replies: 1 comment
-
I have this exact same issue, would love for an answer on this |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
dev.bicepparam:
main.bicep file (basically blank, just setting the targetScope):
targetScope = 'subscription'
Running:
az deployment sub create --location eastus2 --template-file main.bicep --parameters dev.bicepparam
Error:
expected string or bytes-like object, got 'NoneType'
If I change
using none
tousing 'main.bicep'
, then it runs without error.Is this a bug?
Beta Was this translation helpful? Give feedback.
All reactions