From f875a9f01255ca38986dcce2cffdbe24c0f51793 Mon Sep 17 00:00:00 2001 From: Cody Hosterman Date: Sat, 12 Dec 2020 10:34:32 -0800 Subject: [PATCH] Update README.md --- README.md | 56 ++++++++++++++++++++++++++----------------------------- 1 file changed, 26 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index c26f204..dedbae2 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,7 @@ # PureStorage.Pure1 Pure Storage Pure1 Module -

To help our customers I have written a module that makes it easy to connect to the Pure1 REST API with PowerShell.

- - - -

The module is called PureStorage.Pure1

+

The module is called PureStorage.Pure1 and can be used to interact with the Pure1 API via PowerShell.

@@ -48,30 +44,6 @@
update-module PureStorage.Pure1
- -

Blog post on Pure1 REST Authentication:

- - - -
-https://www.codyhosterman.com/2019/12/pure1-rest-api-authentication-made-easy/ -
- - - -

For Linux or MacOS authentication:

- - - -

Pure1 PowerShell Module Core Support (and more!)

- - - -
-https://www.codyhosterman.com/2020/11/improved-certificate-management-for-pure1-powershell-module/ -
- -

Use either get-help or get-command to see the details:

@@ -97,7 +69,31 @@ https://www.codyhosterman.com/2020/11/improved-certificate-management-for-pure1- -

Latest version 1.4.2.0 (December 5th, 2020)

+

Latest version 1.4.3.0 (December 12th, 2020)

+ + + +

See version details: https://github.com/PureStorage-OpenConnect/PureStorage.Pure1/issues/43

+ + + +

New features:

+ + + + + + + +

Bug Fixes:

+ + + +

None

+ + + +

Version 1.4.2.0 (December 5th, 2020)