Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Get/Revoke-CVClientLicense functions #14

Closed
wants to merge 1 commit into from

Conversation

CraigTolley
Copy link

Replaces the PR #9.

New functions to Get and Revoke client licenses. Includes all changes previously mentioned in #9

@CraigTolley
Copy link
Author

Hopefully this provides the functionality in #4 as well.

$licensesinfos = @()
ForEach ($l in $LicensesToRelease) {
$licenseinfo = @{}
$licenseinfo.Add("platformType",$LicensesToRelease.platformType)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The payload here is incorrect platformType is populated with array of integers for multiple licenses . Instead of $LicensesToRelease replace it with the $l.platformType.

Copy link
Collaborator

@JnaneshD05 JnaneshD05 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes are suggested

@CraigTolley
Copy link
Author

This was nearly 2 years ago. We have given up on this module and replaced it with our own.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants