Skip to content
Merged
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -5026,6 +5026,16 @@
}
}
},
"IdleShutdownSetting": {
"type": "object",
"description": "Stops compute instance after user defined period of inactivity.",
"properties": {
"idleTimeBeforeShutdown": {
"type": "string",
"description": "Time is defined in ISO8601 format. Minimum is 15 min, maximum is 3 days."
}
}
},
"ComputeInstanceDataMount": {
"type": "object",
"description": "Defines an Aml Instance DataMount.",
Expand Down