set network_config.public_ips attribute
This commit is contained in:
parent
b0c94cd6f6
commit
0ab3b30b2f
1 changed files with 1 additions and 0 deletions
|
@ -281,6 +281,7 @@ def create_virtual_machine(module, azure):
|
||||||
network_config = ConfigurationSetInputEndpoints()
|
network_config = ConfigurationSetInputEndpoints()
|
||||||
network_config.configuration_set_type = 'NetworkConfiguration'
|
network_config.configuration_set_type = 'NetworkConfiguration'
|
||||||
network_config.subnet_names = []
|
network_config.subnet_names = []
|
||||||
|
network_config.public_ips = None
|
||||||
for port in endpoints:
|
for port in endpoints:
|
||||||
network_config.input_endpoints.append(ConfigurationSetInputEndpoint(name='TCP-%s' % port,
|
network_config.input_endpoints.append(ConfigurationSetInputEndpoint(name='TCP-%s' % port,
|
||||||
protocol='TCP',
|
protocol='TCP',
|
||||||
|
|
Loading…
Reference in a new issue