Skip to content

Commit

Permalink
Generated from 5473884441974a3400aa8873e85184db0d9a924c (#4231)
Browse files Browse the repository at this point in the history
updating script to handle output of batch processing from autorest (#5081)
  • Loading branch information
AutorestCI authored Jan 24, 2019
1 parent 0b930d6 commit 2123372
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2123372

Please sign in to comment.