[DRAFT] [Pure Storage] Driver API version upgrade #287
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
With the upcoming deprecation of REST 1.x used by this driver to comminucate with the FlashArray, this patch is to convert the driver to use REST 2.x calls, which means changing the required Python SDK from
purestorge(REST 1.x) topy-pure-client(REST 2.x). The minimum version ofpy-pure-clientis defined to be 1.47.0.This change does not affect any of the functionality of the driver but does affect the minimum required FlashArray operating system, increasing this to Purity//FA 6.1.0.
This change will also allow for the addition of new features that were not supported by the REST 1.x APIs.
Documentation changes are made to reflect the change in required SDK.
All unit tests are updated to reflect the changes in the driver and the use of new SDK calls.
Change-Id: I3deae1cc6bbe5ef5820224f72bb02565677e1ade