adding tags to azure_rm_sqldatabase (#52615)

* adding tags to sql database

* can't add version_added, so have to ignore sanity test

* removed ignore
This commit is contained in:
Zim Kalinowski
2019-02-21 08:17:45 +08:00
committed by Matt Davis
parent 20a96bcc4e
commit 4292c33649
2 changed files with 12 additions and 2 deletions

View File

@@ -117,6 +117,8 @@
server_name: sqlsrv{{ random_postfix }}
name: database{{ random_postfix }}
location: eastus
tags:
aaa: bbb
register: output
- name: Assert the resource instance is well created
assert:
@@ -130,6 +132,8 @@
server_name: sqlsrv{{ random_postfix }}
name: database{{ random_postfix }}
location: eastus
tags:
aaa: bbb
register: output
- name: Assert the state has not changed
assert: