zscaler / zscaler-sdk-go

Zscaler SDK for Golang (ZPA/ZIA/ZDX/ZCC APIs)
https://zscaler.com
MIT License
10 stars 1 forks source link

feat: Added Location, VPN credential bulk delete and rule type mapping #272

Closed willguibr closed 1 month ago

willguibr commented 1 month ago

Provide a general summary of your changes in the title above. You should remove this overview, any sections and any section descriptions you don't need below before submitting. There isn't a strict requirement to use this template if you can structure your description and still cover these points.

Description

Describe your changes in detail through motivation and context. Why is this change required? What problem does it solve? If it fixes an open issue, link to the issue using GitHub's closing issues keywords1.

Has your change been tested?

Explain how the change has been tested and what you ran to confirm your change affects other parts of the code. Automated tests are generally expected and changes without tests should explain why they aren't required.

Screenshots (if appropriate):

Types of changes

What sort of change does your code introduce/modify?

Checklist:

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 14.70588% with 29 lines in your changes missing coverage. Please review.

Project coverage is 57.67%. Comparing base (eb7dfdd) to head (5366111). Report is 1 commits behind head on master.

Files Patch % Lines
zia/client.go 0.00% 13 Missing :warning:
.../location/locationmanagement/locationmanagement.go 0.00% 7 Missing :warning:
...trafficforwarding/vpncredentials/vpncredentials.go 0.00% 7 Missing :warning:
zia/services/cloudappcontrol/cloudappcontrol.go 71.42% 1 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #272 +/- ## ========================================== - Coverage 58.23% 57.67% -0.56% ========================================== Files 174 153 -21 Lines 6683 6219 -464 ========================================== - Hits 3892 3587 -305 + Misses 2257 2143 -114 + Partials 534 489 -45 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.