Skip to content

Commit 8119004

Browse files
authored
Merge pull request #71 from alagoutte/readme
Update README (Add shield.io logo) and Release 0.6.0
2 parents 256494a + 5c94a82 commit 8119004

File tree

3 files changed

+26
-6
lines changed

3 files changed

+26
-6
lines changed

Diff for: PowerArubaCP/PowerArubaCP.psd1

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'PowerArubaCP.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.5.0'
15+
ModuleVersion = '0.6.0'
1616

1717
# ID used to uniquely identify this module
1818
GUID = '24e1a5ba-e4e3-4109-b079-04d4d657da93'
@@ -24,7 +24,7 @@
2424
#CompanyName = 'Unknown'
2525

2626
# Copyright statement for this module
27-
Copyright = '(c) 2018 Alexis La Goutte All rights reserved.'
27+
Copyright = '(c) 2018 - 2022 Alexis La Goutte All rights reserved.'
2828

2929
# Description of the functionality provided by this module
3030
Description = 'PowerShell module to query the Aruba ClearPass API'

Diff for: README.md

+23-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,33 @@
11

22
# PowerArubaCP
33

4+
<p align="center">
5+
<a href="https://www.powershellgallery.com/packages/PowerArubaCP/" alt="PowerShell Gallery Version">
6+
<img src="https://img.shields.io/powershellgallery/v/PowerArubaCP.svg" /></a>
7+
<a href="https://www.powershellgallery.com/packages/PowerArubaCP/" alt="PS Gallery Downloads">
8+
<img src="https://img.shields.io/powershellgallery/dt/PowerArubaCP.svg" /></a>
9+
<!--
10+
<a href="https://www.powershellgallery.com/packages/PowerArubaCP/" alt="PS Platform">
11+
<img src="https://img.shields.io/powershellgallery/p/PowerArubaCP.svg" /></a>
12+
-->
13+
</p>
14+
<p align="center">
15+
<a href="https://github.com/PowerAruba/PowerArubaCP/graphs/commit-activity" alt="GitHub Last Commit">
16+
<img src="https://img.shields.io/github/last-commit/PowerAruba/PowerArubaCP/master.svg" /></a>
17+
<a href="https://raw.githubusercontent.com/PowerAruba/PowerArubaCP/master/LICENSE" alt="GitHub License">
18+
<img src="https://img.shields.io/github/license/PowerAruba/PowerArubaCP.svg" /></a>
19+
<a href="https://github.com/PowerAruba/PowerArubaCP/graphs/contributors" alt="GitHub Contributors">
20+
<img src="https://img.shields.io/github/contributors/PowerAruba/PowerArubaCP.svg"/></a>
21+
</p>
22+
23+
424
This is a Powershell module for configure an Aruba ClearPass (CPPM).
525

626
<p align="center">
727
<img src="https://raw.githubusercontent.com/PowerAruba/PowerArubaCP/master/Medias/PowerArubaCP.png" width="250" height="250" />
828
</p>
929

10-
With this module (version 0.5.0) you can manage:
30+
With this module (version 0.6.0) you can manage:
1131

1232
- [API Client](#api-client) (Add / Get / Remove)
1333
- [Application License](#application-license) (Add / Get / Remove)
@@ -31,7 +51,7 @@ There is some extra feature
3151

3252
More functionality will be added later.
3353

34-
Tested with Aruba ClearPass (using release 6.8.x, 6.9.x and 6.10.0)
54+
Tested with Aruba ClearPass (using release 6.8.x, 6.9.x and 6.10.x)
3555
Application Licence, Service and Static Host List are not supported on Clearpass < 6.8.0
3656
Device Fingerprint are not supported on Clearpass < 6.9.0
3757

@@ -936,7 +956,7 @@ Contribution and feature requests are more than welcome. Please use the followin
936956

937957
* For bugs and [issues](https://github.com/PowerAruba/PowerArubaCP/issues), please use the [issues](https://github.com/PowerAruba/PowerArubaCP/issues) register with details of the problem.
938958
* For Feature Requests, please use the [issues](https://github.com/PowerAruba/PowerArubaCP/issues) register with details of what's required.
939-
* For code contribution (bug fixes, or feature request), please request fork PowerFGT, create a feature/fix branch, add tests if needed then submit a pull request.
959+
* For code contribution (bug fixes, or feature request), please request fork PowerArubaCP, create a feature/fix branch, add tests if needed then submit a pull request.
940960

941961
# Contact
942962

Diff for: Tests/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
The tests don't be to be run on PRODUCTION ClearPass ! there is no warning about change on ClearPass.
66
It need to be use only for TESTS !
77

8-
A ArubaOS ClearPass with release >= 6.7.x or 6.8.x
8+
An ArubaOS ClearPass with release >= 6.8.x, 6.9.x and 6.10.x
99
A Token API (See Doc for HOWTO get API)
1010

1111
These are the required modules for the tests

0 commit comments

Comments
 (0)