Skip to content

Commit 6f32306

Browse files
committed
Merge pull request #3 from chanezon/hackathon
added vip support in get_deployment_by_name
2 parents bdcfba5 + 0495651 commit 6f32306

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure/servicemanagement/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ def __init__(self):
308308
self.power_state = u''
309309
self.fqdn = u''
310310
self.host_name = u''
311-
311+
self.public_ips = PublicIPs()
312312

313313
class InstanceEndpoints(WindowsAzureData):
314314

@@ -897,7 +897,7 @@ class PublicIP(WindowsAzureData):
897897
def __init__(self, name=u''):
898898
self.name = name
899899
self.idle_timeout_in_minutes = 4
900-
900+
self.address = None
901901

902902
class ConfigurationSet(WindowsAzureData):
903903

0 commit comments

Comments
 (0)