Skip to content

Commit 2c251b1

Browse files
authored
Merge pull request #26539 from microsoftgraph/weicc/update-onprem-error-missing-registration
add new error type missing registration and deployment quota limit re…
2 parents cac0145 + 34be3f6 commit 2c251b1

File tree

3 files changed

+24
-1
lines changed

3 files changed

+24
-1
lines changed

api-reference/beta/resources/cloudpconpremisesconnectionhealthcheck.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Represents the result of a Cloud PC Azure network connection health check.
3434
|status|[cloudPcOnPremisesConnectionStatus](../resources/cloudpconpremisesconnection.md#cloudpconpremisesconnectionstatus-values)|The status of the health check item. Possible values are: `pending`, `running`, `passed`, `failed`, `warning`, `informational`, `unknownFutureValue`. Read-only.|
3535
|startDateTime|DateTimeOffset|The start time of the health check item. Read-only.|
3636
|endDateTime|DateTimeOffset|The end time of the health check item. Read-only.|
37-
|errorType|[cloudPcOnPremisesConnectionHealthCheckErrorType](#cloudpconpremisesconnectionhealthcheckerrortype-values)|The type of error that occurred during this health check.|
37+
|errorType|[cloudPcOnPremisesConnectionHealthCheckErrorType](#cloudpconpremisesconnectionhealthcheckerrortype-values)|The type of error that occurred during this health check. For the list of possible values, see [cloudPcOnPremisesConnectionHealthCheckErrorType](#cloudpconpremisesconnectionhealthcheckerrortype-values).|
3838
|recommendedAction|String|The recommended action to fix the corresponding error.|
3939
|startDateTime|DateTimeOffset|The start time of the health check item. Read-only.|
4040
|status|[cloudPcOnPremisesConnectionStatus](../resources/cloudpconpremisesconnection.md#cloudpconpremisesconnectionstatus-values)|The status of the health check item. Possible values are: `pending`, `running`, `passed`, `failed`, `unknownFutureValue`. Read-only.|
@@ -89,6 +89,7 @@ Represents the result of a Cloud PC Azure network connection health check.
8989
|resourceAvailabilityCheckResourceGroupLockedForReadonly|The selected resource group is locked and can't be modified for provisioning. Remove this lock to allow provisioning to succeed.|
9090
|resourceAvailabilityCheckResourceGroupLockedForDelete|The selected resource group or its parent scope has been locked for delete actions. It might be because the IP addresses are used up. Remove the lock and try again.|
9191
|resourceAvailabilityCheckDeploymentQuotaLimitReached|The resource group used by the Azure network connection has been locked for delete actions and has hit the deployment history quota limit. Remove this lock to allow Windows 365 service to delete obsolete virtual network adapters.|
92+
|resourceAvailabilityCheckMissingRegistrationForLocation|Missing registration for location. To fix this issue, register the Azure Network resource provider for your account. |
9293
|resourceAvailabilityCheckTransientServiceError|The resource availability check failed due to a transient error. Try it again. If the issue persists, contact customer support.|
9394
|resourceAvailabilityCheckNoIntuneReaderRoleError|The Cloud PC service principal has insufficient permissions to check the Intune platform restriction settings. Make sure that the Cloud PC service principal has the *Reader* permissions on the subscription.|
9495
|resourceAvailabilityCheckIntuneDefaultWindowsRestrictionViolation| Intune has a default Windows platform restriction policy, which can block you from provisioning.|

changelog/Microsoft.CloudManagedDesktop.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6820,6 +6820,24 @@
68206820
"WorkloadArea": "Device and app management",
68216821
"SubArea": "Cloud PC"
68226822
},
6823+
{
6824+
"ChangeList": [
6825+
{
6826+
"Id": "b3f2c8a1-4d5e-4f9b-8a6e-2c7d3f9e1a4b",
6827+
"ApiChange": "Member",
6828+
"ChangedApiName": "resourceAvailabilityCheckMissingRegistrationForLocation",
6829+
"ChangeType": "Addition",
6830+
"Description": "Added the `resourceAvailabilityCheckMissingRegistrationForLocation` member to the **cloudPcOnPremisesConnectionHealthCheckErrorType** enumeration.",
6831+
"Target": "cloudPcOnPremisesConnectionHealthCheckErrorType"
6832+
}
6833+
],
6834+
"Id": "b3f2c8a1-4d5e-4f9b-8a6e-2c7d3f9e1a4b",
6835+
"Cloud": "Prod",
6836+
"Version": "beta",
6837+
"CreatedDateTime": "2025-05-22T03:02:09.0363351Z",
6838+
"WorkloadArea": "Device and app management",
6839+
"SubArea": "Cloud PC"
6840+
},
68236841
{
68246842
"ChangeList": [
68256843
{

concepts/whats-new-overview.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ Added [video-on-demand publication for all sessions in a webinar](/graph/changen
4545

4646
[Restore sessions](/graph/api/resources/restoresessionbase?view=graph-rest-beta&preserve-view=true) and [restore artifacts](/graph/api/resources/restoreartifactbase?view=graph-rest-beta&preserve-view=true) that are older than one year and in a terminal state are removed.
4747

48+
### Device and app management | Cloud PC
49+
50+
Added **resourceAvailabilityCheckMissingRegistrationForLocation** as a possible error type for the [cloudPcOnPremisesConnectionHealthCheck](/graph/api/resources/cloudpconpremisesconnectionhealthcheck?view=graph-rest-beta&preserve-view=true).
51+
4852
### Education
4953

5054
Use the **grade** property on [educationAssignmentPointsGrade](/graph/api/resoures/educationassignmentpointsgrade?view=graph-rest-beta&preserve-view=true) to get the grade letter from the [grading scheme](/graph/api/resoures/educationgradingscheme?view=graph-rest-beta&preserve-view=true) that corresponds to the given number of points.

0 commit comments

Comments
 (0)