Commit aa4eb7e
committed
Add Microsoft.Network/publicIPAddresses/delete permission
Fixes OCPBUGS-60385: Missing Azure permissions for public IP cleanup
This permission is required for the DeletePublicIP function in the
Cloud Controller Manager to properly clean up orphaned public IP
addresses when LoadBalancer services are deleted.
Code location:
- File: pkg/provider/azure_publicip_repo.go:81
- Function: DeletePublicIP
- API call: NetworkClientFactory.GetPublicIPAddressClient().Delete()1 parent fd926f7 commit aa4eb7e
1 file changed
Lines changed: 1 addition & 0 deletions
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
0 commit comments