Azure / data-api-builder

Data API builder provides modern REST and GraphQL endpoints to your Azure Databases and on-prem stores.
https://aka.ms/dab/docs
MIT License
786 stars 142 forks source link

Perform recursive authz and request validation only when multiple-create is enabled #2199

Closed ayush3797 closed 2 months ago

ayush3797 commented 2 months ago

Why make this change?

Currently we perform recursive AuthZ and request validation even when multiple-create is not enabled, which is not required. This PR adds logic to perform recursive authz and request validation only when multiple-create is enabled.

How was this tested?

Existing tests provide the coverage.

ayush3797 commented 2 months ago

/azp run