Merged
Conversation
Cleaning up paths that no longer available in the code. Removing any references schemas. Updating major version as the change is breaking and non-backwards compatible.
There was a problem hiding this comment.
Pull request overview
This PR performs cleanup by removing obsolete Authenticator-related API paths and schemas from the SHIELD OpenAPI specification, accompanied by a major version bump from 3.2.1 to 4.0.0 to reflect the breaking nature of these changes.
Changes:
- Bumped version from 3.2.1 to 4.0.0 across package.json, package-lock.json, and SHIELD.json specification
- Removed four Authenticator-related schemas:
Authenticator.RequestStatus,Authenticator.Status.TokenAudience,Authenticator.Container.SccAuthCredentials, andAuthenticator.Container.SccAuthCredentials.CredentialContainer - Removed four Authenticator API endpoints:
/Api/Auth/Authenticator,/Api/Auth/Authenticator/Cache/Status,/Api/Auth/Authenticator/Cache/SccAuth, and/Api/Auth/Authenticator/Cache/AccessToken
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/shield/TypeScript/package.json | Updated version from 3.2.1 to 4.0.0 |
| src/shield/TypeScript/package-lock.json | Updated version references from 3.2.1 to 4.0.0 in two locations |
| specs/SHIELD.json | Removed obsolete Authenticator schemas (158 lines) and API paths (182 lines), updated version to 4.0.0 |
Files not reviewed (1)
- src/shield/TypeScript/package-lock.json: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
elliot-huffman
approved these changes
Feb 24, 2026
Contributor
elliot-huffman
left a comment
There was a problem hiding this comment.
Looks good to me!
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.
Cleaning up paths that no longer available in the code.
Removing any references schemas.
Updating major version as the change is breaking and non-backwards compatible.