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 de3e67a5d2dd..c38bdd9833f9 100644 --- a/azure-mgmt-resource/azure/mgmt/resource/policy/policy_client.py +++ b/azure-mgmt-resource/azure/mgmt/resource/policy/policy_client.py @@ -121,7 +121,7 @@ def models(cls, api_version=DEFAULT_API_VERSION): from .v2018_03_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 d624fa1c2e68..8bf0d97589bf 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 @@ -121,7 +121,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: