Daniel Scott-Raynsford
Daniel Scott-Raynsford
Because AppVeyor CI now supports reboots during the Install phase, it should be possible to add Integration tests for many of the resources in this Module. See https://github.com/appveyor/ci/issues/204
The `macos-10.15` Azure DevOps image has been deprecated. Update the image to `macos-11`.
Windows Server 2016 agents in Azure DevOps are being deprecated. Remove the tests for these.
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....
Windows Server tests are only running using Windows PowerShell 5.1. Should also add them for PowerShell 7.x
Currently tests on MacOS are only run with PowerShell 6. Add tests for PowerShell 7 on MacOS to prepare for deprecation of testing on PowerShell 6.
As per this page https://docs.microsoft.com/en-us/azure/cosmos-db/sql-query-pagination#understanding-query-executions it is possible that a continuation token is returned, but the user did not expect it so didn't assign it to a variable. If that...
Cosmos DB now supports AAD OAuth 2.0 Authorization: https://docs.microsoft.com/en-us/rest/api/cosmos-db/access-control-on-cosmosdb-resources Enable support for this.
# Feature Add support for passing a connection string (as secure string) into the `New-CosmosDbContext` funciton.
The Azure DevOps pipeline agents used by any linux tasks are using outdated agent versions that need to be updated to `ubuntu-latest`.