Skip to content

Commit

Permalink
Release quota on stop (#24778)
Browse files Browse the repository at this point in the history
* Release quota on stop

* add ReleaseQuotaOnStop to computeinstance properties

* update

* rm
  • Loading branch information
azuremq authored Jul 12, 2023
1 parent c13b9b2 commit a78e37c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"nodeIdleTimeBeforeScaleDown": "PT5M"
},
"remoteLoginPortPublicAccess": "Enabled",
"releaseQuotaOnStop": false,
"allocationState": "Resizing",
"allocationStateTransitionTime": "2017-09-27T22:28:08.998Z",
"errors": null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"nodeIdleTimeBeforeScaleDown": "PT5M"
},
"remoteLoginPortPublicAccess": "Enabled",
"releaseQuotaOnStop": false,
"allocationState": "Resizing",
"allocationStateTransitionTime": "2017-09-27T22:28:08.998Z",
"errors": null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1907,6 +1907,13 @@
"modelAsString": true
}
},
"releaseQuotaOnStop": {
"type": "boolean",
"default": false,
"title": "Release quota if compute instance stopped.",
"description": "Release quota if compute instance stopped. Possible values are: true - release quota if compute instance stopped. false - don't release quota when compute instance stopped.",
"x-nullable": true
},
"allocationState": {
"type": "string",
"readOnly": true,
Expand Down Expand Up @@ -2106,6 +2113,11 @@
"modelAsString": true
}
},
"releaseQuotaOnStop": {
"type": "boolean",
"title": "Release quota if compute instance stopped.",
"description": "Release quota if compute instance stopped. Possible values are: true - release quota if compute instance stopped. false - don't release quota when compute instance stopped."
},
"personalComputeInstanceSettings": {
"title": "Personal Compute Instance settings.",
"description": "Settings for a personal compute instance.",
Expand Down

0 comments on commit a78e37c

Please sign in to comment.