Skip to content

Commit

Permalink
Generated from 40a59444fdb1c16031dbb33bcb8c81c12effb1c5 (#3245)
Browse files Browse the repository at this point in the history
Add network 2018-07-01 API to Go sdk

Also moved Go SDK config to its own config file.
  • Loading branch information
AutorestCI authored Aug 31, 2018
1 parent ec4622f commit ac6f0dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def models(cls, api_version=DEFAULT_API_VERSION):
from .v2018_07_01 import models
return models
raise NotImplementedError("APIVersion {} is not available".format(api_version))

@property
def application_gateways(self):
"""Instance depends on the API version:
Expand Down

0 comments on commit ac6f0dd

Please sign in to comment.