You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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
The text was updated successfully, but these errors were encountered: