Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,7 @@
],
"properties": {
"properties": {
"$ref": "#/definitions/DaprComponent",
"$ref": "#/definitions/DaprComponentProperties",
Comment thread
smzeng marked this conversation as resolved.
"x-ms-client-flatten": true
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -667,6 +667,11 @@
"description": "Optional. Max inactive revisions a Container App can have.",
"type": "integer"
},
"revisionTransitionThreshold": {
"format": "int32",
Comment thread
smzeng marked this conversation as resolved.
"description": "Optional. The percent of the total number of replicas that must be brought up before revision transition occurs. Defaults to 100 when none is given. Value must be greater than 0 and less than or equal to 100.",
"type": "integer"
},
"service": {
"$ref": "#/definitions/Service",
"description": "Container App to be a dev Container App Service"
Expand Down Expand Up @@ -1552,4 +1557,3 @@
}
]
}

Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@
}
},
"maxInactiveRevisions": 10,
"revisionTransitionThreshold": 100,
"service": {
"type": "redis"
},
Expand Down Expand Up @@ -658,4 +659,3 @@
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@
"autoConfigureDataProtection": true
}
},
"maxInactiveRevisions": 10
"maxInactiveRevisions": 10,
"revisionTransitionThreshold": 100
},
"template": {
"containers": [
Expand Down Expand Up @@ -462,4 +463,3 @@
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
}
},
"maxInactiveRevisions": 10,
"revisionTransitionThreshold": 100,
"service": {
"type": "redis"
},
Expand Down Expand Up @@ -212,4 +213,3 @@
"404": {}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
"dapr": null,
"runtime": null,
"maxInactiveRevisions": 100,
"revisionTransitionThreshold": 100,
"service": null
},
"template": {
Expand Down Expand Up @@ -163,6 +164,7 @@
"dapr": null,
"runtime": null,
"maxInactiveRevisions": 100,
"revisionTransitionThreshold": 100,
"service": null
},
"template": {
Expand Down Expand Up @@ -200,4 +202,3 @@
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@
"autoConfigureDataProtection": true
}
},
"maxInactiveRevisions": 10
"maxInactiveRevisions": 10,
"revisionTransitionThreshold": 100
},
"template": {
"containers": [
Expand Down Expand Up @@ -159,7 +160,8 @@
"transport": "auto",
"targetPortHttpScheme": "http"
},
"maxInactiveRevisions": 10
"maxInactiveRevisions": 10,
"revisionTransitionThreshold": 100
},
"template": {
"containers": [
Expand Down Expand Up @@ -198,4 +200,3 @@
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
}
},
"maxInactiveRevisions": 10,
"revisionTransitionThreshold": 100,
"service": {
"type": "redis"
}
Expand Down Expand Up @@ -157,4 +158,3 @@
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
}
},
"maxInactiveRevisions": 10,
"revisionTransitionThreshold": 100,
"service": {
"type": "redis"
}
Expand Down Expand Up @@ -237,7 +238,8 @@
"autoConfigureDataProtection": true
}
},
"maxInactiveRevisions": 10
"maxInactiveRevisions": 10,
"revisionTransitionThreshold": 100
},
"template": {
"containers": [
Expand Down Expand Up @@ -288,4 +290,3 @@
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
"enableApiLogging": true
},
"maxInactiveRevisions": 10,
"revisionTransitionThreshold": 100,
"service": {
"type": "redis"
}
Expand Down Expand Up @@ -490,4 +491,3 @@
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@
"autoConfigureDataProtection": true
}
},
"maxInactiveRevisions": 10
"maxInactiveRevisions": 10,
"revisionTransitionThreshold": 100
},
"template": {
"containers": [
Expand Down Expand Up @@ -143,4 +144,3 @@
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@
"autoConfigureDataProtection": true
}
},
"maxInactiveRevisions": 10
"maxInactiveRevisions": 10,
"revisionTransitionThreshold": 100
},
"template": {
"containers": [
Expand Down Expand Up @@ -141,4 +142,3 @@
}
}
}