Daniel Scott-Raynsford
Daniel Scott-Raynsford
See https://support.codacy.com/hc/en-us/articles/360005097654-Ignore-files-from-Codacy-analysis
# Issue Similar to how it is done in Azure PowerShell modules: Eg https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-manager-request-limits
A new Git tag containing the version number is supposed to be added to the repo when the build task fires in AppVeyor. For some reason this isn't working.
"tags": { "defaultExperience": "Core (SQL)" },
Add a .codacy.yml file to the root of the repo to provide improved control over the tests that are run by Codacy.
The Result Headers objects returned by `Get-CosmosDbCollection` and `Get-CosmosDbDocument` need to be handled differently within PowerShell and PowerShell Core. PowerShell: $continuationToken = $resultHeaders.'x-ms-continuation' PowerShell Core: $continuationToken = $resultHeaders.'x-ms-continuation'[0].ToString() Create a...
Improve the pipeline support of the database functions to accept Database pipeline parameter in `New-CosmosDbCollection`, `Set-CosmosDbCollection`, `Get-CosmosDbCollection` and `Remove-CosmosDbCollection`. Improve the pipeline support of the database functions to accept Collection...
The Key should be validated that it matches the expected format so that an exception can be thrown identifying that the key looks bad.