mirror of
https://github.com/snazy2000/SnipeitPS.git
synced 2025-12-13 18:02:30 +00:00
Merge pull request #188 from PetriAsi/update/readme
release version v.1.8
This commit is contained in:
commit
2d7c315424
3 changed files with 27 additions and 2 deletions
25
CHANGELOG.md
25
CHANGELOG.md
|
|
@ -5,6 +5,31 @@ All notable changes to this project will be documented in this file.
|
||||||
The format is based on [Keep a Changelog](http://keepachangelog.com/),
|
The format is based on [Keep a Changelog](http://keepachangelog.com/),
|
||||||
and this project adheres to [Semantic Versioning](http://semver.org/).
|
and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
|
||||||
|
# [v.1.8.x] - 2021-06-17
|
||||||
|
|
||||||
|
## Support for new Snipe it endpoints
|
||||||
|
|
||||||
|
## New features
|
||||||
|
|
||||||
|
Get-SnipeitAccessories -user_id
|
||||||
|
returns accessories checked out to user id
|
||||||
|
|
||||||
|
Get-SnipeitAsset -user_id
|
||||||
|
Return Assets checked out to user id
|
||||||
|
|
||||||
|
Get-SnipeitAsset -component_id
|
||||||
|
Returns assets with specific component id
|
||||||
|
|
||||||
|
Get-SnipeitLicense -user_id
|
||||||
|
Get licenses checked out to user ID
|
||||||
|
|
||||||
|
Get-SnipeitLicense -asset_id
|
||||||
|
Get licenses checked out to asset ID
|
||||||
|
|
||||||
|
Get-SnipeitUser -accessory_id
|
||||||
|
Get users that have specific accessory id checked out
|
||||||
|
|
||||||
# [v.1.7.x] - 2021-06-14
|
# [v.1.7.x] - 2021-06-14
|
||||||
|
|
||||||
## Consumables
|
## Consumables
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
RootModule = 'SnipeitPS'
|
RootModule = 'SnipeitPS'
|
||||||
|
|
||||||
# Version number of this module.
|
# Version number of this module.
|
||||||
ModuleVersion = '1.7'
|
ModuleVersion = '1.8'
|
||||||
|
|
||||||
# Supported PSEditions
|
# Supported PSEditions
|
||||||
# CompatiblePSEditions = @()
|
# CompatiblePSEditions = @()
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ environment:
|
||||||
secure: UdM6qhf5B0G8liHhUrwWERCZr44iSqmg4jUq0lwlTjZs4KyeoiwnBzdej0phqIAm
|
secure: UdM6qhf5B0G8liHhUrwWERCZr44iSqmg4jUq0lwlTjZs4KyeoiwnBzdej0phqIAm
|
||||||
PShell: '5'
|
PShell: '5'
|
||||||
|
|
||||||
version: 1.7.{build}
|
version: 1.8.{build}
|
||||||
|
|
||||||
# Don't rebuild when I tag a release on GitHub
|
# Don't rebuild when I tag a release on GitHub
|
||||||
skip_tags: true
|
skip_tags: true
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue