|
6 | 6 | "privateEndpointConnectionProxyId": "peexample01", |
7 | 7 | "api-version": "2020-03-01-preview", |
8 | 8 | "privateEndpointConnectionProxy": { |
9 | | - "properties": { |
| 9 | + "remotePrivateEndpoint": { |
| 10 | + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test-rg/providers/Microsoft.Network/privateEndpoints/{privateEndpointConnectionProxyId}", |
| 11 | + "manualPrivateLinkServiceConnections": [ |
| 12 | + { |
| 13 | + "name": "{privateEndpointConnectionProxyId}", |
| 14 | + "groupIds": [ |
| 15 | + "DeviceUpdate" |
| 16 | + ], |
| 17 | + "requestMessage": "Please approve my connection, thanks." |
| 18 | + } |
| 19 | + ], |
| 20 | + "privateLinkServiceProxies": [ |
| 21 | + { |
| 22 | + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test-rg/providers/Microsoft.Network/privateEndpoints/{privateEndpointConnectionProxyId}/privateLinkServiceProxies/{privateEndpointConnectionProxyId}", |
| 23 | + "groupConnectivityInformation": [] |
| 24 | + } |
| 25 | + ] |
| 26 | + } |
| 27 | + } |
| 28 | + }, |
| 29 | + "responses": { |
| 30 | + "201": { |
| 31 | + "body": { |
| 32 | + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test-rg/providers/Microsoft.DeviceUpdate/accounts/contoso/privateEndpointConnectionProxies/peexample01", |
| 33 | + "name": "peexample01", |
| 34 | + "type": "Microsoft.DeviceUpdate/accounts/privateEndpointConnectionProxies", |
10 | 35 | "remotePrivateEndpoint": { |
11 | 36 | "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test-rg/providers/Microsoft.Network/privateEndpoints/{privateEndpointConnectionProxyId}", |
12 | 37 | "manualPrivateLinkServiceConnections": [ |
13 | 38 | { |
14 | | - "name": "{privateEndpointConnectionProxyId}", |
| 39 | + "name": "{plsConnectionName}", |
15 | 40 | "groupIds": [ |
16 | 41 | "DeviceUpdate" |
17 | 42 | ], |
|
21 | 46 | "privateLinkServiceProxies": [ |
22 | 47 | { |
23 | 48 | "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test-rg/providers/Microsoft.Network/privateEndpoints/{privateEndpointConnectionProxyId}/privateLinkServiceProxies/{privateEndpointConnectionProxyId}", |
24 | | - "groupConnectivityInformation": [] |
| 49 | + "groupConnectivityInformation": [ |
| 50 | + { |
| 51 | + "groupId": "DeviceUpdate", |
| 52 | + "memberName": "adu" |
| 53 | + } |
| 54 | + ] |
25 | 55 | } |
26 | 56 | ] |
27 | 57 | } |
28 | 58 | } |
29 | 59 | } |
30 | | - }, |
31 | | - "responses": { |
32 | | - "201": { |
33 | | - "body": { |
34 | | - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test-rg/providers/Microsoft.DeviceUpdate/accounts/contoso/privateEndpointConnectionProxies/peexample01", |
35 | | - "name": "peexample01", |
36 | | - "type": "Microsoft.DeviceUpdate/accounts/privateEndpointConnectionProxies", |
37 | | - "properties": { |
38 | | - "remotePrivateEndpoint": { |
39 | | - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test-rg/providers/Microsoft.Network/privateEndpoints/{privateEndpointConnectionProxyId}", |
40 | | - "manualPrivateLinkServiceConnections": [ |
41 | | - { |
42 | | - "name": "{plsConnectionName}", |
43 | | - "groupIds": [ |
44 | | - "DeviceUpdate" |
45 | | - ], |
46 | | - "requestMessage": "Please approve my connection, thanks." |
47 | | - } |
48 | | - ], |
49 | | - "privateLinkServiceProxies": [ |
50 | | - { |
51 | | - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test-rg/providers/Microsoft.Network/privateEndpoints/{privateEndpointConnectionProxyId}/privateLinkServiceProxies/{privateEndpointConnectionProxyId}", |
52 | | - "groupConnectivityInformation": [ |
53 | | - { |
54 | | - "groupId": "DeviceUpdate", |
55 | | - "memberName": "adu" |
56 | | - } |
57 | | - ] |
58 | | - } |
59 | | - ] |
60 | | - } |
61 | | - } |
62 | | - } |
63 | | - } |
64 | 60 | } |
65 | 61 | } |
0 commit comments