Fails on Application Insights Open API spec
See original GitHub issueTested this URI out.
Hawaii correctly generates a project with some types; however, the project does not build with several errors e.g.
The type 'WorkbookProperties' is not defined
WorkbookProperties does not appear to be a oneOf case from what I can see.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Failed to create application insights analytics item when ...
After tested, api failed to create application insights analytics item and threw below error message when type is folder.
Read more >Diagnose exceptions in web apps with Application Insights
To start, in the Application Insights resource menu on the left, under Investigate, select the Failures option.
Read more >Troubleshoot Application Insights Profiler - Azure
This article presents troubleshooting steps and information to help developers enable and use Application Insights Profiler.
Read more >Application Insights - Failures in Azure API Management
In this article, we're going to talk about an Application Insights feature that would help you to spot any failures in your Azure...
Read more >Log ModelState Errors to app insights for each Bad Http ...
I know I can create an ActionFilter where I get the ModelState from the current actionContext. I could use the TelemetryClient or ILogger...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Hi @isaacabraham this was a bit of a rollercoaster 😅 I think I got it correctly now. As of Hawaii v0.2.0 I’ve implemented a resolution mechanism for external references using relative paths (option
resolveReferences: true). Also added some improvements regarding parameter naming and default responses which AppInsights seems to be using a lot.Can you please update Hawaii to 0.2.0 like this
then you should be able to generate a project using the following configuration
Give it a try and let me know how it goes 😄
Compiles!