Skip to content

Commit

Permalink
Merge pull request #3 from chanezon/hackathon
Browse files Browse the repository at this point in the history
added vip support in get_deployment_by_name
  • Loading branch information
huguesv committed Nov 8, 2014
2 parents bdcfba5 + 0495651 commit 6f32306
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure/servicemanagement/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ def __init__(self):
self.power_state = u''
self.fqdn = u''
self.host_name = u''

self.public_ips = PublicIPs()

class InstanceEndpoints(WindowsAzureData):

Expand Down Expand Up @@ -897,7 +897,7 @@ class PublicIP(WindowsAzureData):
def __init__(self, name=u''):
self.name = name
self.idle_timeout_in_minutes = 4

self.address = None

class ConfigurationSet(WindowsAzureData):

Expand Down

0 comments on commit 6f32306

Please sign in to comment.