CosmosDB icon indicating copy to clipboard operation
CosmosDB copied to clipboard

Drop Support for Windows PowerShell 5.1

Open PlagueHO opened this issue 4 years ago • 1 comments

Question: Should support be dropped for PowerShell 5.1 and below?

This will simplify some code and eliminate the need to test on PS 5.1 as part of the CI/CD processes. Some changes proposed would prevent the module from working on PowerShell 5.1 so would need to be announced that it is no longer supported.

See #442

PlagueHO avatar Oct 09 '21 01:10 PlagueHO

Implementing MaxRetires and RetryDelay like what Pwsh does would happen BEFORE the 429 error handling. There is no benefit to a PR for #442 in removing support for Windows Powershell. A PR for 442 will do a regular loop at lower priority than the 429 handler.

Szeraax avatar Oct 09 '21 05:10 Szeraax