diff --git a/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2023-11-01-preview/appplatform.json b/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2023-11-01-preview/appplatform.json index 4275216fd3e3..67fe70cd1887 100644 --- a/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2023-11-01-preview/appplatform.json +++ b/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2023-11-01-preview/appplatform.json @@ -9338,12 +9338,13 @@ "Building", "Succeeded", "Failed", - "Deleting" + "Deleting", + "Canceled" ], "type": "string", "readOnly": true, "x-ms-enum": { - "name": "BuildResultProvisioningState", + "name": "TriggeredBuildResultProvisioningState", "modelAsString": true } },