Skip to content

Commit f702743

Browse files
authored
Merge pull request #25773 from microsoftgraph/yichong/add-endpointConnectivityCheckVMAgentStatusCommunicationError
[Windows 365] [Cloud PC] Add new error code endpointConnectivityCheckVMAgentEndPointCommunicationError to cloudPcOnPremisesConnectionHealthCheckErrorType
2 parents b55e6d2 + 04a8a94 commit f702743

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

api-reference/beta/resources/cloudpconpremisesconnectionhealthcheck.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ author: "AshleyYangSZ"
55
ms.localizationpriority: medium
66
ms.subservice: "cloud-pc"
77
doc_type: resourcePageType
8+
ms.date: 11/26/2024
89
---
910

1011
# cloudPcOnPremisesConnectionHealthCheck resource type
@@ -62,6 +63,7 @@ Represents the result of a Cloud PC Azure network connection health check.
6263
|endpointConnectivityCheckIntuneUrlNotAllowListed|During provisioning, one or more required Intune URLs couldn't be contacted. Make sure that all of the required URLs are allowed through the firewalls and proxies.|
6364
|endpointConnectivityCheckAzureADUrlNotAllowListed|During provisioning, one or more required Microsoft Entra URLs couldn't be contacted. Make sure that all of the required URLs are allowed through the firewalls and proxies.|
6465
|endpointConnectivityCheckLocaleUrlNotAllowListed|During provisioning, one or more language pack URLs couldn't be contacted. If you choose a non-English (United States) **Language & Region** setting in a provisioning policy, the language pack might not be successfully installed. Make sure that all of the required URLs are allowed through your firewalls and proxies. For a list or required URLs, see [Azure network connections health checks](https://go.microsoft.com/fwlink/?linkid=2156206).|
66+
|endpointConnectivityCheckVMAgentEndPointCommunicationError|The VM extension provisioning failed because the VM-agent-related endpoints were unreachable. Review the onboarding policy settings to ensure the endpoints are reachable for joining the domain.|
6567
|endpointConnectivityCheckUnknownError|During provisioning, one or more required URLs couldn't be contacted. Make sure that all of the required URLs are allowed through the firewalls and proxies.|
6668
|azureAdDeviceSyncCheckDeviceNotFound|The Cloud PC object can't be found in Microsoft Entra ID. Make sure that Microsoft Entra Connect works and syncs frequently so that the Cloud PC objects are synced to Microsoft Entra ID. Microsoft Entra device sync must be enabled and synced within the last 60 minutes.|
6769
|azureAdDeviceSyncCheckLongSyncCircle|The check whether the Cloud PC object has been synced to Microsoft Entra ID has timed out. Make sure that Microsoft Entra Connect works and syncs frequently so that the Cloud PC objects are synced to Microsoft Entra ID. Microsoft Entra device sync must be enabled and synced within the last 60 minutes.|

changelog/Microsoft.CloudManagedDesktop.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6067,6 +6067,24 @@
60676067
"CreatedDateTime": "2024-10-21T08:35:28.2259205Z",
60686068
"WorkloadArea": "Devices and apps",
60696069
"SubArea": "Cloud PC"
6070+
},
6071+
{
6072+
"ChangeList": [
6073+
{
6074+
"Id": "7e0f2eec-d724-422e-9d70-22a6ed500d21",
6075+
"ApiChange": "Member",
6076+
"ChangedApiName": "endpointConnectivityCheckVMAgentEndPointCommunicationError",
6077+
"ChangeType": "Addition",
6078+
"Description": "Added the `endpointConnectivityCheckVMAgentEndPointCommunicationError` member to the **cloudPcOnPremisesConnectionHealthCheckErrorType** enumeration.",
6079+
"Target": "cloudPcOnPremisesConnectionHealthCheckErrorType"
6080+
}
6081+
],
6082+
"Id": "7e0f2eec-d724-422e-9d70-22a6ed500d21",
6083+
"Cloud": "Prod",
6084+
"Version": "beta",
6085+
"CreatedDateTime": "2024-11-27T06:03:45.3975846Z",
6086+
"WorkloadArea": "Devices and apps",
6087+
"SubArea": "Cloud PC"
60706088
}
60716089
]
60726090
}

0 commit comments

Comments
 (0)