We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 928aa5c commit 8b39de5Copy full SHA for 8b39de5
examples/py-loadbalancer/__main__.py
@@ -26,7 +26,7 @@
26
lb_public_ip = network.PublicIPAddress(
27
"lb-public-ip",
28
resource_group_name=resource_group.name,
29
- public_ip_allocation_method=network.IpAllocationMethod.STATIC,
+ public_ip_allocation_method=network.IPAllocationMethod.STATIC,
30
public_ip_address_version="IPV4",
31
# required to be paired with below LB type
32
sku=network.PublicIPAddressSkuArgs(
0 commit comments