Skip to content

Commit

Permalink
Improved the error message displayed for user service account access …
Browse files Browse the repository at this point in the history
…commands
  • Loading branch information
taers232c committed Dec 6, 2024
1 parent dbdf5d2 commit 59f0a30
Show file tree
Hide file tree
Showing 5 changed files with 631 additions and 511 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/winget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: vedantmgoyal2009/winget-releaser@v2
with:
identifier: taers232c.GAMADV-XTD3
release-tag: v7.01.04
release-tag: v7.02.00
max-versions-to-keep: 1 # keep only latest versions
installers-regex: '\.msi$'
token: ${{ secrets.WINGET_TOKEN }}
11 changes: 9 additions & 2 deletions src/GamUpdate.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
7.02.00

Improved the error message displayed for user service account access commands when:
* The API is not enabled
* The user does not exist
* The user exists but is in a OU where the service is disabled

7.01.04

Added options `internal`, `internaldomains <DomainNameList>` and `external` to these commands
Expand All @@ -16,13 +23,13 @@ By default, when listing group members, GAM does not take the domain of the memb
* `internal external internaldomains <DomainNameList>` - Display all members, indicate their category: internal or external
* `internaldomains <DomainNameList>` - Defaults to value of `domain` in `gam.cfg`

Members without an email address, e.g. `customer`, `chrome-os-device` and `cbcm-browser` are considered internal.
Members without an email address, e.g. `customer`, `chromeosdevice` and `cbcmbrowser` are considered internal.

Updated to Python 3.13.1 where possible.

7.01.03

Fixed bug in `gam update cigroups <GroupEntity> delete|sync|update` where `cbcm-browser` and `chrome-os-device`
Fixed bug in `gam update cigroups <GroupEntity> delete|sync|update` where `cbcmbrowser` and `chromeosdevice`
addresses were not properly handled.

7.01.02
Expand Down
Loading

0 comments on commit 59f0a30

Please sign in to comment.