Daniel Scott-Raynsford

Results 172 issues of Daniel Scott-Raynsford

See https://support.codacy.com/hc/en-us/articles/360005097654-Ignore-files-from-Codacy-analysis

enhancement
in progress

# 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

enhancement

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.

bug

"tags": { "defaultExperience": "Core (SQL)" },

enhancement

Add a .codacy.yml file to the root of the repo to provide improved control over the tests that are run by Codacy.

enhancement

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...

enhancement

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...

enhancement

The Key should be validated that it matches the expected format so that an exception can be thrown identifying that the key looks bad.

enhancement