diff --git a/azure-mgmt-resource/azure/mgmt/resource/features/feature_client.py b/azure-mgmt-resource/azure/mgmt/resource/features/feature_client.py index 581fdde33f3b..7da03829ab59 100644 --- a/azure-mgmt-resource/azure/mgmt/resource/features/feature_client.py +++ b/azure-mgmt-resource/azure/mgmt/resource/features/feature_client.py @@ -107,7 +107,7 @@ def models(cls, api_version=DEFAULT_API_VERSION): from .v2015_12_01 import models return models raise NotImplementedError("APIVersion {} is not available".format(api_version)) - + @property def features(self): """Instance depends on the API version: diff --git a/azure-mgmt-resource/azure/mgmt/resource/links/management_link_client.py b/azure-mgmt-resource/azure/mgmt/resource/links/management_link_client.py index 81f030277fc7..91c4687fe5f1 100644 --- a/azure-mgmt-resource/azure/mgmt/resource/links/management_link_client.py +++ b/azure-mgmt-resource/azure/mgmt/resource/links/management_link_client.py @@ -102,7 +102,7 @@ def models(cls, api_version=DEFAULT_API_VERSION): from .v2016_09_01 import models return models raise NotImplementedError("APIVersion {} is not available".format(api_version)) - + @property def operations(self): """Instance depends on the API version: diff --git a/azure-mgmt-resource/azure/mgmt/resource/locks/management_lock_client.py b/azure-mgmt-resource/azure/mgmt/resource/locks/management_lock_client.py index f16e7b1c5ab0..b07286a7e4d9 100644 --- a/azure-mgmt-resource/azure/mgmt/resource/locks/management_lock_client.py +++ b/azure-mgmt-resource/azure/mgmt/resource/locks/management_lock_client.py @@ -106,7 +106,7 @@ def models(cls, api_version=DEFAULT_API_VERSION): from .v2016_09_01 import models return models raise NotImplementedError("APIVersion {} is not available".format(api_version)) - + @property def authorization_operations(self): """Instance depends on the API version: diff --git a/azure-mgmt-resource/azure/mgmt/resource/policy/policy_client.py b/azure-mgmt-resource/azure/mgmt/resource/policy/policy_client.py index 94eab83d9145..a28a82798f56 100644 --- a/azure-mgmt-resource/azure/mgmt/resource/policy/policy_client.py +++ b/azure-mgmt-resource/azure/mgmt/resource/policy/policy_client.py @@ -122,7 +122,7 @@ def models(cls, api_version=DEFAULT_API_VERSION): from .v2018_05_01 import models return models raise NotImplementedError("APIVersion {} is not available".format(api_version)) - + @property def policy_assignments(self): """Instance depends on the API version: diff --git a/azure-mgmt-resource/azure/mgmt/resource/resources/resource_management_client.py b/azure-mgmt-resource/azure/mgmt/resource/resources/resource_management_client.py index e9c39247790c..a83f0622e579 100644 --- a/azure-mgmt-resource/azure/mgmt/resource/resources/resource_management_client.py +++ b/azure-mgmt-resource/azure/mgmt/resource/resources/resource_management_client.py @@ -118,7 +118,7 @@ def models(cls, api_version=DEFAULT_API_VERSION): from .v2018_05_01 import models return models raise NotImplementedError("APIVersion {} is not available".format(api_version)) - + @property def deployment_operations(self): """Instance depends on the API version: diff --git a/azure-mgmt-resource/azure/mgmt/resource/subscriptions/subscription_client.py b/azure-mgmt-resource/azure/mgmt/resource/subscriptions/subscription_client.py index d179507d6fe4..9134fec10080 100644 --- a/azure-mgmt-resource/azure/mgmt/resource/subscriptions/subscription_client.py +++ b/azure-mgmt-resource/azure/mgmt/resource/subscriptions/subscription_client.py @@ -95,7 +95,7 @@ def models(cls, api_version=DEFAULT_API_VERSION): from .v2016_06_01 import models return models raise NotImplementedError("APIVersion {} is not available".format(api_version)) - + @property def operations(self): """Instance depends on the API version: