Ivan Naranjo
Ivan Naranjo
The error message is: _E: Version '0.11.0.0-1~bpo8+2' for 'libgrpc0' was not found_
When running `AppendPsModulePath.ps1` in Windows Server 2012 R2 (the version available on GCE) I get the following error: ``` Get-ItemPropertyValue : The term 'Get-ItemPropertyValue' is not recognized as the name...
Neither the `New-GceInstanceConfig` or `Add-GceInstance` have a `-Scope` parameter to specify the list of scopes to use for that instance. There should be a param to specify what OAUTH scopes...
The code that detects what ports are open for a particular VM might fail for a VM that is not created from Cloud Launcher. This is because the pattern of...
When launching ASP.NET projects locally, if the project is using the useable auth library it will pick up the credentials to use, the `application_default_credentials.json` file, that is generated by GCloud...
We need to have a good way of dealing with the resources that can have 100s (if not 1000s) of items. The UI can be overloaded by these items, as...
Currently operations report the success/failure of the operation but do not report the reason for the failure. If possible report the reason so we can aggregate them and find out...
The Cloud Explorer currently defines pretty much it's own set of styles. We should be using the same styles as the rest of the UI to ensure consistency. Specially true...
Typically this will be environment variables, that can be specified in the UI and stored somewhere. This might also require having a way to deploy deployments from their definition.
Currently only the GCE operations are tracked across refreshes of the Cloud Explorer. GAE operations also need to be tracked, as well as any other type of async operations that...