Revert "fix linux web app java linux_fx_version (#44715)" (#44750)

This commit is contained in:
Zim Kalinowski
2018-08-28 14:32:40 +08:00
committed by Yunge Zhu
parent a11cc4bae9
commit 289be02224
2 changed files with 9 additions and 41 deletions

View File

@@ -232,23 +232,4 @@
- name: "node"
version: "6.6"
register: fail_linux_one_framework_only
failed_when: fail_linux_one_framework_only.msg != "Can specify one framework only for Linux web app."
- name: Create a linux web app with java tomcat container
azure_rm_webapp:
resource_group: "{{ resource_group }}"
name: "{{ win_app_name }}13"
plan:
resource_group: "{{ linux_app_plan_resource_group }}"
name: "{{ linux_plan_name }}"
frameworks:
- name: java
version: "8"
settings:
java_container: "tomcat"
java_container_version: "8.5"
register: output
- name: Assert the web app was created
assert:
that: output.changed
failed_when: fail_linux_one_framework_only.msg != "Can specify one framework only for Linux web app."