-
Notifications
You must be signed in to change notification settings - Fork 756
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
Fix unhandled exception in import closure calculation #15833
base: main
Are you sure you want to change the base?
Conversation
Test this change out locally with the following install scripts (Action run 12265847749) VSCode
Azure CLI
|
Dotnet Test Results 78 files - 39 78 suites - 39 30m 20s ⏱️ - 13m 49s For more details on these failures, see this check. Results for commit 2def4f0. ± Comparison against base commit c0c938c. This pull request removes 1843 and adds 631 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
…p-level type definition to import closure calculation
Resolves #15750
Import closure calculation currently only supports ARM type pointers of the form
#/definitions/<type definition name>
, although ARM permits pointers that refer to any schema node. This PR replaces Bicep's type pointer resolution with a call into the resolver used by ARM.Microsoft Reviewers: Open in CodeFlow