davidcho23
davidcho23
No, my recent change was blocking ternary operators being used to set the **parent** property: https://github.com/Azure/bicep/pull/7254. If my fix was the cause, there should at least be an error message...
@anthony-c-martin Ah, sorry I misunderstood. Then yes, we should implement blocking using ternary operators for `scope`
@razvanbadea-msft I am seeing `[TrackedExtensionResourcesAreNotAllowed](https://github.com/Azure/azure-openapi-validator/blob/main/docs/tracked-extension-resources-are-not-allowed.md)` in the Swagger LintDiff check: https://github.com/Azure/azure-rest-api-specs/pull/31006/checks?check_run_id=33166229251 but these do not seem related to my changes. Could you explain what these mean? Thank you