Replies: 1 comment
|
I have this exact same issue, would love for an answer on this |
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.bicepparamError:
expected string or bytes-like object, got 'NoneType'If I change
using nonetousing 'main.bicep', then it runs without error.Is this a bug?
All reactions