We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Bicep version Bicep CLI version 0.1.223-alpha (895cac2)
Describe the bug When defining a vnet resource, the properties attribute isn't being marked as required. Per ARM template reference, properties is required: https://docs.microsoft.com/en-us/azure/templates/microsoft.network/virtualnetworks
Furthermore, the properties.addressSpace is required in order for deployment to complete.
To Reproduce
param location string = resourceGroup().location resource vnet 'Microsoft.Network/virtualNetworks@2020-06-01' = { location: location name: 'vnet' }
Types with issue (not exhaustive):
Additional context
Expected
The text was updated successfully, but these errors were encountered:
Closing and tracking with #784
Sorry, something went wrong.
No branches or pull requests
Bicep version
Bicep CLI version 0.1.223-alpha (895cac2)
Describe the bug
When defining a vnet resource, the properties attribute isn't being marked as required. Per ARM template reference, properties is required: https://docs.microsoft.com/en-us/azure/templates/microsoft.network/virtualnetworks
Furthermore, the properties.addressSpace is required in order for deployment to complete.
To Reproduce
Types with issue (not exhaustive):
Additional context
Expected
The text was updated successfully, but these errors were encountered: