Skip to content

Commit a960d5b

Browse files
authored
Revert "Adding status code 202 to Private endpoints PUT (#19125)" (#19755)
This reverts commit 5e7603d.
1 parent 5e7603d commit a960d5b

File tree

2 files changed

+0
-23
lines changed

2 files changed

+0
-23
lines changed

specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-01-01-preview/examples/NameSpaces/PrivateEndPointConnectionCreate.json

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -52,23 +52,6 @@
5252
}
5353
}
5454
}
55-
},
56-
"202": {
57-
"body": {
58-
"id": "/subscriptions/dbedb4e0-40e6-4145-81f3-f1314c150774/resourceGroups/SDK-ServiceBus-4794/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-5828/privateEndpointConnections/928c44d5-b7c6-423b-b6fa-811e0c27b3e0",
59-
"name": "928c44d5-b7c6-423b-b6fa-811e0c27b3e0",
60-
"type": "Microsoft.ServiceBus/Namespaces/PrivateEndpointConnections",
61-
"properties": {
62-
"provisioningState": "Succeeded",
63-
"privateEndpoint": {
64-
"id": "/subscriptions/dbedb4e0-40e6-4145-81f3-f1314c150774/resourceGroups/SDK-ServiceBus-4794/providers/Microsoft.Network/privateEndpoints/sdk-Namespace-5828"
65-
},
66-
"privateLinkServiceConnectionState": {
67-
"status": "Approved",
68-
"description": "Auto-Approved"
69-
}
70-
}
71-
}
7255
}
7356
}
7457
}

specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-01-01-preview/namespace-preview.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -439,12 +439,6 @@
439439
"$ref": "#/definitions/PrivateEndpointConnection"
440440
}
441441
},
442-
"202": {
443-
"description": "Request to update Status of PrivateEndPoint Connection accepted.",
444-
"schema": {
445-
"$ref": "#/definitions/PrivateEndpointConnection"
446-
}
447-
},
448442
"default": {
449443
"description": "ServiceBus error response describing why the operation failed.",
450444
"schema": {

0 commit comments

Comments
 (0)