Skip to content

Commit

Permalink
Update azure_rm_storageaccount yaml (#226)
Browse files Browse the repository at this point in the history

* update azure_rm_storageaccount test
* update pipeline file
  • Loading branch information
Fred-sun authored Sep 2, 2020
1 parent ba3dc8d commit 9f11f50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pr-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ parameters:
- name: PYTHON_VER
displayName: 'Python Version'
type: string
default: "2.7"
default: "3.6"
values:
- "2.7"
- "3.6"
- name: ANSIBLE_VER
displayName: 'Ansible Version'
type: string
default: "2.9"
default: "2.10"
values:
- "2.9"
- "2.10"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -208,3 +208,4 @@
resource_group: "{{ resource_group }}"
name: "{{ storage_account }}"
state: absent
force_delete_nonempty: True

0 comments on commit 9f11f50

Please sign in to comment.