|
1030 | 1030 | "deprecated": false |
1031 | 1031 | } |
1032 | 1032 | }, |
| 1033 | + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeviceUpdate/accounts/{accountName}/privateEndpointConnectionProxies/{privateEndpointConnectionProxyId}/updatePrivateEndpointProperties": { |
| 1034 | + "post": { |
| 1035 | + "description": "(INTERNAL - DO NOT USE) Updates a private endpoint inside the private endpoint connection proxy object.", |
| 1036 | + "operationId": "PrivateEndpointConnectionProxies_UpdatePrivateEndpointProperties", |
| 1037 | + "parameters": [ |
| 1038 | + { |
| 1039 | + "$ref": "#/parameters/ApiVersionParameter" |
| 1040 | + }, |
| 1041 | + { |
| 1042 | + "$ref": "#/parameters/SubscriptionIdParameter" |
| 1043 | + }, |
| 1044 | + { |
| 1045 | + "$ref": "#/parameters/ResourceGroupNameParameter" |
| 1046 | + }, |
| 1047 | + { |
| 1048 | + "$ref": "#/parameters/AccountNameParameter" |
| 1049 | + }, |
| 1050 | + { |
| 1051 | + "$ref": "#/parameters/PrivateEndpointConnectionProxyIdParameter" |
| 1052 | + }, |
| 1053 | + { |
| 1054 | + "name": "privateEndpointUpdate", |
| 1055 | + "in": "body", |
| 1056 | + "description": "The parameters for updating a private endpoint connection proxy.", |
| 1057 | + "required": true, |
| 1058 | + "schema": { |
| 1059 | + "$ref": "#/definitions/PrivateEndpointUpdate" |
| 1060 | + } |
| 1061 | + } |
| 1062 | + ], |
| 1063 | + "responses": { |
| 1064 | + "200": { |
| 1065 | + "description": "Update private endpoint in private endpoint connection proxy empty response." |
| 1066 | + }, |
| 1067 | + "default": { |
| 1068 | + "description": "Error response describing the reason for operation failure.", |
| 1069 | + "schema": { |
| 1070 | + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" |
| 1071 | + } |
| 1072 | + } |
| 1073 | + }, |
| 1074 | + "x-ms-examples": { |
| 1075 | + "PrivateEndpointConnectionProxyPrivateEndpointUpdate": { |
| 1076 | + "$ref": "./examples/PrivateEndpointConnectionProxies/PrivateEndpointConnectionProxy_PrivateEndpointUpdate.json" |
| 1077 | + } |
| 1078 | + }, |
| 1079 | + "deprecated": false |
| 1080 | + } |
| 1081 | + }, |
1033 | 1082 | "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeviceUpdate/accounts/{accountName}/privateEndpointConnectionProxies/{privateEndpointConnectionProxyId}": { |
1034 | 1083 | "get": { |
1035 | 1084 | "tags": [ |
|
1582 | 1631 | "description": "Remote endpoint resource ID.", |
1583 | 1632 | "type": "string" |
1584 | 1633 | }, |
| 1634 | + "location": { |
| 1635 | + "description": "ARM location of the remote private endpoint.", |
| 1636 | + "type": "string" |
| 1637 | + }, |
| 1638 | + "immutableSubscriptionId": { |
| 1639 | + "description": "Original subscription ID needed by Microsoft.Network.", |
| 1640 | + "type": "string" |
| 1641 | + }, |
| 1642 | + "immutableResourceId": { |
| 1643 | + "description": "Original resource ID needed by Microsoft.Network.", |
| 1644 | + "type": "string" |
| 1645 | + }, |
1585 | 1646 | "vnetTrafficTag": { |
1586 | 1647 | "description": "Virtual network traffic tag.", |
1587 | | - "type": "string", |
1588 | | - "readOnly": true |
| 1648 | + "type": "string" |
1589 | 1649 | }, |
1590 | 1650 | "manualPrivateLinkServiceConnections": { |
1591 | 1651 | "description": "List of private link service connections that need manual approval.", |
|
1617 | 1677 | } |
1618 | 1678 | } |
1619 | 1679 | }, |
| 1680 | + "PrivateEndpointUpdate": { |
| 1681 | + "description": "Private endpoint update details.", |
| 1682 | + "type": "object", |
| 1683 | + "properties": { |
| 1684 | + "id": { |
| 1685 | + "description": "Remote endpoint resource ID.", |
| 1686 | + "type": "string" |
| 1687 | + }, |
| 1688 | + "location": { |
| 1689 | + "description": "ARM location of the remote private endpoint.", |
| 1690 | + "type": "string" |
| 1691 | + }, |
| 1692 | + "immutableSubscriptionId": { |
| 1693 | + "description": "Original subscription ID needed by Microsoft.Network.", |
| 1694 | + "type": "string" |
| 1695 | + }, |
| 1696 | + "immutableResourceId": { |
| 1697 | + "description": "Original resource ID needed by Microsoft.Network.", |
| 1698 | + "type": "string" |
| 1699 | + }, |
| 1700 | + "vnetTrafficTag": { |
| 1701 | + "description": "Virtual network traffic tag.", |
| 1702 | + "type": "string" |
| 1703 | + } |
| 1704 | + } |
| 1705 | + }, |
1620 | 1706 | "PrivateLinkServiceConnection": { |
1621 | 1707 | "description": "Private link service connection details.", |
1622 | 1708 | "type": "object", |
|
0 commit comments