feat: Add enterprise Visual Studio subscription licensing APIs - #4483
Open
hariom-hp wants to merge 1 commit into
Open
feat: Add enterprise Visual Studio subscription licensing APIs#4483hariom-hp wants to merge 1 commit into
hariom-hp wants to merge 1 commit into
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
hariom-hp
force-pushed
the
feat-vss-licensing
branch
from
August 25, 2026 07:22
61319d2 to
782156e
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #4483 +/- ##
=======================================
Coverage 98.51% 98.52%
=======================================
Files 195 195
Lines 17691 17735 +44
=======================================
+ Hits 17429 17473 +44
Misses 262 262 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
gmlewis
approved these changes
Aug 25, 2026
gmlewis
left a comment
Collaborator
There was a problem hiding this comment.
Thank you, @hariom-hp!
LGTM.
Awaiting second LGTM+Approval from any other contributor to this repo before merging.
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.
Summary
Adds typed
EnterpriseServicesupport for GitHub Enterprise Cloud's Visual Studio Subscriptions (VSS) licensing endpoints:ListVisualStudioSubscriptions:GET /enterprises/{enterprise}/visual-studio-subscriptionsAddOrUpdateVisualStudioSubscriptionUserMatch:PUT /enterprises/{enterprise}/visual-studio-subscriptions/{visual_studio_subscription_id}DeleteVisualStudioSubscriptionUserMatch:DELETE /enterprises/{enterprise}/visual-studio-subscriptions/{visual_studio_subscription_id}Changes
VisualStudioSubscriptions,VisualStudioSubscriptionAssignment,VisualStudioSubscriptionUserMatchRequest, andListVisualStudioSubscriptionsOptions.EnterpriseServicewith OpenAPI//meta:operationdirectives and API documentation links.enterprise_licenses_test.gocovering success cases, request body payloads, HTTP 204 responses, bad options, and mock server failures (100% statement coverage).github-accessors.goand iterators ingithub-iterators.go.Validation
script/fmt.shscript/generate.sh --checkscript/lint.sh(0 issues across all 12 modules)script/test.sh -race -covermode atomic ./...(0 failures across all 12 modules)go test -v -tags=integration -run=^$ ./test/integrationgit diff --check