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

[BUG] Add-AutotaskBaseURI Missing Zones #67

Open
prismong opened this issue May 16, 2024 · 0 comments
Open

[BUG] Add-AutotaskBaseURI Missing Zones #67

prismong opened this issue May 16, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@prismong
Copy link

Describe the bug
It's not possible to connect to use this module for the following Autotask zones:

This is because the zones are hard-coded and validated in the Add-AutotaskBaseURI cmd, so it should just need the additional zones added.

To Reproduce
Steps to reproduce the behavior:

  1. Use Add-AutotaskBaseURI with a missing zone.
  2. The API throws a "Cannot validate argument on parameter 'BaseURI'" error due to the missing zones not being specified in the module.

Expected behavior
Using the Add-AutotaskBaseURI cmd should allow connections to the aforementioned zones.

Current Workaround
I have manually edited the Add-AutotaskBaseURI.ps1 file on my own system to include the additional zones which works as expected.

@prismong prismong added the bug Something isn't working label May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant