Skip to content

Commit 8b39de5

Browse files
Fix failing python integration test
Fix altered casing of "IP" from `IpAllocationMethod`.
1 parent 928aa5c commit 8b39de5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/py-loadbalancer/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
lb_public_ip = network.PublicIPAddress(
2727
"lb-public-ip",
2828
resource_group_name=resource_group.name,
29-
public_ip_allocation_method=network.IpAllocationMethod.STATIC,
29+
public_ip_allocation_method=network.IPAllocationMethod.STATIC,
3030
public_ip_address_version="IPV4",
3131
# required to be paired with below LB type
3232
sku=network.PublicIPAddressSkuArgs(

0 commit comments

Comments
 (0)