File tree Expand file tree Collapse file tree 1 file changed +2
-26
lines changed
specification/app/resource-manager/Microsoft.App/preview/2023-04-01-preview Expand file tree Collapse file tree 1 file changed +2
-26
lines changed Original file line number Diff line number Diff line change 521
521
}
522
522
}
523
523
},
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
- },
536
524
"default" : {
537
525
"description" : " Common error response." ,
538
526
"schema" : {
541
529
}
542
530
},
543
531
"x-ms-examples" : {
544
- "Delete Container App" : {
532
+ "Start Container App" : {
545
533
"$ref" : " ./examples/ContainerApps_Start.json"
546
534
}
547
535
},
588
576
}
589
577
}
590
578
},
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
- },
603
579
"default" : {
604
580
"description" : " Common error response." ,
605
581
"schema" : {
608
584
}
609
585
},
610
586
"x-ms-examples" : {
611
- "Delete Container App" : {
587
+ "Stop Container App" : {
612
588
"$ref" : " ./examples/ContainerApps_Stop.json"
613
589
}
614
590
},
You can’t perform that action at this time.
0 commit comments