Skip to content

Commit 4a26180

Browse files
committed
Merge branch 'release-app-Microsoft.App-2023-04-01-preview' of https://github.com/Azure/azure-rest-api-specs into release-app-Microsoft.App-2023-04-01-preview
2 parents 793b4f7 + 4c4b42d commit 4a26180

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

specification/app/resource-manager/Microsoft.App/preview/2023-04-01-preview/CommonDefinitions.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -578,6 +578,11 @@
578578
"description": "User friendly suffix that is appended to the revision name",
579579
"type": "string"
580580
},
581+
"terminationGracePeriodSeconds": {
582+
"description": "Optional duration in seconds the Container App Instance needs to terminate gracefully. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). If this value is nil, the default grace period will be used instead. Set this value longer than the expected cleanup time for your process. Defaults to 30 seconds.",
583+
"format": "int64",
584+
"type": "integer"
585+
},
581586
"initContainers": {
582587
"description": "List of specialized containers that run before app containers.",
583588
"type": "array",
@@ -648,6 +653,10 @@
648653
"x-ms-identifiers": [
649654
"secretRef"
650655
]
656+
},
657+
"mountOptions": {
658+
"description": "Mount options used while mounting the AzureFile. Must be a comma-separated string.",
659+
"type": "string"
651660
}
652661
}
653662
},
@@ -676,6 +685,10 @@
676685
"mountPath": {
677686
"description": "Path within the container at which the volume should be mounted.Must not contain ':'.",
678687
"type": "string"
688+
},
689+
"subPath": {
690+
"description": "Path within the volume from which the container's volume should be mounted. Defaults to \"\" (volume's root).",
691+
"type": "string"
679692
}
680693
}
681694
},

0 commit comments

Comments
 (0)