Skip to content

Commit a0c43c2

Browse files
authored
Merge pull request #25244 from microsoftgraph/ningjingbogithub-patch-2
Add optional property frontlineCloudPcAvailability in CloudPC Entity
2 parents ea167a1 + 72f83d8 commit a0c43c2

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

api-reference/beta/resources/cloudpc.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ Represents a cloud-managed virtual desktop. This Cloud PC is also enrolled in In
6666
|disasterRecoveryCapability|[cloudPcDisasterRecoveryCapability](../resources/cloudpcdisasterrecoverycapability.md)|The disaster recovery status of the Cloud PC, including the primary region, secondary region, and capability type. The default value is `null` that indicates that the disaster recovery setting is disabled. To receive a response with the **disasterRecoveryCapability** property, `$select` and `$filter` it by `disasterRecoveryCapability/{subProperty}` in the request URL. For more information, see [Example 4: List Cloud PCs filtered by disaster recovery capability type](../api/cloudpc-get.md#example-4-list-cloud-pcs-filtered-by-disaster-recovery-capability-type). Read-only. |
6767
|diskEncryptionState|[cloudPcDiskEncryptionState](#cloudpcdiskencryptionstate-values)|The disk encryption applied to the Cloud PC. Possible values: `notAvailable`, `notEncrypted`, `encryptedUsingPlatformManagedKey`, `encryptedUsingCustomerManagedKey`, and `unknownFutureValue`.|
6868
|displayName|String|The display name of the Cloud PC.|
69+
|frontlineCloudPcAvailability|[frontlineCloudPcAvailability](#frontlinecloudpcavailability-values)|The current availability of a frontline assigned Cloud PC. Possible values: `notApplicable`, `available`,`notAvailable` and `unknownFutureValue`. Default value is `notApplicable`. Read Only.|
6970
|gracePeriodEndDateTime|DateTimeOffset|The date and time when the grace period ends and reprovisioning or deprovisioning happens. Required only if the status is `inGracePeriod`. The timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`.|
7071
|id|String|The unique identifier for the Cloud PC. Read-only.|
7172
|imageDisplayName|String|Name of the OS image that's on the Cloud PC.|
@@ -142,6 +143,15 @@ The following table lists the members of an [evolvable enumeration](/graph/best-
142143
|standbyMode|Indicates that the frontline Cloud PC is in a standby state before it's shut down and deallocated. A frontline Cloud PC in a standby state is still accessible by the user.|
143144
|unknownFutureValue|Evolvable enumeration sentinel value. Don't use.|
144145

146+
### frontlineCloudPcAvailability values
147+
148+
|Member|Description|
149+
|:---|:---|
150+
|notApplicable|Default. The Cloud PC is not a frontline-assigned type.|
151+
|available|The current frontline Cloud PC is available and the user is able to connect to it.|
152+
|notAvailable|The frontline Cloud PC is currently not available and the associated user will not be able to connect to it.|
153+
|unknownFutureValue|Evolvable enumeration sentinel value. Don't use.|
154+
145155
## Relationships
146156

147157
None.

changelog/Microsoft.CloudManagedDesktop.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6263,6 +6263,32 @@
62636263
"CreatedDateTime": "2024-11-27T06:03:45.3975846Z",
62646264
"WorkloadArea": "Devices and apps",
62656265
"SubArea": "Cloud PC"
6266+
},
6267+
{
6268+
"ChangeList": [
6269+
{
6270+
"Id": "484a70d1-caaf-4a03-a477-1cbe688304af",
6271+
"ApiChange": "Property",
6272+
"ChangedApiName": "frontlineCloudPcAvailability",
6273+
"ChangeType": "Addition",
6274+
"Description": "Added the property **frontlineCloudPcAvailability** to the [cloudpc](https://learn.microsoft.com/en-us/graph/api/resources/cloudpc?view=graph-rest-beta) resource.",
6275+
"Target": "cloudPC"
6276+
},
6277+
{
6278+
"Id": "484a70d1-caaf-4a03-a477-1cbe688304af",
6279+
"ApiChange": "Enumeration",
6280+
"ChangedApiName": "frontlineCloudPcAvailability",
6281+
"ChangeType": "Addition",
6282+
"Description": "Added the **frontlineCloudPcAvailability** enumeration type.",
6283+
"Target": "frontlineCloudPcAvailability"
6284+
}
6285+
],
6286+
"Id": "484a70d1-caaf-4a03-a477-1cbe688304af",
6287+
"Cloud": "Prod",
6288+
"Version": "beta",
6289+
"CreatedDateTime": "2025-01-06T06:58:17.7596396Z",
6290+
"WorkloadArea": "Device and app management",
6291+
"SubArea": "Cloud PC"
62666292
}
62676293
]
62686294
}

0 commit comments

Comments
 (0)