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
Copy file name to clipboardExpand all lines: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2019-05-01-preview/appplatform.json
+18-2Lines changed: 18 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1587,6 +1587,12 @@
1587
1587
"$ref": "#/definitions/DeploymentResource"
1588
1588
}
1589
1589
},
1590
+
"202": {
1591
+
"description": "Accepted. The response describes the create or update Deployment request is accepted.",
1592
+
"schema": {
1593
+
"$ref": "#/definitions/DeploymentResource"
1594
+
}
1595
+
},
1590
1596
"200": {
1591
1597
"description": "Success. The response describes the updated Deployment.",
Copy file name to clipboardExpand all lines: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2019-05-01-preview/examples/Deployments_CreateOrUpdate.json
Copy file name to clipboardExpand all lines: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2019-05-01-preview/examples/Deployments_Get.json
Copy file name to clipboardExpand all lines: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2019-05-01-preview/examples/Deployments_List.json
Copy file name to clipboardExpand all lines: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2019-05-01-preview/examples/Deployments_ListClusterAllDeployments.json
Copy file name to clipboardExpand all lines: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2019-05-01-preview/examples/Deployments_Update.json
0 commit comments