Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## What's New (01/29/2026)

### Bug Fix

- Fixed regression in `TopLevelResourcesListBySubscription` rule where validation would terminate when any tenant-level API path was encountered, preventing validation of subscription-scoped resources in specs containing both tenant and subscription-level operations.

For details, see:
Fix TopLevelResourcesListBySubscription regression #808
https://github.com/Azure/azure-openapi-validator/pull/808

## What's New (05/03/2023)

Continuing the work from 05/02/2023, updated the `@microsoft.azure/openapi-validator`
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@microsoft.azure/openapi-validator-rulesets",
"comment": "Fix regression in TopLevelResourcesListBySubscription rule where validation terminated when any tenant-level API was present, preventing validation of subscription-scoped resources.",
"type": "patch"
}
],
"packageName": "@microsoft.azure/openapi-validator-rulesets"
}
Loading