Skip to content

Commit

Permalink
[Stable] Add IdleShutdown properties and api (#23042)
Browse files Browse the repository at this point in the history
* [Stable] Add IdleShutdown properties and api

* update version

* remove api to update IdleShutdownSetting

* Delete example

---------

Co-authored-by: Naman Agarwal <naagarw@microsoft.com>
  • Loading branch information
namanag16 and Naman Agarwal authored Mar 22, 2023
1 parent f5b686a commit e033ca0
Showing 1 changed file with 10 additions and 0 deletions.
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

0 comments on commit e033ca0

Please sign in to comment.