We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://learn.microsoft.com/en-us/rest/api/virtualnetwork/private-endpoints/get?view=rest-virtualnetwork-2023-09-01&tabs=Python#get-private-endpoint
response = client.private_endpoints.get() should return the properties field as well but this is return empty dict {}
Goal: i need to fetch resourceGuid for private endpoint which im not able to
No response
The text was updated successfully, but these errors were encountered:
Hi @mehtameet9 SDK is generated by tool with swagger automatically however I don't find any definition named "resourceGuid" for private endpoint: https://github.com/Azure/azure-rest-api-specs/blob/87a08b955c257c773a3bd42553c718d4b1092955/specification/network/resource-manager/Microsoft.Network/stable/2024-01-01/privateEndpoint.json. Could you provide more details?
Sorry, something went wrong.
msyyc
No branches or pull requests
Link to sample
https://learn.microsoft.com/en-us/rest/api/virtualnetwork/private-endpoints/get?view=rest-virtualnetwork-2023-09-01&tabs=Python#get-private-endpoint
Library name and version
https://learn.microsoft.com/en-us/rest/api/virtualnetwork/private-endpoints/get?view=rest-virtualnetwork-2023-09-01&tabs=Python#get-private-endpoint
Language of the Sample
Sample Issue Type
Issue details
response = client.private_endpoints.get()
should return the properties field as well but this is return empty dict {}
Goal: i need to fetch resourceGuid for private endpoint which im not able to
Expected behavior
No response
Actual behavior
No response
Reproduction Steps
No response
Environment
No response
The text was updated successfully, but these errors were encountered: