Skip to content

Commit 154eb03

Browse files
oaktownerjmdobry
authored andcommitted
Removed deprecated flag from app.yaml (#309)
vm: true is no longer accepted. It is now env: flex
1 parent 3a50f30 commit 154eb03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

endpoints/getting-started/app.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
# limitations under the License.
1313

1414
runtime: nodejs
15-
vm: true
15+
env: flex
1616

1717
endpoints_api_service:
1818
# The following values are to be replaced by information from the output of
1919
# 'gcloud service-management deploy openapi.yaml' command.
20-
name: ENDPOINTS SERVICE-NAME
21-
config_id: ENDPOINTS CONFIG-ID
20+
name: ENDPOINTS-SERVICE-NAME
21+
config_id: ENDPOINTS-CONFIG-ID

0 commit comments

Comments
 (0)