Bug reports
This is a list of bug reports that I have made over the years, so I can keep track of their status.
-
2024 - Azure DevOps
Context menu on work item links not visible when link has very long name
On encountering a related work item with a really long title, I noticed that there was no way to get to the context menu.
Accepted
-
2024 - Azure DevOps
Closing the linked work item popup slows down
When working with some work items with a lot of related items, the system got noticably slower. The issue was quickly fixed after my report.
Fixed
-
2020 - Azure ARM Schemas
Add WebtestLocationAvailabilityCriteria to Insights/metricAlerts criteria enum
As I was creating alerts in Azure through ARM, VSCode threw validation errors that didn't match the documentation or the behaviour of Azure.
Open
-
2020 - Azure ARM Schemas
Incorrect validation error on DashboardParts metadata
When creating an Azure Portal dashboard through ARM, I ran into a validation error that seemed off. The problem was reproducable with with a piece of code generated by Azure.
Open
-
2020 - Azure REST API
change Microsoft.Insights/scheduledQueryRules enabled property to boolean
As I was creating Azure infrastructure with ARM, I noticed that some boolean field were actually string fields with "true" and "false" values.
Open
-
2009 - W3 Validator
invalid xml in soap_warnings.tmpl
When using the validator I got an invalid response back. I found the problem in the source code, reported it, and it was fixed a day later.
Fixed