Fix CosmosDB parameter translation bug (#54212)

This commit is contained in:
Zim Kalinowski
2019-03-22 15:21:53 +08:00
committed by Yunge Zhu
parent 4056427411
commit 18d9715fb1
2 changed files with 11 additions and 1 deletions

View File

@@ -44,6 +44,7 @@
resource_group: "{{ resource_group }}"
name: "{{ dbname }}"
location: eastus
kind: global_document_db
geo_rep_locations:
- name: eastus
failover_priority: 0
@@ -68,6 +69,7 @@
resource_group: "{{ resource_group }}"
name: "{{ dbname }}"
location: eastus
kind: global_document_db
geo_rep_locations:
- name: eastus
failover_priority: 0
@@ -92,6 +94,7 @@
resource_group: "{{ resource_group }}"
name: "{{ dbname }}"
location: eastus
kind: global_document_db
geo_rep_locations:
- name: eastus
failover_priority: 0