Why does this here work in one case, but not in th...
# python
c
Why does this here work in one case, but not in the other?
Copy code
parameters={
                                                   "bastionHostName": "%s-bastion" % (location),
                                                   "publicIpAddressName": self.pip.name,
                                                   "location": location,
                                                   "bastionServicesVnetName": vnet_name,
                                                   "bastionServicesSubnetName": self.subnet.name
                                               }