-
Notifications
You must be signed in to change notification settings - Fork 4
bump 0.9.4 #222
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
Merged
bump 0.9.4 #222
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The `push_options: '--force'` in the release workflow is removed. Force pushing can lead to unintended consequences and data loss, so it is best to avoid it unless absolutely necessary.
…up-set-ver 212 Add-VerkadaAccessUserToGroup (Set-VerkadaAccessUserGroup)
Adds the `outFile` parameter to `Invoke-VerkadaRestMethod` to allow users to specify a path to save the API response to a file. Streamlines parameter passing to Invoke-RestMethod by using a splatting technique.
Introduces a new function to retrieve user profile pictures from the Verkada Access system using their API. This enhances the module's capabilities by allowing retrieval of user profile photos, using either the user ID or external ID. Also adds the new function to the module manifest. closes #217
Removes the function Export-VerkadaAccessUserProfilePicture as the functionality has been merged into Get-VerkadaAccessUserProfilePicture closes #218
Adds a check to ensure either an external ID or user ID is provided to the Get-VerkadaAccessUserProfilePicture function. This prevents the script from running without sufficient identification data, improving error handling and preventing unexpected behavior.
Refactors the function to use the public API for removing user profile pictures. Changes include: - Using externalId or userId to identify the user. - Adding a region parameter to target different API regions. - Switching to using the public API token (x_verkada_auth_api). - Adding errorsToFile parameter to allow writing errors to a file. closes #219
Removes the function and its documentation as it is no longer needed.
Adds a check to determine if a profile picture exists for a user before attempting to retrieve it. This prevents errors when a user does not have a profile picture.
93 Update existing AC functions closes #93
various updates
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.