adding subnet service endpoints (#47549)

adding subnet service endpoints
This commit is contained in:
Zim Kalinowski
2018-10-25 13:43:47 +08:00
committed by GitHub
parent d79b6c8406
commit 1724b633f2
2 changed files with 49 additions and 1 deletions

View File

@@ -62,6 +62,11 @@
resource_group: "{{ resource_group }}"
address_prefix_cidr: "10.1.0.0/16"
security_group: secgroupfoo
service_endpoints:
- service: Microsoft.Sql
locations:
- eastus
- westus
tags:
testing: testing
delete: on-fini
@@ -73,6 +78,11 @@
resource_group: "{{ resource_group }}"
address_prefix_cidr: "10.1.0.0/16"
security_group: secgroupfoo
service_endpoints:
- service: Microsoft.Sql
locations:
- eastus
- westus
tags:
testing: testing
delete: on-fini