Fixed missing validation for author object in pbiviz.json#566
Open
kullJul wants to merge 4 commits intomicrosoft:mainfrom
Open
Fixed missing validation for author object in pbiviz.json#566kullJul wants to merge 4 commits intomicrosoft:mainfrom
author object in pbiviz.json#566kullJul wants to merge 4 commits intomicrosoft:mainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds validation to ensure the author object is present in pbiviz.json files and updates several npm dependencies to newer versions.
Changes:
- Added new
AuthorInfofeature class to validate presence of the author object in pbiviz.json - Bumped version from 7.0.2 to 7.0.3
- Updated npm packages (body-parser, express, qs, raw-body, and related dependencies)
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| src/features/AuthorInfo.ts | New feature class that validates author object presence in pbiviz.json configuration |
| src/features/index.ts | Added import and export for the new AuthorInfo feature |
| src/Visual.ts | Added isAuthorDefined() method to check if author object exists |
| package.json | Version bumped to 7.0.3 |
| package-lock.json | Version update and dependency updates for body-parser, express, qs, raw-body, and related packages |
| Changelog.md | Added 7.0.3 release notes documenting the author validation fix and package updates |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
pbicvsupport
approved these changes
Jan 28, 2026
bobalive
approved these changes
Jan 28, 2026
bobalive
approved these changes
Jan 30, 2026
bobalive
approved these changes
Jan 30, 2026
uve
approved these changes
Feb 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
7.0.3
authorobject in pbiviz.json. Theauthorobject withnameandemailfields is now required.