Skip to content

Commit

Permalink
Merge pull request #71 from alagoutte/readme
Browse files Browse the repository at this point in the history
Update README (Add shield.io logo) and Release 0.6.0
  • Loading branch information
alagoutte authored Apr 13, 2022
2 parents 256494a + 5c94a82 commit 8119004
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 6 deletions.
4 changes: 2 additions & 2 deletions PowerArubaCP/PowerArubaCP.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'PowerArubaCP.psm1'

# Version number of this module.
ModuleVersion = '0.5.0'
ModuleVersion = '0.6.0'

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

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

# Description of the functionality provided by this module
Description = 'PowerShell module to query the Aruba ClearPass API'
Expand Down
26 changes: 23 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,33 @@

# PowerArubaCP

<p align="center">
<a href="https://www.powershellgallery.com/packages/PowerArubaCP/" alt="PowerShell Gallery Version">
<img src="https://img.shields.io/powershellgallery/v/PowerArubaCP.svg" /></a>
<a href="https://www.powershellgallery.com/packages/PowerArubaCP/" alt="PS Gallery Downloads">
<img src="https://img.shields.io/powershellgallery/dt/PowerArubaCP.svg" /></a>
<!--
<a href="https://www.powershellgallery.com/packages/PowerArubaCP/" alt="PS Platform">
<img src="https://img.shields.io/powershellgallery/p/PowerArubaCP.svg" /></a>
-->
</p>
<p align="center">
<a href="https://github.com/PowerAruba/PowerArubaCP/graphs/commit-activity" alt="GitHub Last Commit">
<img src="https://img.shields.io/github/last-commit/PowerAruba/PowerArubaCP/master.svg" /></a>
<a href="https://raw.githubusercontent.com/PowerAruba/PowerArubaCP/master/LICENSE" alt="GitHub License">
<img src="https://img.shields.io/github/license/PowerAruba/PowerArubaCP.svg" /></a>
<a href="https://github.com/PowerAruba/PowerArubaCP/graphs/contributors" alt="GitHub Contributors">
<img src="https://img.shields.io/github/contributors/PowerAruba/PowerArubaCP.svg"/></a>
</p>


This is a Powershell module for configure an Aruba ClearPass (CPPM).

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

With this module (version 0.5.0) you can manage:
With this module (version 0.6.0) you can manage:

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

More functionality will be added later.

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

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

* 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.
* For Feature Requests, please use the [issues](https://github.com/PowerAruba/PowerArubaCP/issues) register with details of what's required.
* 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.
* 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.

# Contact

Expand Down
2 changes: 1 addition & 1 deletion Tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The tests don't be to be run on PRODUCTION ClearPass ! there is no warning about change on ClearPass.
It need to be use only for TESTS !

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

These are the required modules for the tests
Expand Down

0 comments on commit 8119004

Please sign in to comment.