Azure / Azure/azure-rest-api-specs-examples
not able to fetch private endpoint properties
- Dominant language
- No language data
- Stars
- 40
- Forks
- 23
- Avg merge
- 23h 36m
- Merged PRs (30d)
- 172
Description
### 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
- [ ] C#/.NET
- [ ] Java
- [ ] JavaScript/TypedScript
- [X] Python
- [ ] Golang
- [ ] Other - Please specify in Issue details field
### Sample Issue Type
- [ ] Sample not working
- [X] Sample missing
- [ ] Do not understand sample
### 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_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.