Skip to content

Commit 64daa31

Browse files
authored
fix: Added new attribute to ZPA package (#394)
1 parent adf45bf commit 64daa31

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
# 3.8.10 (December 10, 2025)
4+
5+
## Notes
6+
- Golang: **v1.24**
7+
8+
### Bug Fixes
9+
10+
- [PR #394](https://github.com/zscaler/zscaler-sdk-go/pull/394) - Added new attribute `approvalReviewers` to ZPA `praportal` package.
11+
312
# 3.8.9 (December 9, 2025)
413

514
## Notes

docs/guides/release-notes.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,19 @@ Track all Zscaler SDK GO releases. New resources, features, and bug fixes will b
1313

1414
---
1515

16-
``Last updated: v3.8.9``
16+
``Last updated: v3.8.10``
1717

1818
---
1919

20+
# 3.8.10 (December 10, 2025)
21+
22+
## Notes
23+
- Golang: **v1.24**
24+
25+
### Bug Fixes
26+
27+
- [PR #394](https://github.com/zscaler/zscaler-sdk-go/pull/394) - Added new attribute `approvalReviewers` to ZPA `praportal` package.
28+
2029
# 3.8.9 (December 9, 2025)
2130

2231
## Notes

zscaler/zpa/services/privilegedremoteaccess/praportal/praportal.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ type PRAPortal struct {
9090
HideInfoTooltip bool `json:"hideInfoTooltip,omitempty"`
9191

9292
RestrictedEntity bool `json:"restrictedEntity,omitempty"`
93+
94+
ApprovalReviewers []string `json:"approvalReviewers,omitempty"`
9395
}
9496

9597
func Get(ctx context.Context, service *zscaler.Service, portalID string) (*PRAPortal, *http.Response, error) {

0 commit comments

Comments
 (0)