Closed johndowns closed 2 years ago
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @Wmengmsft, @MehaKaushik, @shurd, @anfeldma-ms
Supported resource type is only added when we get clear message that service is ready. We will add it once it is ready.
Thanks @dingmeng-xue. The thing I'm reporting as an issue here is that the Private Link service IS supported by the cmdlet if I specify the -ServiceName
argument, but not when I specify the -PrivateLinkResourceId
argument - so there's an inconsistency there around the arguments that work.
The list of resource types appears to omit Microsoft.Network/privateLinkServices
so I wonder if it just got missed from this list?
Hi @Johndowns ,
Private link service and private endpoint are provided by network service. It accepts all resources and validation happens on server side.
Private link resource and private endpoint connection are provided by each service. They have the different timeline to support it and the quality is not consistent. So, we are using a gradual way to add them. We will continue adding new resource type recently.
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @antcp, @AzureAppServiceCLI.
Author: | johndowns |
---|---|
Assignees: | - |
Labels: | `App Services`, `Service Attention`, `bug` |
Milestone: | - |
It sounds the same issue as #16984. Please confirm
Originally this was a different issue, but based on the information you've provided in #16984 I think we can consider this to be a duplicate.
We will consider to all Get-AzPrivateEndpointConnection supports network/privatelinkservice. Close this one and track requirement by #16984
Description
The
Get-AzPrivateEndpointConnection
cmdlet does not appear to work when retrieving private endpoint connections for a Private Link Service resource when using the-ResourceId
argument. It does work when the Private Link service is identified through the-ResourceGroupName
and-ServiceName
arguments.For example, I have deployed a Private Link resource with this resource ID:
/subscriptions/<mySubID>/resourceGroups/<myRGName>/providers/Microsoft.Network/privateLinkServices/PrivateLinkService
When executing this cmdlet:
the service is returned as expected.
However, when executing this cmdlet:
the following error is returned:
Steps to reproduce
As above.
Environment data
Module versions
Debug output
Error output