Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Rename property and recompile
  • Loading branch information
Arber Hila committed Jul 10, 2025
commit 875d8e790a0cc676be4919a4d6b50aaab9e53d17
4 changes: 2 additions & 2 deletions specification/devcenter/DevCenter/DevBox/models.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,8 @@ union PoolAlignTarget {
NetworkProperties: "NetworkProperties",

@added(APIVersions.v2025_07_01_preview)
@doc("Hibernation support.")
HibernationSupport: "HibernationSupport",
@doc("Hibernate support.")
HibernateSupport: "HibernateSupport",

@added(APIVersions.v2025_07_01_preview)
@doc("Single sign on status.")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7642,7 +7642,7 @@
"description": "Possible values for the pool align target.",
"enum": [
"NetworkProperties",
"HibernationSupport",
"HibernateSupport",
"SingleSignOnStatus"
],
"x-ms-enum": {
Expand All @@ -7655,9 +7655,9 @@
"description": "Network properties."
},
{
"name": "HibernationSupport",
"value": "HibernationSupport",
"description": "Hibernation support."
"name": "HibernateSupport",
"value": "HibernateSupport",
"description": "Hibernate support."
},
{
"name": "SingleSignOnStatus",
Expand Down
Loading