You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make registry delete return an lro poller (Azure#26983)
* make registry delete reutrn lro poller
* cleanup
* change operation name to begin_delete
* sleep long enough to dodge ev issues in testing
* move CL line to breaking changes
* further refine delete swagger, edit docstrings
* review comments
* add reliability notice
Copy file name to clipboardExpand all lines: sdk/ml/azure-ai-ml/swagger/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-10-01-preview/registries.json
+21-2
Original file line number
Diff line number
Diff line change
@@ -111,6 +111,7 @@
111
111
"RegistryManagement"
112
112
],
113
113
"summary": "Delete registry.",
114
+
"x-ms-long-running-operation": true,
114
115
"operationId": "Registries_Delete",
115
116
"produces": [
116
117
"application/json"
@@ -142,9 +143,27 @@
142
143
},
143
144
"200": {
144
145
"description": "Success"
145
-
},
146
+
},
146
147
"202": {
147
-
"description": "Success"
148
+
"description": "Accepted",
149
+
"headers": {
150
+
"x-ms-async-operation-timeout": {
151
+
"description": "Timeout for the client to use when polling the asynchronous operation.",
152
+
"type": "string",
153
+
"format": "duration"
154
+
},
155
+
"Location": {
156
+
"description": "URI to poll for asynchronous operation result.",
157
+
"type": "string"
158
+
},
159
+
"Retry-After": {
160
+
"description": "Duration the client should wait between requests, in seconds.",
0 commit comments