Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add missing startuproute and startupprobe properties in github spec. (#…
  • Loading branch information
fmabroukmsft committed May 12, 2025
commit 2751b87c00773d56062598bfd07a7d30e9defd8e
Original file line number Diff line number Diff line change
Expand Up @@ -20783,6 +20783,11 @@
"scoringRoute": {
"description": "The port to send the scoring requests to, within the inference server container.",
"$ref": "#/definitions/Route"
},
"startupRoute": {
"description": "The route to check the startup of the application in the container.",
"$ref": "#/definitions/Route",
"x-nullable": true
}
},
"additionalProperties": false
Expand Down Expand Up @@ -23711,6 +23716,11 @@
"description": "Scale settings for the deployment.\r\nIf it is null or not provided,\r\nit defaults to TargetUtilizationScaleSettings for KubernetesOnlineDeployment\r\nand to DefaultScaleSettings for ManagedOnlineDeployment.",
"$ref": "#/definitions/OnlineScaleSettings",
"x-nullable": true
},
"startupProbe": {
"description": "Startup probe verify whether an application within a container has started successfully.",
"$ref": "#/definitions/ProbeSettings",
"x-nullable": true
}
},
"discriminator": "endpointComputeType",
Expand Down