David Johnson

Results 4 issues of David Johnson

Fixes #802 Here is a checklist you should tick through before submitting a pull request: - [x] Implementation is clean - [x] Code adheres to the existing coding standards; e.g....

The following does not work as might be expected: `Get-GceManagedInstanceGroup -Name "MyInstanceGroup" | Set-GceManagedInstanceGroup -Size 6` This results in PowerShell prompting for the mandatory "Name" parameter. As a possible solution:...

At present, management of Datastore objects must be done via the REST API. Without access to the classes from the Google.Cloud.Datastore.V1 namespace, this is not as simple as it could...

I'm having an issue with Invoke-SSHCommand with timeouts. If I set the timeout to e.g. 2 minutes, I still get an exception from within the `CheckAsyncProcessing` function and the EndExecute...