diff --git a/lib/ansible/modules/cloud/azure/azure_rm_subnet.py b/lib/ansible/modules/cloud/azure/azure_rm_subnet.py index f90e9af7fd..99c22fe488 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_subnet.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_subnet.py @@ -84,7 +84,6 @@ options: extends_documentation_fragment: - azure - - azure_tags author: - "Chris Houseknecht (@chouseknecht)" @@ -219,7 +218,8 @@ class AzureRMSubnet(AzureRMModuleBase): self.service_endpoints = None super(AzureRMSubnet, self).__init__(self.module_arg_spec, - supports_check_mode=True) + supports_check_mode=True, + supports_tags=False) def exec_module(self, **kwargs): diff --git a/test/integration/targets/azure_rm_subnet/tasks/main.yml b/test/integration/targets/azure_rm_subnet/tasks/main.yml index 1d8d71d567..8b4efcc4fe 100644 --- a/test/integration/targets/azure_rm_subnet/tasks/main.yml +++ b/test/integration/targets/azure_rm_subnet/tasks/main.yml @@ -77,9 +77,6 @@ locations: - eastus - westus - tags: - testing: testing - delete: on-fini - name: Should be idempotent azure_rm_subnet: @@ -92,9 +89,6 @@ locations: - eastus - westus - tags: - testing: testing - delete: on-fini register: output - assert: @@ -116,9 +110,6 @@ security_group: name: secgroupfoo resource_group: "{{ resource_group_secondary }}" - tags: - testing: testing - delete: on-fini register: output - assert: @@ -133,9 +124,6 @@ resource_group: "{{ resource_group }}" address_prefix_cidr: "10.1.0.0/16" security_group: "{{ nsg.state.id }}" - tags: - testing: testing - delete: on-fini register: output - assert: