Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.

Commit 2d73bd7

Browse files
authored
[Managed Online Deployment] Add contract changes to ARM repo for startupProbe property (Azure#32525)
1 parent 3e74e85 commit 2d73bd7

File tree

3 files changed

+33
-0
lines changed
  • specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2024-10-01

3 files changed

+33
-0
lines changed

specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2024-10-01/examples/OnlineDeployment/ManagedOnlineDeployment/createOrUpdate.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@
4646
"timeout": "PT2S",
4747
"period": "PT10S",
4848
"initialDelay": "PT1S"
49+
},
50+
"startupProbe": {
51+
"failureThreshold": 3,
52+
"successThreshold": 1,
53+
"timeout": "PT2S",
54+
"period": "PT10S",
55+
"initialDelay": "PT30S"
4956
}
5057
},
5158
"tags": {},
@@ -113,6 +120,13 @@
113120
"timeout": "PT2S",
114121
"period": "PT10S",
115122
"initialDelay": "PT1S"
123+
},
124+
"startupProbe": {
125+
"failureThreshold": 3,
126+
"successThreshold": 1,
127+
"timeout": "PT2S",
128+
"period": "PT10S",
129+
"initialDelay": "PT30S"
116130
}
117131
},
118132
"systemData": {
@@ -192,6 +206,13 @@
192206
"timeout": "PT2S",
193207
"period": "PT10S",
194208
"initialDelay": "PT1S"
209+
},
210+
"startupProbe": {
211+
"failureThreshold": 3,
212+
"successThreshold": 1,
213+
"timeout": "PT2S",
214+
"period": "PT10S",
215+
"initialDelay": "PT30S"
195216
}
196217
},
197218
"systemData": {

specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2024-10-01/examples/OnlineDeployment/ManagedOnlineDeployment/update.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,13 @@
6464
"timeout": "PT2S",
6565
"period": "PT10S",
6666
"initialDelay": "PT1S"
67+
},
68+
"startupProbe": {
69+
"failureThreshold": 3,
70+
"successThreshold": 1,
71+
"timeout": "PT2S",
72+
"period": "PT10S",
73+
"initialDelay": "PT30S"
6774
}
6875
},
6976
"systemData": {

specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2024-10-01/mfe.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20425,6 +20425,11 @@
2042520425
"$ref": "#/definitions/ProbeSettings",
2042620426
"x-nullable": true
2042720427
},
20428+
"startupProbe": {
20429+
"description": "This verifies whether the application within a container is started. Startup probes run before any other probe, and, unless it finishes successfully, disables other probes.",
20430+
"$ref": "#/definitions/ProbeSettings",
20431+
"x-nullable": true
20432+
},
2042820433
"requestSettings": {
2042920434
"description": "Request settings for the deployment.",
2043020435
"$ref": "#/definitions/OnlineRequestSettings",

0 commit comments

Comments
 (0)