Skip to content

Commit

Permalink
add minimum lead time to domain page
Browse files Browse the repository at this point in the history
  • Loading branch information
kalsky committed Jul 15, 2024
1 parent 6002603 commit 8fdb9a8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,10 @@ Designated system administrators have limited permissions for performing domain
4. Add a short description of the domain. This step is optional but recommended.
5. Click **OK** to add the new domain.
6. Next, set up the domain, as explained in [Domains Window](../../../admin/cloudshell-identity-management/cloudshell-domains/domains-window.md).


**Minimum Lead Time**

You have the ability to establish a minimum lead time for reserving Sandboxes within a specific domain. This means that when this setting is configured, any sandbox reservations must be made for a date in the future, not for immediate use.

To implement this, you need to adjust the `MinimumLeadTimeMinutes` parameter via a specific API call. Detailed instructions on how to make this API call can be found in [this guide](../../../api-guide/cs-admin-rest-api/edit-domain.md).
5 changes: 2 additions & 3 deletions docs/release-notes/whats-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ Each capability set can specifically allow or block certain capabilities, overri

### Minimum Lead Time

Configure a domain to set a minimum lead time for reserving Sandboxes.
When configured, sandboxes can only be ordered for a future date.
You now have the ability to establish a minimum lead time for reserving Sandboxes within a specific domain. This means that when this setting is configured, any sandbox reservations must be made for a date in the future, not for immediate use.

To configure it, set MinimumLeadTimeMinutes using [this](../api-guide/cs-admin-rest-api/edit-domain.md) API call.
To implement this, you need to adjust the `MinimumLeadTimeMinutes` parameter via a specific API call. Detailed instructions on how to make this API call can be found in [this guide](../api-guide/cs-admin-rest-api/edit-domain.md).

0 comments on commit 8fdb9a8

Please sign in to comment.