Skip to content

Commit ada094c

Browse files
darkoa-msftLeiwang3SQL
authored andcommitted
Fixed proxy paths (Azure#16496)
1 parent ead36d7 commit ada094c

File tree

1 file changed

+2
-2
lines changed
  • specification/deviceupdate/resource-manager/Microsoft.DeviceUpdate/preview/2020-03-01-preview

1 file changed

+2
-2
lines changed

specification/deviceupdate/resource-manager/Microsoft.DeviceUpdate/preview/2020-03-01-preview/deviceupdate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -981,7 +981,7 @@
981981
}
982982
}
983983
},
984-
"/subscriptions/{subscriptionId}/providers/{resourceGroupName}/providers/Microsoft.DeviceUpdate/accounts/{accountName}/privateEndpointConnectionProxies/{privateEndpointConnectionProxyId}/validate": {
984+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeviceUpdate/accounts/{accountName}/privateEndpointConnectionProxies/{privateEndpointConnectionProxyId}/validate": {
985985
"post": {
986986
"description": "(INTERNAL - DO NOT USE) Validates a private endpoint connection proxy object.",
987987
"operationId": "PrivateEndpointConnectionProxies_Validate",
@@ -1030,7 +1030,7 @@
10301030
"deprecated": false
10311031
}
10321032
},
1033-
"/subscriptions/{subscriptionId}/providers/{resourceGroupName}/providers/Microsoft.DeviceUpdate/accounts/{accountName}/privateEndpointConnectionProxies/{privateEndpointConnectionProxyId}": {
1033+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeviceUpdate/accounts/{accountName}/privateEndpointConnectionProxies/{privateEndpointConnectionProxyId}": {
10341034
"get": {
10351035
"tags": [
10361036
"PrivateEndpointConnections"

0 commit comments

Comments
 (0)