TheJumpCloud / support

Public scripts and examples for managing JumpCloud managed systems and service endpoints
267 stars 152 forks source link

Cert Generation Tests + SN in Commands #559

Closed jworkmanjc closed 7 months ago

jworkmanjc commented 7 months ago

Issues

What does this solve?

Changes in #553 modified the command generation process. The Serial Number variable was no longer being passed into the generated command and, certificate installations would fail on devices. This addresses the issue by passing in the serial number when generating commands.

Additional tests were written to:

Is there anything particularly tricky?

How should this be tested?

No manual tests required, the functionally of the PR should be tested automatically with pester tests.

Screenshots