Skip to content

Commit

Permalink
Revert "Adding status code 202 to Private endpoints PUT (#19125)" (#1…
Browse files Browse the repository at this point in the history
…9755)

This reverts commit 5e7603d.
  • Loading branch information
ruowan authored Jul 13, 2022
1 parent 5e7603d commit a960d5b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,23 +52,6 @@
}
}
}
},
"202": {
"body": {
"id": "/subscriptions/dbedb4e0-40e6-4145-81f3-f1314c150774/resourceGroups/SDK-ServiceBus-4794/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-5828/privateEndpointConnections/928c44d5-b7c6-423b-b6fa-811e0c27b3e0",
"name": "928c44d5-b7c6-423b-b6fa-811e0c27b3e0",
"type": "Microsoft.ServiceBus/Namespaces/PrivateEndpointConnections",
"properties": {
"provisioningState": "Succeeded",
"privateEndpoint": {
"id": "/subscriptions/dbedb4e0-40e6-4145-81f3-f1314c150774/resourceGroups/SDK-ServiceBus-4794/providers/Microsoft.Network/privateEndpoints/sdk-Namespace-5828"
},
"privateLinkServiceConnectionState": {
"status": "Approved",
"description": "Auto-Approved"
}
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -439,12 +439,6 @@
"$ref": "#/definitions/PrivateEndpointConnection"
}
},
"202": {
"description": "Request to update Status of PrivateEndPoint Connection accepted.",
"schema": {
"$ref": "#/definitions/PrivateEndpointConnection"
}
},
"default": {
"description": "ServiceBus error response describing why the operation failed.",
"schema": {
Expand Down

0 comments on commit a960d5b

Please sign in to comment.