File tree Expand file tree Collapse file tree 3 files changed +27
-2
lines changed Expand file tree Collapse file tree 3 files changed +27
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,31 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) ,
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
8+
9+ # [ v.1.8.x] - 2021-06-17
10+
11+ ## Support for new Snipe it endpoints
12+
13+ ## New features
14+
15+ Get-SnipeitAccessories -user_id
16+ returns accessories checked out to user id
17+
18+ Get-SnipeitAsset -user_id
19+ Return Assets checked out to user id
20+
21+ Get-SnipeitAsset -component_id
22+ Returns assets with specific component id
23+
24+ Get-SnipeitLicense -user_id
25+ Get licenses checked out to user ID
26+
27+ Get-SnipeitLicense -asset_id
28+ Get licenses checked out to asset ID
29+
30+ Get-SnipeitUser -accessory_id
31+ Get users that have specific accessory id checked out
32+
833# [ v.1.7.x] - 2021-06-14
934
1035## Consumables
Original file line number Diff line number Diff line change 1212RootModule = ' SnipeitPS'
1313
1414# Version number of this module.
15- ModuleVersion = ' 1.7 '
15+ ModuleVersion = ' 1.8 '
1616
1717# Supported PSEditions
1818# CompatiblePSEditions = @()
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ environment:
1717 secure : UdM6qhf5B0G8liHhUrwWERCZr44iSqmg4jUq0lwlTjZs4KyeoiwnBzdej0phqIAm
1818 PShell : ' 5'
1919
20- version : 1.7 .{build}
20+ version : 1.8 .{build}
2121
2222# Don't rebuild when I tag a release on GitHub
2323skip_tags : true
You can’t perform that action at this time.
0 commit comments