You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
- Remove obsolete colour rendering hack to "square up" colouring by adding leading line break to `stdin`.
- Shell welcome message migrated to `stderr`.
- Docker CI file permissions repair.
- Amended expectation for robot test `Shell Session Simple`.
- Amended expectation for robot test `Shell Session Azure Compute Table Nomenclature Mutation Guard`.
- Added robot test `Alternate App Root Persists All Temp Materials in Alotted Directory`.
"select JSON_EXTRACT(saml.samlIdentity, '$.username') as saml_username from github.scim.saml_ids saml where saml.org = 'dummyorg';",
156
-
"select kind, name, maximumCardsPerInstance from google.compute.acceleratorTypes where project = 'defective-response-content-project' and zone = 'australia-southeast1-a' order by name desc;"
156
+
"select kind, name, maximumCardsPerInstance from google.compute.acceleratorTypes where project = 'defective-response-content-project' and zone = 'australia-southeast1-a' order by name desc;",
157
+
"registry pull google;"
157
158
],
158
159
"default": "show providers;"
159
160
},
@@ -197,6 +198,16 @@
197
198
"-tags=sqlite_stackql"
198
199
]
199
200
},
201
+
{
202
+
"type": "pickString",
203
+
"id": "appRoot",
204
+
"description": "Extra Build Flags for debug; cannot place elsewhere",
First, create a google service account key using the GCP Console, per [the GCP documentation](https://cloud.google.com/iam/docs/keys-create-delete). Grant the service account at least `Viewer` role equivalent privileges, per [the GCP dumentation](https://cloud.google.com/iam/docs/create-service-agents#grant-roles).
You will see something very much like this included in the output, presuming you have one VM (if you have zero, only the headers should appper, more VMs means more rows):
0 commit comments