diff options
Diffstat (limited to 'test/runner/lib/cloud/azure.py')
-rw-r--r-- | test/runner/lib/cloud/azure.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test/runner/lib/cloud/azure.py b/test/runner/lib/cloud/azure.py index a28f3e4a60..03297fc9d7 100644 --- a/test/runner/lib/cloud/azure.py +++ b/test/runner/lib/cloud/azure.py @@ -161,13 +161,6 @@ class AzureCloudEnvironment(CloudEnvironment): display.notice('If %s failed due to permissions, the test policy may need to be updated. ' 'For help, consult @mattclay or @gundalow on GitHub or #ansible-devel on IRC.' % target.name) - @property - def inventory_hosts(self): - """ - :rtype: str | None - """ - return 'azure' - def get_config(config_path): """ |