Skip to content

Commit 69243dd

Browse files
committed
Fix validation error
1 parent 4a26180 commit 69243dd

File tree

1 file changed

+2
-26
lines changed
  • specification/app/resource-manager/Microsoft.App/preview/2023-04-01-preview

1 file changed

+2
-26
lines changed

specification/app/resource-manager/Microsoft.App/preview/2023-04-01-preview/ContainerApps.json

Lines changed: 2 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -521,18 +521,6 @@
521521
}
522522
}
523523
},
524-
"400": {
525-
"description": "Bad Request.",
526-
"x-ms-error-response": true
527-
},
528-
"404": {
529-
"description": "Not found.",
530-
"x-ms-error-response": true
531-
},
532-
"409": {
533-
"description": "Conflict.",
534-
"x-ms-error-response": true
535-
},
536524
"default": {
537525
"description": "Common error response.",
538526
"schema": {
@@ -541,7 +529,7 @@
541529
}
542530
},
543531
"x-ms-examples": {
544-
"Delete Container App": {
532+
"Start Container App": {
545533
"$ref": "./examples/ContainerApps_Start.json"
546534
}
547535
},
@@ -588,18 +576,6 @@
588576
}
589577
}
590578
},
591-
"400": {
592-
"description": "Bad Request.",
593-
"x-ms-error-response": true
594-
},
595-
"404": {
596-
"description": "Not found.",
597-
"x-ms-error-response": true
598-
},
599-
"409": {
600-
"description": "Conflict.",
601-
"x-ms-error-response": true
602-
},
603579
"default": {
604580
"description": "Common error response.",
605581
"schema": {
@@ -608,7 +584,7 @@
608584
}
609585
},
610586
"x-ms-examples": {
611-
"Delete Container App": {
587+
"Stop Container App": {
612588
"$ref": "./examples/ContainerApps_Stop.json"
613589
}
614590
},

0 commit comments

Comments
 (0)