Azure / Azure/Synapse-workspace-deployment

Unable to deploy MPE to private link service ( ` groupid = "" ` )

Open
#95 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
29
Forks
50
PR merge metrics
No merged PRs in 30d

Description

We recently introduced a MPE pointing to a private link service (to a load balancer in front of AKS).
The MPE definition looks like this in git:
```json
{
"name": "my-mpe",
"properties": {
"privateLinkResourceId": "/subscriptions//resourceGroups//providers/Microsoft.Network/privateLinkServices/",
"groupId": "",
"fqdns": [
"myfqdn.example.com"
]
}
}
```
When trying to deploy this mpe, I get the error
```
"StatusCode":400,"Message":"Invalid Request"
```
____
I suspect this might be because of parsing/validation of the `groupId` (which is in fact correct, and needs to be empty)?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.