Skip to content

Commit ac6f0dd

Browse files
authored
Generated from 40a59444fdb1c16031dbb33bcb8c81c12effb1c5 (#3245)
Add network 2018-07-01 API to Go sdk Also moved Go SDK config to its own config file.
1 parent ec4622f commit ac6f0dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-mgmt-network/azure/mgmt/network/network_management_client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ def models(cls, api_version=DEFAULT_API_VERSION):
228228
from .v2018_07_01 import models
229229
return models
230230
raise NotImplementedError("APIVersion {} is not available".format(api_version))
231-
231+
232232
@property
233233
def application_gateways(self):
234234
"""Instance depends on the API version:

0 commit comments

Comments
 (0)