Skip to content
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

NewWorkload.bicep run fails due to updated modules without updates to newWorkload #487

Closed
sstjean opened this issue Oct 27, 2021 · 1 comment · Fixed by #488
Closed

NewWorkload.bicep run fails due to updated modules without updates to newWorkload #487

sstjean opened this issue Oct 27, 2021 · 1 comment · Fixed by #488
Assignees
Labels
bug Something isn't working

Comments

@sstjean
Copy link
Contributor

sstjean commented Oct 27, 2021

Description

Deploying a Tier 3 workload using the newWorkload.bicep file fails with an error:
C:\…\repos\missionlz\src\bicep\examples\newWorkload\newWorkload.bicep(57,3) : Error BCP035: The specified "object" declaration is missing the following required properties: "networkSecurityGroupDiagnosticsLogs", "networkSecurityGroupDiagnosticsMetrics".

Steps to Reproduce

Pull current Main branch code and run newWorkload.bicep.

Steps to reproduce the behavior:

  1. Run newWorkload.bicep from the examples folder
  2. Review error

Expected behavior

New Tier 3 workload is wired up.

Actual behavior

Error is thrown:

C:\…\repos\missionlz\src\bicep\examples\newWorkload\newWorkload.bicep(57,3) : Error BCP035: The specified "object" declaration is missing the following required properties: "networkSecurityGroupDiagnosticsLogs", "networkSecurityGroupDiagnosticsMetrics".

Screenshots

Additional context

Operating System: Windows 10
Terraform Version:NA
Cloud (public, Azure Government, etc.): Commercial

@sstjean sstjean added the bug Something isn't working label Oct 27, 2021
@sstjean sstjean self-assigned this Oct 27, 2021
@glennmusa
Copy link
Contributor

an oversight on our part, thanks @sstjean!

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants