Skip to content

Commit cd57f32

Browse files
OAS Update
1 parent c857d17 commit cd57f32

1 file changed

Lines changed: 70 additions & 0 deletions

File tree

services/sqlserverflex/v3/sqlserverflex.json

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4075,6 +4075,16 @@
40754075
},
40764076
"description": "Not found: The requested resource was not found."
40774077
},
4078+
"425": {
4079+
"content": {
4080+
"application/json": {
4081+
"schema": {
4082+
"$ref": "#/components/schemas/Error"
4083+
}
4084+
}
4085+
},
4086+
"description": "Too early: The requested resource is not ready to accept connections."
4087+
},
40784088
"500": {
40794089
"content": {
40804090
"application/json": {
@@ -4279,6 +4289,16 @@
42794289
},
42804290
"description": "Not found: The requested resource was not found."
42814291
},
4292+
"412": {
4293+
"content": {
4294+
"application/json": {
4295+
"schema": {
4296+
"$ref": "#/components/schemas/Error"
4297+
}
4298+
}
4299+
},
4300+
"description": "Precondition not met"
4301+
},
42824302
"422": {
42834303
"content": {
42844304
"application/json": {
@@ -4289,6 +4309,16 @@
42894309
},
42904310
"description": "Request failed due to body validation"
42914311
},
4312+
"425": {
4313+
"content": {
4314+
"application/json": {
4315+
"schema": {
4316+
"$ref": "#/components/schemas/Error"
4317+
}
4318+
}
4319+
},
4320+
"description": "Too early: The requested resource is not ready to accept connections."
4321+
},
42924322
"500": {
42934323
"content": {
42944324
"application/json": {
@@ -4373,6 +4403,26 @@
43734403
},
43744404
"description": "Not found: The requested resource was not found."
43754405
},
4406+
"412": {
4407+
"content": {
4408+
"application/json": {
4409+
"schema": {
4410+
"$ref": "#/components/schemas/Error"
4411+
}
4412+
}
4413+
},
4414+
"description": "Precondition not met"
4415+
},
4416+
"425": {
4417+
"content": {
4418+
"application/json": {
4419+
"schema": {
4420+
"$ref": "#/components/schemas/Error"
4421+
}
4422+
}
4423+
},
4424+
"description": "Too early: The requested resource is not ready to accept connections."
4425+
},
43764426
"500": {
43774427
"content": {
43784428
"application/json": {
@@ -4553,6 +4603,16 @@
45534603
},
45544604
"description": "Not found: The requested resource was not found."
45554605
},
4606+
"412": {
4607+
"content": {
4608+
"application/json": {
4609+
"schema": {
4610+
"$ref": "#/components/schemas/Error"
4611+
}
4612+
}
4613+
},
4614+
"description": "Precondition not met"
4615+
},
45564616
"422": {
45574617
"content": {
45584618
"application/json": {
@@ -4563,6 +4623,16 @@
45634623
},
45644624
"description": "Request failed due to body validation"
45654625
},
4626+
"425": {
4627+
"content": {
4628+
"application/json": {
4629+
"schema": {
4630+
"$ref": "#/components/schemas/Error"
4631+
}
4632+
}
4633+
},
4634+
"description": "Too early: The requested resource is not ready to accept connections."
4635+
},
45664636
"500": {
45674637
"content": {
45684638
"application/json": {

0 commit comments

Comments
 (0)