From 5a77055c87a96a4030236621bbfa73cae91df509 Mon Sep 17 00:00:00 2001 From: Brett Johnson Date: Sun, 10 Sep 2017 14:44:52 -0700 Subject: [PATCH] Remove application and version from app.yaml Removes the application and version fields from the app.yaml to make the project compatible with the newer preferred gcloud based tooling. --- appengine/standard/bigquery/app.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/appengine/standard/bigquery/app.yaml b/appengine/standard/bigquery/app.yaml index 6fde9bebf2f..102ed60d1b5 100644 --- a/appengine/standard/bigquery/app.yaml +++ b/appengine/standard/bigquery/app.yaml @@ -1,5 +1,3 @@ -application: cloud-samples-tests -version: 1 runtime: python27 api_version: 1 threadsafe: yes