public_ip_address method within NetworkManagementClient will not return values #40158
Labels
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Mgmt
This issue is related to a management-plane library.
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
Network - Virtual Network
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Service Attention
Workflow: This issue is responsible by Azure service team.
Describe the bug
See Issue #10735 this is exactly the same error that I have. So I copy the issue description and the way to reproduce the issue (hope that is ok for @khantext) :
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect for the actual values to be returned. As a test, I ran what should be the same query using the Python 'requests' module against this URL: "https://management.azure.com/subscriptions/xxxxxxxxxx/resourceGroups/lbi-azure-web-proxy-rg/providers/Microsoft.Network/publicIPAddresses/lbiazpwproxy001664?api-version=2019-07-01", and it returned valid results (see below). I used the same credentials against the same subscription.
Result using Python 'requests' against URL:
The text was updated successfully, but these errors were encountered: