Azure / azure-sdk-for-python

This repository is for active development of the Azure SDK for Python. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/python/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-python.
MIT License
4.54k stars 2.77k forks source link

SDK misses operation for creating "Managed Private Endpoint" for Managed Grafana #31933

Closed romangallego closed 1 year ago

romangallego commented 1 year ago

Is your feature request related to a problem? Please describe. azure-mgmt-dashboard v1.0 or azure-mgmt-network lastest version don't support the creatation of Managed Private Endpoint for Managed Grafana.

For full automation of managed grafana using azure sdk for python that is a MUST when the customer as us is using Private Endpoints to access to Managed Prometheus.

If somebody has a workaround about how to automate it, please share it with us.

Describe the solution you'd like As in datafactory add a class that creates Managed Privated Endpoints.

Right now we have to do it portal.azure.com with users elevated permissions instead of using service principals.

image

Describe alternatives you've considered There is NONE for automating the build, unless better suggestion.

Additional context Add any other context or screenshots about the feature request here.

romangallego commented 1 year ago

Anybody on azure side would be able to take a look to this? 😄

mccoyp commented 1 year ago

Hi @romangallego, thank you for opening an issue! I'm tagging folks who should be able to help; we'll get back to you as soon as possible.

github-actions[bot] commented 1 year ago

Thank you for your feedback. This has been routed to the support team for assistance.

ChenxiJiang333 commented 1 year ago

Hi @romangallego Seems such api was not defined in the swagger https://github.com/Azure/azure-rest-api-specs/blob/main/specification/dashboard/resource-manager/Microsoft.Dashboard/stable/2022-08-01/grafana.json#L433.
Please open issue in https://github.com/Azure/azure-rest-api-specs/issues and mark with label feature request. Once swagger is fixed, python SDK will release new version to support it.

xiangyan99 commented 1 year ago

@romangallego Please open issues in https://github.com/Azure/azure-rest-api-specs repo to track it.