Skip to content

Commit 4fd5829

Browse files
committed
update readme
1 parent d3326a3 commit 4fd5829

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
# Pure Storage FlashArray PowerShell SDK version 2 &nbsp;&nbsp; <img src="/images/pure_powershell_sdk.png">
22

3-
![GitHub all releases](https://img.shields.io/github/downloads/PureStorage-Connect/PowerShellSDK2/total?color=orange&label=GitHub%20downloads&logo=powershell&style=plastic) ![PowerShell Gallery](https://img.shields.io/powershellgallery/dt/PureStoragePowerShellSDK2?color=orange&label=PSGallery%20downloads&logo=powershell&style=plastic)
3+
![GitHub all releases](https://img.shields.io/github/downloads/PureStorage-Connect/PowerShellSDK2/total?color=orange&label=GitHub%20downloads&logo=powershell&style=plastic) ![PowerShell Gallery](https://img.shields.io/powershellgallery/dt/PureStoragePowerShellSDK2?color=orange&label=PSGallery%20downloads&logo=powershell&style=plastic)
44

55
The Pure Storage PowerShell SDK provides integration with the Purity Operating Environment and FlashArray. It provides functionalities of Purity's REST API as PowerShell cmdlets. Read more about it here in our [Microsoft Platform Guide](https://support.purestorage.com/Solutions/Microsoft_Platform_Guide/a_Windows_PowerShell).
66
<br>
77
<br>
88
| Information on previous versions and the PowerShell Toolkit |
99
| ----------- |
1010
| The [Pure Storage PowerShell SDK 1.19](https://www.github.com/PureStorage-Connect/PowerShellSDK) is still available. There will be no future development on the 1.x versions of the SDK. All development is focused on supporting Purity REST API 2.x and greater.|
11-
| We also have an open-source project, the [Pure Storage PowerShell Toolkit](https://github.com/PureStorage-OpenConnect/powershell-toolkit) that provides additional cmdlets to perform operations like testing Windows Server best practices, creating reports, remove pending deletes and more. We are always looking for contributions and feature requests.
11+
| We also have an open-source project, the [Pure Storage PowerShell Toolkit](https://github.com/PureStorage-OpenConnect/powershell-toolkit) that provides additional cmdlets to perform operations like testing Windows Server best practices, creating reports, remove pending deletes and more. We are always looking for contributions and feature requests.
1212
<br>
1313

1414
<!-- wp:separator -->
1515
<hr class="wp-block-separator"/>
1616
<!-- /wp:separator -->
1717

1818
## :new: WHAT'S NEW
19+
1920
Learn about all of the new capabilities that have been added to this latest release in the [Release Notes](https://github.com/PureStorage-Connect/PowerShellSDK2/blob/main/release_notes.md).
2021

2122
<br>
@@ -24,36 +25,41 @@ Learn about all of the new capabilities that have been added to this latest rele
2425
<!-- /wp:separator -->
2526

2627
## :cloud: INSTALLATION
28+
2729
#### Note: This MSI installer has been deprecated.
2830

2931
```powershell
3032
Install-Module -Name PureStoragePowerShellSDK2
3133
```
34+
3235
<br>
3336
<!-- wp:separator -->
3437
<hr class="wp-block-separator"/>
3538
<!-- /wp:separator -->
3639

3740
### :arrow_down: RESOURCES
41+
3842
:radio_button: [Pure Storage Support -- Programming Interfaces > PowerShell](https://support.purestorage.com/Solutions/Microsoft_Platform_Guide/a_Windows_PowerShell)<br>
3943
:radio_button: [Quick Start PowerShell SDK 2 Examples](https://github.com/PureStorage-Connect/PowerShellSDK2/blob/master/SDK2-Examples.ps1)<br>
4044
:radio_button: [SDK version 1.x Github Repository](https://www.github.com/PureStorage-Connect/PowerShellSDK)
4145
<br>
46+
4247
<!-- wp:separator -->
4348
<hr class="wp-block-separator"/>
4449
<!-- /wp:separator -->
4550

4651
### ISSUES, QUESTION
52+
4753
<!-- wp:paragraph -->
4854
<p> :beetle: <a href="https://github.com/PureStorage-Connect/PowerShellSDK2/issues">Click here to report any issues.</a></p>
4955
<!-- /wp:paragraph -->
5056

5157
<!-- wp:paragraph -->
52-
<p> :question: For questions or comments,&nbsp;<a href="https://codeinvite.purestorage.com/">join our Pure Storage Code Slack</a>&nbsp;team! Check out the #pfa-powershell channel.</p>
58+
<p> :question: For questions or comments,&nbsp;<a href="https://purecommunity.purestorage.com/group/code">join our Pure Storage Code discussions</a>&nbsp;on our Community site.</p>
5359
<!-- /wp:paragraph -->
5460

5561
<!-- wp:paragraph -->
56-
<p>Visit <a href="https://code.purestorage.com/"> code.purestorage.com</a> for all our links to APIs, SDK, sample scripts, and more!</p>
62+
<p>Visit <a href="https://code.purestorage.com/"> code.purestorage.com</a> for all our links to APIs, SDKs, documentation, and more!</p>
5763
<!-- /wp:paragraph -->
5864
<br>
5965
<!-- wp:separator -->

0 commit comments

Comments
 (0)